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