unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* comint-accumulate-marker
@ 2006-04-13 19:45 JD Smith
  2006-04-16  0:19 ` comint-accumulate-marker Bob Portmann
  2006-04-16  2:09 ` comint-accumulate-marker Richard Stallman
  0 siblings, 2 replies; 26+ messages in thread
From: JD Smith @ 2006-04-13 19:45 UTC (permalink / raw



`comint-accumulate-marker' should (I believe) be left at the process
mark when lines are accumulated.  To see this:

M-x shell
echo this is test 1 [RET]
echo this is test 2; [C-c SPC]
echo this is more test 2 [M-p]

The entire accumulated command should be replaced by the previous item
on the input history, but it is not, since the accumulate marker was
moved to the beginning of the 2nd line ("this is more test 2"), and use to
mark the beginning of the region which is replaced by the historical
command.

I noticed this while I was implementing a comint feature in my IDLWAVE
mode.  It occurs to me that this feature might be a useful option for
all comint modes, and might be better added there.  In a terminal
shell, using up arrow to recall history doesn't clobber the partially
complete command you are composin.  If you go back down, it is still
there (even if it's blank).  Not so in comint modes.  Going down with
M-p only wraps you around the input ring.  You can emulate the
terminal shell behavior by pretending there is another node on the
ring between index 0 and the last ring index, and save the partially
completed command when you stop "on" or "off" the ring.  I'd envision
this as a user option.

Do we have a 22.1 pre-release branch where only bug-fixes are being
applied, vs. HEAD where new features are being placed?

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2006-04-20 17:29 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-13 19:45 comint-accumulate-marker JD Smith
2006-04-16  0:19 ` comint-accumulate-marker Bob Portmann
2006-04-16  2:09 ` comint-accumulate-marker Richard Stallman
2006-04-17 18:06   ` comint-accumulate-marker JD Smith
2006-04-18  9:47     ` comint-accumulate-marker Nick Roberts
2006-04-18 11:25       ` comint-accumulate-marker Stefan Monnier
2006-04-18 20:50         ` comint-accumulate-marker Richard Stallman
2006-04-18 12:57     ` comint-accumulate-marker Richard Stallman
2006-04-18 19:10       ` comint-accumulate-marker JD Smith
2006-04-18 20:54         ` comint-accumulate-marker David Kastrup
2006-04-18 21:06           ` comint-accumulate-marker JD Smith
2006-04-18 23:25             ` comint-accumulate-marker Stuart D. Herring
2006-04-18 21:22         ` comint-accumulate-marker Nick Roberts
2006-04-18 21:38           ` comint-accumulate-marker JD Smith
2006-04-18 23:24             ` comint-accumulate-marker Nick Roberts
     [not found]               ` <1145403002.27500.42.camel@turtle.as.arizona.edu>
2006-04-19  0:01                 ` comint-accumulate-marker Nick Roberts
2006-04-19  0:01                 ` Bug in diff-mode? (was: Re: comint-accumulate-marker) Nick Roberts
2006-04-19 15:40                   ` Richard Stallman
2006-04-19 15:40             ` comint-accumulate-marker Richard Stallman
2006-04-20  7:25             ` comint-accumulate-marker David Kastrup
2006-04-20  7:45               ` comint-accumulate-marker Nick Roberts
2006-04-20 17:29               ` comint-accumulate-marker JD Smith
2006-04-18 22:21         ` comint-accumulate-marker Stuart D. Herring
2006-04-18 22:48           ` comint-accumulate-marker JD Smith
2006-04-18 23:39           ` comint-accumulate-marker Miles Bader
2006-04-19  0:02         ` comint-accumulate-marker JD Smith

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).