From: Edward Welbourne <eddy@opera.com>
To: bug-gnu-emacs@gnu.org
Subject: kill-compilation failing when there are several compilation buffers
Date: Tue, 31 Jul 2007 20:25:15 +0200 [thread overview]
Message-ID: <E1IFwPD-0006XZ-J6@whorl> (raw)
I have several compile buffers running in parallel.
One of them completed.
In examining its errors, and fixing them, I concluded that I need to restart the others.
So I went to one of them and typed C-c C-k.
I got a minibuffer message <quote>
kill-compilation: The compilation process is not running
</quote> The comilation didn't stop.
Same applied to the compilation in buffer *compilation*.
Reading the help C-h C-k got me on C-c C-k, I see it's (kill-compilation)
which takes no parameter to indicate which compilation to kill, if there
happen to be several. I had been under the impression that C-c C-k killed
the current buffer's compilation previously, but the documentation doesn't
say anything relating to that.
It would seem that kill-compilation either:
* needs an optional argument, indicating *which* buffer's compilation
to kill, defaulting to the current buffer; or
* is meant to kill the one in current buffer already; and has a bug !
In GNU Emacs 22.1.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2007-07-07 on raven, modified by Debian
Windowing system distributor `The X.Org Foundation', version 11.0.10300000
configured using `configure '--build=i486-linux-gnu' '--host=i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs22:/etc/emacs:/usr/local/share/emacs/22.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/22.1/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/22.1/leim' '--with-x=yes' '--with-x-toolkit=athena' '--with-toolkit-scroll-bars' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -g -O2''
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: en_GB.ISO-8859-15
locale-coding-system: iso-8859-15
default-enable-multibyte-characters: t
Major mode: Compilation
Minor modes in effect:
tooltip-mode: t
mouse-wheel-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
unify-8859-on-encoding-mode: t
utf-translate-cjk-mode: t
auto-compression-mode: t
line-number-mode: t
Recent input:
s SPC = SPC f f l u s h ( m _ f p ) ; C-j i f SPC (
r e s SPC = = SPC 0 ) C-j C-p m _ c o m m i t SPC &
& SPC C-x o C-n C-n C-n C-n C-n C-a C-SPC C-n M-w C-x
o C-a C-y C-n C-e <return> # e n d i f C-p C-e C-x
o C-r f d a t a s y n c C-x C-x C-x o r e s SPC = SPC
f d a t a s y n c ( f i l e n o ( m _ f p ) ) ; C-n
C-j i f SPC ( r e s SPC = = SPC 0 ) C-n TAB C-n C-M-b
C-M-f C-x C-s C-x o C-x b <return> C-p C-r e r r o
r C-r C-r C-r C-r C-r C-r C-r C-r C-r C-p C-p C-p C-p
C-p C-p C-p C-p C-p C-p C-p C-p M-< C-M-s ^ C C-s C-f
C-SPC C-e M-w C-x C-f C-y <return> C-x v u y e s <return>
C-x 3 C-x k <return> C-x o C-M-s C-s C-f C-SPC C-e
M-w C-x C-f C-y <return> C-x v u y e s <return> C-x
3 C-x k <return> C-x o C-M-s C-s C-f C-SPC C-e M-w
C-x C-f C-y <return> C-x v u y e s <return> C-x 3 C-x
k <return> C-x o C-M-s C-s M-> C-x o C-x k <return>
C-x b * p e <tab> s e <tab> <return> C-c C-k C-c C-k
<help-echo> C-x o C-x b * c o m <tab> <return> M->
C-c C-k C-h k C-c C-k C-x o C-x k <return> M-x r e
p o r <tab> <return>
Recent messages:
Reverting /disk/home/eddy/work/desk/peregrine/modules/libssl/sslstat1.cpp...
Checking out /disk/home/eddy/work/desk/peregrine/modules/libssl/sslstat1.cpp...done
Reverting /disk/home/eddy/work/desk/peregrine/modules/libssl/sslstat1.cpp...done
Mark saved where search started
Mark set
kill-compilation: The compilation process is not running [2 times]
Mark set
kill-compilation: The compilation process is not running
Type C-x 4 C-o RET to restore the other window.
Loading emacsbug...done
next reply other threads:[~2007-07-31 18:25 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-31 18:25 Edward Welbourne [this message]
2007-08-01 5:38 ` kill-compilation failing when there are several compilation buffers Richard Stallman
2007-08-01 7:44 ` Edward Welbourne
2007-08-07 9:13 ` Edward Welbourne
2007-08-07 9:30 ` Edward Welbourne
2007-08-07 20:12 ` Richard Stallman
[not found] ` <mailman.4188.1185946583.32220.bug-gnu-emacs@gnu.org>
[not found] ` <jwvodhr2kc7.fsf-monnier+gnu.emacs.bug@gnu.org>
2007-08-01 19:43 ` Juri Linkov
2007-08-02 15:36 ` Stefan Monnier
2007-08-02 16:17 ` next-error-find-buffer (was: kill-compilation failing when there are several compilation buffers) Stefan Monnier
2007-08-02 20:45 ` next-error-find-buffer Ted Zlatanov
2007-08-03 3:38 ` next-error-find-buffer (was: kill-compilation failing when there are several compilation buffers) Richard Stallman
2007-08-03 18:19 ` next-error-find-buffer Juri Linkov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1IFwPD-0006XZ-J6@whorl \
--to=eddy@opera.com \
--cc=bug-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.