bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#30091: 25.3; Trying to go to non-existent info file puts the cursor


From: Lars Ingebrigtsen
Subject: bug#30091: 25.3; Trying to go to non-existent info file puts the cursor in *info* buffer, not mini buffer
Date: Tue, 17 Apr 2018 23:08:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

OK, here's the bug:

          ;; If there is no previous Info file, go to the directory.
          (unless Info-current-file
            (Info-directory))
          (user-error "Info file %s does not exist" filename)))

Info-current-file is nil here, so it helpfully pops us back to the
*info* buffer before displaying the error.  I'm not sure what the right
fix here is...

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no






reply via email to

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