help-texinfo
[Top][All Lists]
Advanced

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

Re: [help-texinfo] How to make info fail if the topic is not found?


From: Thien-Thi Nguyen
Subject: Re: [help-texinfo] How to make info fail if the topic is not found?
Date: Thu, 11 Apr 2013 09:59:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

() "Arne Babenhauserheide (IMK)" <address@hidden>
() Wed, 10 Apr 2013 10:32:10 +0200

   Is there a config option or so to just fail when info gets a
   nonexisting topic? Or even a commandline flag?

I think ‘-f’ is what you seek.  For example:

        $ alias inf='info -f'
        $ inf no-such ; echo $?
        info: no-such: No such file or directory
        1
        $ inf emacs ; echo $?
        [session w/ emacs (type ‘q’)]
        0

   remember the line of the cursor in a given node?

Try typing ‘l’ instead of ‘u’.

-- 
Thien-Thi Nguyen
GPG key: 4C807502

Attachment: pgpR5GQFp1VzL.pgp
Description: PGP signature


reply via email to

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