/[emacs]/emacs/man/killing.texi
ViewVC logotype

Diff of /emacs/man/killing.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.31.6.2 by miles, Fri Aug 27 07:00:30 2004 UTC revision 1.31.6.3 by miles, Sat Sep 4 09:14:27 2004 UTC
# Line 1  Line 1 
1  @c This is part of the Emacs manual.  @c This is part of the Emacs manual.
2  @c Copyright (C) 1985,86,87,93,94,95,97,00,2001 Free Software Foundation, Inc.  @c Copyright (C) 1985,86,87,93,94,95,97,2000,2001,2004
3    @c   Free Software Foundation, Inc.
4  @c See file emacs.texi for copying conditions.  @c See file emacs.texi for copying conditions.
5  @iftex  @iftex
6  @chapter Killing and Moving Text  @chapter Killing and Moving Text
# Line 25  one buffer and yank it in another buffer Line 26  one buffer and yank it in another buffer
26    
27  @end iftex  @end iftex
28    
29    @ifnottex
30    @raisesections
31    @end ifnottex
32    
33  @node Killing, Yanking, Mark, Top  @node Killing, Yanking, Mark, Top
34  @section Deletion and Killing  @section Deletion and Killing
35    
# Line 45  can use the @kbd{C-x u} (@code{undo}) co Line 50  can use the @kbd{C-x u} (@code{undo}) co
50    You cannot kill read-only text, since such text does not allow any    You cannot kill read-only text, since such text does not allow any
51  kind of modification.  But some users like to use the kill commands to  kind of modification.  But some users like to use the kill commands to
52  copy read-only text into the kill ring, without actually changing it.  copy read-only text into the kill ring, without actually changing it.
53  If you set the variable @code{kill-read-only-ok} to a non-@code{nil}  Therefore, the kill commands work specially in a read-only buffer:
54  value, the kill commands work specially in a read-only buffer: they  they move over text, and copy it to the kill ring, without actually
55  move over text, and copy it to the kill ring, without actually  deleting it from the buffer.  Normally, Emacs beeps and prints an
56  deleting it from the buffer.  When this happens, a message in the echo  error message when this happens.  But if you set the variable
57  area tells you what is happening.  @code{kill-read-only-ok} to a non-@code{nil} value, it just prints a
58    message in the echo area, telling you what is happening.
59    
60    The delete commands include @kbd{C-d} (@code{delete-char}) and    The delete commands include @kbd{C-d} (@code{delete-char}) and
61  @key{DEL} (@code{delete-backward-char}), which delete only one  @key{DEL} (@code{delete-backward-char}), which delete only one
# Line 646  rectangle shifts right. Line 652  rectangle shifts right.
652  @code{string-rectangle}, but inserts the string on each line,  @code{string-rectangle}, but inserts the string on each line,
653  shifting the original text to the right.  shifting the original text to the right.
654    
655    @ifnottex
656    @lowersections
657    @end ifnottex
658    
659  @ignore  @ignore
660     arch-tag: d8da8f96-0928-449a-816e-ff2d3497866c     arch-tag: d8da8f96-0928-449a-816e-ff2d3497866c
661  @end ignore  @end ignore

Legend:
Removed from v.1.31.6.2  
changed lines
  Added in v.1.31.6.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26