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

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

bug#372: marked as done (comint-previous-input broken in C-u M-x compil


From: Emacs bug Tracking System
Subject: bug#372: marked as done (comint-previous-input broken in C-u M-x compile buffer)
Date: Fri, 13 Jun 2008 09:50:03 -0700

Your message dated Fri, 13 Jun 2008 12:39:46 -0400
with message-id <jwv63sdcmsb.fsf-monnier+emacsbugreports@gnu.org>
and subject line Re: bug#372: comint-previous-input broken in C-u M-x compile 
buffer
has caused the Emacs bug report #372,
regarding comint-previous-input broken in C-u M-x compile buffer
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
372: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=372
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: comint-previous-input broken in C-u M-x compile buffer Date: Fri, 06 Jun 2008 07:42:16 +0800
Its docstring says
  compile is an interactive compiled Lisp function...
  Additionally, with universal prefix arg, compilation buffer will be in
  comint mode, i.e. interactive.

Sounds great, but I notice in that buffer, M-p (command
comint-previous-input) is broken. It sticks the prompt in front of
what is prompted!
C-u M-x compile sh -i
$ who
jidanni  tty1         Jun  6 06:25
who$ who$ 
sh: who$: command not found
who$ $ who$ $ 
sh: who$: command not found

True, this is the first time I ever tried C-u M-x compile, but think
about the kids. They would be heartbroken :-)




--- End Message ---
--- Begin Message --- Subject: Re: bug#372: comint-previous-input broken in C-u M-x compile buffer Date: Fri, 13 Jun 2008 12:39:46 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)
> C-u M-x compile sh -i
> $ who
> jidanni  tty1         Jun  6 06:25
> who$ who$ 
> sh: who$: command not found
> who$ $ who$ $ 
> sh: who$: command not found

> True, this is the first time I ever tried C-u M-x compile, but think
> about the kids. They would be heartbroken :-)

I believe I've fixed it on the CVS trunk now,


        Stefan



--- End Message ---

reply via email to

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