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

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

bug#9532: 24.0.50; `special-display-regexps' is no longer respected


From: Drew Adams
Subject: bug#9532: 24.0.50; `special-display-regexps' is no longer respected
Date: Tue, 20 Sep 2011 14:52:06 -0700

It should have been quite clear from my last message what the regression is, but
since there has been no reply, let me repeat the essential.

emacs -Q

(setq special-display-frame-alist
      '((background-color . "LightSteelBlue")))
(setq special-display-regexps '("[ ]?[*][^*]+[*]"))
(setq pop-up-frames t)
(remove-hook 'same-window-regexps "\\*info\\*\\(\\|<[0-9]+>\\)")

C-h i


Do that in Emacs 24, and do it in Emacs 23 (or 22 or ...).

In Emacs 24, buffer `*info*' is not displayed in its own, special-display frame.
Instead, it takes the place of the original buffer in that buffer's frame.






reply via email to

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