lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lynx-dev] Disabling timeout


From: Steffen Nurpmeso
Subject: [Lynx-dev] Disabling timeout
Date: Wed, 28 Aug 2024 00:48:27 +0200
User-agent: s-nail v14.9.25-599-g5c75a327b2

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

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.
Is it possible, without the modal cookie question, to simply *go*
regardless of those.  I only ever want errors in the footers,
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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]