[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problems with info reader
From: |
Eli Zaretskii |
Subject: |
Re: problems with info reader |
Date: |
Fri, 30 Jul 2004 14:25:47 +0200 |
> Date: Fri, 30 Jul 2004 11:52:59 +0200
> From: Stepan Kasal <address@hidden>
>
> 1) how can I make it quiet? I don't want to hear bell eg. if the
> search string is not found. Something like bell-style for .inputrc
> for readline.
Set the variable visible-bell to ON.
> 2) When searching for a solution to 1), I noticed the option
> --vi-keys. I started by using arrows, or "j" key and the screen scroled
> while the cursor was still on the first line. Is this intentional.
The cursor stays on a line until it scrolls off the screen, then it
stays on line 1. Is that a problem?
> 3) "info info" gives me information about using info, but there is no
> command-line options overview as with "man info".
> Didn't the proud info propagators suppose that info is a superset of
> what we, the poor old-style users, read in man pages?
You are looking at the wrong manual: info.info is about the Info mode
and the Info system in general; the stand-alone Info reader is
documented in info-stnd.info. So saying something like
info --usage info-standalone
will do what you want.