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

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

bug#16767: 24.3.50; `C-x 5 b' for special-display buffers


From: Drew Adams
Subject: bug#16767: 24.3.50; `C-x 5 b' for special-display buffers
Date: Sat, 15 Feb 2014 14:29:17 -0800 (PST)

emacs -Q

In *scratch* evaluate:
(setq special-display-regexps '("[ ]?[*][^*]+[*]"))

C-x 5 b *scratch*

A new frame should be created, showing *scratch*.  None is.
Without making *scratch* special-display-p, *scratch* is shown,
correctly, in a separate frame.

Similarly, (pop-to-buffer "*scratch*" t) does not pop to *scratch*
in another window.  (display-buffer-other-frame "*scratch*"),
likewise, does not display the buffer in another frame.

If the buffer is not special-display-p then another new
frame/window is used, as it should be.  If it is
special-display-p then this should still be the case, but the
action instead becomes a no-op.

Special-display-p implies that the window is dedicated to the
buffer.  It does not imply that the buffer is somehow "dedicated"
to the window (such a notion does not exist).  A special-display
buffer should be shown in another frame/window when other-frame
is called for.

In GNU Emacs 24.3.50.1 (i686-pc-mingw32)
 of 2014-02-11 on ODIEONE
Bzr revision: 116410 lekktu@gmail.com-20140211204823-l9l2s6tktfitq266
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --prefix=/c/Devel/emacs/binary --enable-checking=yes,glyphs
 'CFLAGS=-O0 -g3' LDFLAGS=-Lc:/Devel/emacs/lib
 CPPFLAGS=-Ic:/Devel/emacs/include'





reply via email to

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