[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
makeinfo-compilation-sentinel should check if frame is special
From: |
Robert |
Subject: |
makeinfo-compilation-sentinel should check if frame is special |
Date: |
Fri, 28 Dec 2001 20:09:12 +0000 (GMT) |
In GNU Emacs 21.1.1 (i586-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2001-10-22 on jailhouse
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: en_GB
value of $LC_CTYPE: en_GB
value of $LC_MESSAGES: en_GB
value of $LC_MONETARY: en_GB
value of $LC_NUMERIC: en_GB
value of $LC_TIME: en_GB
value of $LANG: en
locale-coding-system: iso-latin-1
default-enable-multibyte-characters: t
Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:
I have
(setq special-display-regexps
'("Help" "ChangeLog*" "\\*compilation\\*" "\\*grep\\*" )))
If I do a makeinfo-buffer on completion it attempts to switch the special
frame buffer holding the compile buffer to the generated info which causes an
error
error in process sentinel: Cannot switch buffers in a dedicated window
It needs to check that it isn't a special buffer first...
R
--
Robert Marshall
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- makeinfo-compilation-sentinel should check if frame is special,
Robert <=