- 09 Aug, 2013 1 commit
-
-
Juanma Barranquero authored
lisp/register.el (frameset-frame-id, frameset-frame-with-id, frameset-p) (frameset-restore, frameset-save, frameset-session-filter-alist): Remove declarations. (register-alist): Doc fix. (frameset-to-register): Move to frameset.el. (jump-to-register, describe-register-1): Remove frameset-specific code. lisp/frameset.el (frameset-p): Add autoload cookie. (frameset--jump-to-register): New function, based on code moved from register.el. (frameset-to-register): Move from register.el. Adapt to `registerv'.
-
- 08 Aug, 2013 1 commit
-
-
Juanma Barranquero authored
* lisp/register.el: Add support for framesets. (frameset-frame-id, frameset-frame-with-id) (frameset-p, frameset-restore, frameset-save): Declare. (register-alist): Document framesets. (frameset-session-filter-alist): Declare. (frameset-to-register): New function. (jump-to-register): Implement jumping to framesets. Doc fix. (describe-register-1): Describe framesets.
-
- 26 Mar, 2013 1 commit
-
-
Leo Liu authored
cedet/semantic/senator.el. * lisp/cedet/semantic/senator.el (senator-copy-tag-to-register): Move register handling logic from register.el. (Bug#14052)
-
- 01 Jan, 2013 1 commit
-
-
Paul Eggert authored
-
- 06 Oct, 2012 1 commit
-
-
Jambunathan K authored
Deactivate mark, as does `copy-to-register'. Fixes: debbugs:12389
-
- 09 Sep, 2012 1 commit
-
-
Andreas Schwab authored
separator-register. All uses changed. Doc fix. (register): Fix version.
-
- 08 Sep, 2012 1 commit
-
-
Jambunathan K authored
if register contains text so that `C-x r +' can now be used for appending to a text register. (register): New group. (register-separator): New user option. (append-to-register, prepend-to-register): Add separator based on `register-separator. * doc/emacs/regs.texi (Text Registers): `C-x r +' can now be used instead of M-x append-to-register. New option `register-separator'. (Number Registers): Mention that `C-x r +' is polymorphic. Fixes: debbugs:12217
-
- 29 Jul, 2012 1 commit
-
-
Chong Yidong authored
* lisp/simple.el (indicate-copied-region): New function. (kill-ring-save): Split off from here. * lisp/rect.el (copy-rectangle-as-kill): Call indicate-copied-region. (kill-rectangle): Set deactivate-mark to t on read-only error. * lisp/register.el (copy-to-register, copy-rectangle-to-register): Deactivate the mark, and use indicate-copied-region. (append-to-register, prepend-to-register): Call Fixes: debbugs:10056
-
- 14 Jul, 2012 1 commit
-
-
Reuben Thomas authored
* lisp/rect.el, lisp/register.el: Move bindings to bindings.el. * lisp/bindings.el: Consolidate ctl-x-r-map bindings. Bind copy-rectangle-as-kill to C-x r w. Fixes: debbugs:739
-
- 10 Jul, 2012 1 commit
-
-
Stefan Monnier authored
* admin/bzrmerge.el: Use cl-lib. * leim/quail/hangul.el: Don't require CL. * leim/quail/ipa.el: Use cl-lib. * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el: * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el: * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el: * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el: * international/quail.el, info-xref.el, imenu.el, image-mode.el: * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el: * battery.el, avoid.el, abbrev.el: Use cl-lib. * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el: * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el: * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el: * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el: * calculator.el, autorevert.el, apropos.el: Don't require CL. * emacs-bytecomp.el (byte-recompile-directory, display-call-tree) (byte-compile-unfold-bcf, byte-compile-check-variable): * emacs-byte-opt.el (byte-compile-trueconstp) (byte-compile-nilconstp): * emacs-autoload.el (make-autoload): Use pcase. * face-remap.el (text-scale-adjust): Simplify pcase patterns.
-
- 11 Jan, 2012 1 commit
-
-
Glenn Morris authored
-
- 05 Jan, 2012 1 commit
-
-
Glenn Morris authored
-
- 09 Jul, 2011 1 commit
-
-
Leo Liu authored
-
- 05 Jul, 2011 1 commit
-
-
Juanma Barranquero authored
-
- 26 Jun, 2011 1 commit
-
-
Leo Liu authored
A value object returned by `registerv-make' has slots to control jump-to-register, describe-register-1 and insert-register.
-
- 19 Apr, 2011 1 commit
-
-
Juanma Barranquero authored
-
- 25 Jan, 2011 1 commit
-
-
Glenn Morris authored
-
- 15 Jan, 2011 1 commit
-
-
Glenn Morris authored
-
- 02 Jan, 2011 1 commit
-
-
Glenn Morris authored
-
- 29 Aug, 2010 1 commit
-
-
Chong Yidong authored
-
- 13 Jan, 2010 1 commit
-
-
Glenn Morris authored
-
- 15 Nov, 2009 1 commit
-
-
Chong Yidong authored
tags. From commented-out advice in semantic/senator.el.
-
- 20 Sep, 2009 1 commit
-
-
Dan Nicolaescu authored
-
- 18 May, 2009 1 commit
-
-
Chong Yidong authored
-
- 12 Mar, 2009 1 commit
-
-
Juanma Barranquero authored
consistency with other register functions. (set-register, jump-to-register): Fix typos in docstrings. (copy-to-register, copy-rectangle-to-register): Reflow docstrings.
-
- 05 Jan, 2009 1 commit
-
-
Glenn Morris authored
-
- 30 Jun, 2008 1 commit
-
-
Juri Linkov authored
-
- 06 May, 2008 1 commit
-
-
Glenn Morris authored
-
- 10 Apr, 2008 1 commit
-
-
Stefan Monnier authored
-
- 07 Jan, 2008 1 commit
-
-
Glenn Morris authored
-
- 03 Nov, 2007 1 commit
-
-
Thien-Thi Nguyen authored
Don't signal error on empty register; use the text, instead.
-
- 25 Jul, 2007 1 commit
-
-
Glenn Morris authored
-
- 21 Jan, 2007 1 commit
-
-
Glenn Morris authored
-
- 05 Dec, 2006 1 commit
-
-
Glenn Morris authored
-
- 06 Feb, 2006 1 commit
-
-
Thien-Thi Nguyen authored
-
- 06 Aug, 2005 1 commit
-
-
Thien-Thi Nguyen authored
-
- 04 Jul, 2005 1 commit
-
-
Lute Kamstra authored
-
- 29 Mar, 2005 1 commit
-
-
Richard M. Stallman authored
Use filter-buffer-substring.
-
- 27 Feb, 2005 1 commit
-
-
Richard M. Stallman authored
-
- 16 Apr, 2004 1 commit
-
-
Kenichi Handa authored
-