emacs-devel
[Top][All Lists]
Advanced

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

[PATCH] Emacs manual


From: Nick Roberts
Subject: [PATCH] Emacs manual
Date: Thu, 17 Jun 2004 22:03:47 +0100

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




reply via email to

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