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

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

bug#12491: 24.2.50; `Info-insert-dir' should be able to not show msgs


From: Drew Adams
Subject: bug#12491: 24.2.50; `Info-insert-dir' should be able to not show msgs
Date: Sat, 22 Sep 2012 15:52:42 -0700

Example: code that inserts the directory into a temp buffer
to do something with it.  E.g.:

(Info-mode)
(info-initialize)
(Info-find-node-2 "dir" "top" t)

That invokes
(Info-virtual-call Info-directory-find-node "dir" "Top" t)
which invokes (Info-directory-find-node "dir" "Top" t)
which invokes (Info-insert-dir), which displays the message.






reply via email to

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