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

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

bug#37840: Missing in the Emacs manuals:


From: martin rudalics
Subject: bug#37840: Missing in the Emacs manuals:
Date: Tue, 26 Nov 2019 10:31:36 +0100

> Then please go ahead, and thanks.

The new option is now called 'switch-to-prev-buffer-skip' and also
accepts a function as value.  Hence Konrad can write, for example,

(defun no-occur (window buffer bury-or-kill)
  (string-equal (buffer-name buffer) "*Occur*"))

(setq switch-to-prev-buffer-skip 'no-occur)

so *Occur* will never be shown automatically, even if it is not
displayed on any frame at all.

martin





reply via email to

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