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

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

woman-really-find-file does not respect special-display-regexps


From: Drew Adams
Subject: woman-really-find-file does not respect special-display-regexps
Date: Sat, 8 Dec 2007 17:31:37 -0800

The code of `woman-really-find-file' does the wrong thing for me. I have
`special-display-regexps' = ("[ ]?[*][^*]+[*]") and pop-up-frames =
t. That means that a WoMan buffer such as `*WoMan 1 find*' should use
a special-display frame.

`woman-really-find-file' first creates a frame to use, with
`make-frame', then it calls `switch-buffer' to fill that frame with
the man output. This means that `special-display-regexps' is never
taken into account: the frame is not a special-display frame.

In GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600)
 of 2007-06-02 on RELEASE
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --cflags -Ic:/gnuwin32/include'






reply via email to

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