diff options
| author | Jari Aalto | 2010-12-15 10:56:22 +0800 |
|---|---|---|
| committer | Chong Yidong | 2010-12-15 10:56:22 +0800 |
| commit | 99f053cfb94763b5d31bcf0802e4b9233da2bea4 (patch) | |
| tree | a1edd0b7cae51cc71a25b30157c49f17b2e61a7d /etc | |
| parent | 5614fd56080d50dc3e1b32382a39d2c21fe060eb (diff) | |
| download | emacs-99f053cfb94763b5d31bcf0802e4b9233da2bea4.tar.gz emacs-99f053cfb94763b5d31bcf0802e4b9233da2bea4.zip | |
New command rectangle-number-lines (Bug#4382).
* rect.el (rectange--default-line-number-format)
(rectangle-number-line-callback): New functions.
(rectangle-number-lines): New command, bound to C-x r N.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -303,6 +303,10 @@ set `x-select-enable-clipboard' to nil. | |||
| 303 | 303 | ||
| 304 | *** Support for X cut buffers has been removed. | 304 | *** Support for X cut buffers has been removed. |
| 305 | 305 | ||
| 306 | ** New command `rectangle-number-lines', bound to `C-x r N', numbers | ||
| 307 | the lines in the current rectangle. With an prefix argument, this | ||
| 308 | prompts for a number to count from and for a format string. | ||
| 309 | |||
| 306 | 310 | ||
| 307 | * Changes in Specialized Modes and Packages in Emacs 24.1 | 311 | * Changes in Specialized Modes and Packages in Emacs 24.1 |
| 308 | 312 | ||