Re: Disabling timeout
Thomas Dickey <[email protected]>
| Newsgroups | gmane.comp.web.lynx.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Aug 28, 2024 at 12:48:27AM +0200, Steffen Nurpmeso wrote:
> Hello.
>
> Can anybody tell me how i can disable timeouts?
> I do have
>
> NO_PAUSE=on
> no_pause=on
> infosecs=0.25
> messagesecs=0.25
> alertsecs=0.25
If you used "lynx -dump" that would eliminate the alerts, but the
informational messages would still print.
> in my ~/.lynxrc, and (reformatted by bash):
>
> translate ()
> {
> ( [ $# -le 1 ] || {
> echo 'Synopsis: translate WORD' 1>&2;
> exit 1
> };
> i=lynx;
> command -v lynx-redux > /dev/null 2>&1 && i=lynx-redux;
> exec $i https://m.dict.cc/deen/?s="$*" )
> }
>
> and if i say say "translate hochsommer" (german) then i get three
> or four message displays in the footer, plus a cookie, and then
> more, so that it takes seconds before i get the result.
that sounds like 1 second, unless time-delays aren't working.
> Is it possible, without the modal cookie question, to simply *go*
> regardless of those. I only ever want errors in the footers,
not without changing the code (another option...)
> maybe unless i want. (Ie, i would have no problem with a shortcut
> to "scroll" backward through the messages, or open a scrollable
> window of messages, but other than that.)
>
> --steffen
> |
> |Der Kragenbaer, The moon bear,
> |der holt sich munter he cheerfully and one by one
> |einen nach dem anderen runter wa.ks himself off
> |(By Robert Gernhardt)
>
>
--
Thomas E. Dickey <[email protected]>
https://invisible-island.net
signature.asc
(application/pgp-signature, 659 B)
-----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGYgtkt2kxADCLA1WzCr0RyFnvgMFAmbPtWgACgkQzCr0RyFn vgPpRAv/c7zpEl093vALxUMAeTd9VM0LvfcjgwJDOn6/BFJK56P9RuylLQWzjQvI HLAdBL3EF/1nilEb1uYVtqQ5lw1WvL4dTtHHNpqcFtba0SPLce84hRBjsIGJ5F6Z Tgjvm3Z7b1eluYHzExvg6F52Sx8w2f/nUey7nIwU9hZD/oYktEzs98fZRdODjo5f eiJ9j2//WimWaHyhEQEqnKe7gN6XJ4myQewfKnKH4u9nH3qgSNIm3tbx9MF70W9h XhqNWwc6vT71uUhs6XzitbkcqfbdXsl+iiiSsMWefNMxHh0dHmMP7pVPng1U2S9Q Px6OzDlFEUNutaCS6ZCh4FcXcp/U7Jk9bT6Ex30jMwmAy9+U+nYotq4GubhkXwhF yxCM7F6wAq9y33df9kMG/dLvI8Ghb1CtzVBhmUUV/6AU5TczXsCDjdDL+ea7ReJl pGd1G6zJ98Jy7iv/QkVAe2JUAh2e8ujEN5N96JIT8N92hTHq2S1rxJc5sspZUF5z 8NF5KQWb =VR8q -----END PGP SIGNATURE-----