[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
compilation mode forgets about killed buffers
From: |
Philippe Waroquiers |
Subject: |
compilation mode forgets about killed buffers |
Date: |
Sat, 24 Nov 2001 00:36:44 +0100 (MET) |
In GNU Emacs 21.1.2 (hppa1.1-hp-hpux11.00, X toolkit)
of 2001-10-26 on rhino
configured using `configure hppa1.1-hp-hpux11.00 --with-gcc=no --with-x11r6
--x-libraries=/usr/lib/X11R6:/usr/contrib/X11R6/lib --with-x-toolkit=lucid
--with-xpm --prefix=/opt/contrib/emacs --exec-prefix=/opt/contrib/emacs/21.1
--mandir=/opt/contrib/man'
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: C
locale-coding-system: nil
default-enable-multibyte-characters: t
create 2 files a1 and a2 containing
--- cut a1
aaa10
aaa20
aaa30
aaa40
--- cut a1
--- cut a2
aaa10
aaa20
aaa30
aaa40
--- cut a2
do a grep
M-x grep aaa a[12]
jump to a line in a1, then jump to a line in a2.
Kill buffer a1.
Try to jump to a line in a1.
No way to have compilation-mode re-opening a1 buffer by
itself.
It would be better that if the file buffer has disappeared, to
re-open the file (even if the positions of the compilation errors
are potentially wrong).
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- compilation mode forgets about killed buffers,
Philippe Waroquiers <=