unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] Emacs manual
@ 2004-06-17 21:03 Nick Roberts
  0 siblings, 0 replies; only message in thread
From: Nick Roberts @ 2004-06-17 21:03 UTC (permalink / raw)



How about the following patch for misc.texi?

It does the following:

1) Moves comint-dynamic-list-input-ring to the Shell History Ring section.
2) Indexes comint-input-previous-argument and comint-get-next-from-history
   properly.
3) Documents comint-insert-clicked-input.

Nick

*** misc.texi.~1.50.~	2004-03-24 20:26:30.000000000 +0000
--- misc.texi	2004-06-17 21:54:17.000000000 +0100
***************
*** 624,635 ****
  Move backward across one shell command, but not beyond the current line
  (@code{shell-backward-command}).
  
- @item C-c C-l
- @kindex C-c C-l @r{(Shell mode)}
- @findex comint-dynamic-list-input-ring
- Display the buffer's history of shell commands in another window
- (@code{comint-dynamic-list-input-ring}).
- 
  @item M-x dirs
  Ask the shell what its current directory is, so that Emacs can agree
  with the shell.
--- 624,629 ----
***************
*** 740,752 ****
  @itemx M-s @var{regexp} @key{RET}
  Search backwards or forwards for old shell commands that match @var{regexp}.
  
! @item C-c C-x @r{(Shell mode)}
  @findex comint-get-next-from-history
  Fetch the next subsequent command from the history.
  
! @item C-c . @r{(Shell mode)}
  @findex comint-input-previous-argument
  Fetch one argument from an old shell command.
  @end table
  
    Shell buffers provide a history of previously entered shell commands.  To
--- 734,754 ----
  @itemx M-s @var{regexp} @key{RET}
  Search backwards or forwards for old shell commands that match @var{regexp}.
  
! @item C-c C-x
! @kindex C-c C-x @r{(Shell mode)}
  @findex comint-get-next-from-history
  Fetch the next subsequent command from the history.
  
! @item C-c .
! @kindex C-c . @r{(Shell mode)}
  @findex comint-input-previous-argument
  Fetch one argument from an old shell command.
+ 
+ @item C-c C-l
+ @kindex C-c C-l @r{(Shell mode)}
+ @findex comint-dynamic-list-input-ring
+ Display the buffer's history of shell commands in another window
+ (@code{comint-dynamic-list-input-ring}).
  @end table
  
    Shell buffers provide a history of previously entered shell commands.  To
***************
*** 822,827 ****
--- 824,837 ----
  move point back to a previous command.  After you copy the command, you
  can submit the copy as input with @key{RET}.  If you wish, you can
  edit the copy before resubmitting it.
+ 
+ @kindex Mouse-2 @r{(Shell mode)}
+ @findex comint-insert-clicked-input
+ @item Mouse-2
+ Select the input command that you click on to be current input
+ (@code{comint-insert-clicked-input}).  Like
+ @code{comint-copy-old-input} but further clicks replace the current
+ input instead of adding to it.
  @end table
  
    Moving to a previous input and then copying it with @kbd{C-c

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-06-17 21:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-17 21:03 [PATCH] Emacs manual Nick Roberts

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).