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

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

bug#39912: [PATCH] Open describe-function links in view-mode (Bug#39912)


From: Lars Ingebrigtsen
Subject: bug#39912: [PATCH] Open describe-function links in view-mode (Bug#39912)
Date: Wed, 09 Sep 2020 11:39:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

"Nicholas Savage" <nick@nicksavage.ca> writes:

> -    (pop-to-buffer (find-file-noselect file))
> +    (view-buffer (find-file-noselect file))

pop-to-buffer opens the NEWS buffer in a different window, though, while
view-buffer stays in the same window.  So perhaps it should pop first
and then call view-buffer?

-- 
(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]