aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/register.el
Commit message (Collapse)AuthorAgeFilesLines
* (copy-to-register, append-to-register, prepend-to-register):Richard M. Stallman2005-03-291-3/+3
| | | | Use filter-buffer-substring.
* (describe-register-1): Explicitly handle yank-excluded-properties = t.Richard M. Stallman2005-02-271-2/+4
|
* Provide `register' feature.Masatake YAMATO2004-03-161-0/+1
|
* (copy-rectangle-to-register): Doc fix.Richard M. Stallman2003-12-291-2/+4
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (number-to-register): Use `string-to-number' insteadJohn Paul Wallington2003-05-171-1/+1
| | | | of `string-to-int'.
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
|
* (describe-register-1): Use window-widthRichard M. Stallman2002-12-071-3/+12
| | | | | to truncate string in a register. Check whether the string in a register is an empty string or a sequence of white spaces.
* (describe-register-1): Don't assign to val the value returned byJuanma Barranquero2002-11-191-4/+3
| | | | `remove-list-of-text-properties'.
* (set-register): Use push.Stefan Monnier2002-09-271-14/+11
| | | | | | (point-to-register): Set kill-buffer-hook in this buffer. (register-swap-out): Use dolist. (kill-buffer-hook): Don't change globally.
* (insert-register): Use insert-for-yank.Richard M. Stallman2002-04-191-1/+4
| | | | (describe-register-1): Discard text props in yank-excluded-properties.
* (describe-register-1): Access register contents here.Richard M. Stallman2002-02-141-54/+55
|
* (list-registers): New command.Richard M. Stallman2002-02-071-40/+63
| | | | (describe-register-1): New subroutine, taken out of view-register.
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+1
|
* (number-to-register, increment-register): ArgsKarl Heuer1998-01-181-8/+8
| | | | renamed to match doc.
* (view-register): Show register type file-query.Richard M. Stallman1997-12-221-0/+7
|
* (number-to-register): Move point as a side effect.Karl Heuer1997-12-081-10/+6
|
* (frame-configuration-to-register)Karl Heuer1997-12-041-37/+41
| | | | | | | | | | (window-configuration-to-register): Use a marker to save point. (point-to-register): Include point when saving a frame config. (number-to-register): New command (was commented out). (increment-register): New command (view-register): Handle frame configs and window configs included in a list with a pointer. (view-register, insert-register): Use numberp, not integerp.
* (window-configuration-to-register):Karl Heuer1997-11-231-7/+12
| | | | | (frame-configuration-to-register): Include (point) in the saved value. (jump-to-register): Restore (point) as well as window or frame config.
* New kind of register value is a file name and position.Richard M. Stallman1996-09-221-1/+24
| | | | | | (jump-to-register): Handle file-query. (register-swap-out): New function. Add it to kill-buffer-hook. (register-alist): Doc fix.
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* Rename all register-name args to `register'.Richard M. Stallman1995-09-081-43/+47
|
* (insert-register): Add `*' interactive spec.Karl Heuer1994-09-171-1/+1
|
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (jump-to-register): Handle dead marker.Karl Heuer1994-03-221-0/+2
|
* (view-register, insert-register): Handle dead marker.Karl Heuer1994-03-141-11/+18
|
* (jump-to-register): Doc fix.Richard M. Stallman1993-11-081-1/+1
|
* (jump-to-register): Rename prefix arg to DELETE and invert its sense.Richard M. Stallman1993-11-081-4/+5
|
* (jump-to-register): Take new optional arg NODELETE (prefix arg); passRoland McGrath1993-09-071-4/+6
| | | | through to set-frame-configuration.
* ({window,frame}-configuration-to-register): Fix prompt string inRoland McGrath1993-09-071-2/+2
| | | | interactive spec.
* (view-register): Handle file name values.Richard M. Stallman1993-06-111-1/+6
|
* (jump-to-register): Don't fail if frame-configuration-p is unbound.Richard M. Stallman1993-05-241-1/+2
|
* (jump-to-register): Allow file name "in" a register.Richard M. Stallman1993-05-091-2/+8
|
* All fsets changed to defaliases.Eric S. Raymond1993-04-231-1/+1
|
* Added or corrected Commentary headersEric S. Raymond1993-03-221-0/+7
|
* * register.el (view-register): Neglect not to avoid failing toJim Blandy1993-03-151-17/+30
| | | | | properly display all the possible sorts of things one might find in a buffer.
* Make frame configurations start with a distinctive symbol.Jim Blandy1993-03-151-10/+10
| | | | | | | | | | * frame.el (current-frame-configuration): Return a list as before, but starting with `frame-configuration'. (set-frame-configuration): Check that CONFIGURATION is a list starting with `frame-configuration', strip it off, and do as before. (frame-configuration-p): New function. * register.el (jump-to-register): Use frame-configuration-p, instead of catching an error in set-frame-configuration. Really now.
* (point-to-register): Make arg ARG optional.Richard M. Stallman1993-02-251-3/+3
| | | | | (window-configuration-to-register): Likewise. (frame-configuration-to-register): Likewise.
* entered into RCSEric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Richard M. Stallman1992-07-191-5/+23
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|
* *** empty log message ***Eric S. Raymond1992-07-161-2/+2
|
* *** empty log message ***Eric S. Raymond1992-07-151-0/+4
|
* *** empty log message ***Jim Blandy1992-07-151-5/+5
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+4
|
* *** empty log message ***Jim Blandy1991-04-121-18/+9
|
* *** empty log message ***Jim Blandy1990-12-291-1/+1
|
* *** empty log message ***Richard M. Stallman1990-12-161-10/+16
|
* *** empty log message ***Richard M. Stallman1990-07-161-1/+0
|
* Initial revisionRichard M. Stallman1990-02-061-0/+179