Thomas Dickey wrote in
 <zs-1a_r0oivyv...@prl-debianold-64.jexium-island.net>:
 |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.

That is indeed present at a glance, yes, the tenth of a second
maybe.  Thanks for the answer, the wonderful Nelson Beebe has
pointed me in private to the translate-shell which yet was unknown
to me, and it is a pretty cool thing that is much better, i will
henceforth use it.  (I opened an issue because he does not really
need bash and such, then only GNU awk is necessary.  Maybe not
even that, since HTTPS is via cURL, but, that deep i have not yet
looked.)

 |> 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.

I have had the impression that the time settings do not really
matter much.  I can change it to 0.1 and it does not mean a thing.
Maybe i am missing a setting so that the time values are ignored??
I would think more towards 5 (five) seconds before i am there.

 |> 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...)

Oh, bad english, i did not mean make the modal dialog non-modal,
but i meant that in practice the messages skip as fast as
possible (timeout 0.0), only the modal thing not as it is awaiting
user input.

 |> 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.)
 ..

Ciao!

--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)

Reply via email to