emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp/emulation cua-rect.el cua-base.el


From: Kim F . Storm
Subject: [Emacs-commit] emacs/lisp/emulation cua-rect.el cua-base.el
Date: Thu, 08 Dec 2005 17:24:36 -0500

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Kim F. Storm <address@hidden>   05/12/08 22:24:35

Modified files:
        lisp/emulation : cua-rect.el cua-base.el 

Log message:
        * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
        (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
        select either meta, hyper, or super modifier for rectangle commands.
        (cua--rectangle-modifier-key): New defvar.
        (cua--M/H-key): Use it.  Remove special case for 'space.
        (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
        on X, to meta otherwise.  Always bind C-return to toggle
        rectangle.  Pass ?\s instead of 'space to cua--M/H-key.
        
        * emulation/cua-rect.el (cua-help-for-rectangle): Use
        cua--rectangle-modifier-key.  Handle super modifier too.
        (cua--init-rectangles): Always bind C-return to toggle rectangle.
        Pass ?\s instead of 'space to cua--M/H-key and cua--rect-M/H-key.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/emulation/cua-rect.el.diff?tr1=1.26&tr2=1.27&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/emulation/cua-base.el.diff?tr1=1.64&tr2=1.65&r1=text&r2=text





reply via email to

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