global-commit
[Top][All Lists]
Advanced

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

[Global-commit] global gtags.el


From: Shigio YAMAGUCHI
Subject: [Global-commit] global gtags.el
Date: Sun, 19 Feb 2012 00:00:45 +0000

CVSROOT:        /sources/global
Module name:    global
Changes by:     Shigio YAMAGUCHI <shigio>       12/02/19 00:00:45

Modified files:
        .              : gtags.el 

Log message:
        Key mapping was changed to follow "Key binding conventions" of Emacs 
Lisp.
        
        - The prefix character "\C-c" for suggested key mapping became 
customizable.
          If you want to invoke 'gtags-find-tag by "\C-xt", please write your 
.emacs file
          like follows:
        
              [$HOME/.emacs]
              (setq gtags-suggested-key-mapping t)
              (setq gtags-prefix-key "\C-x")
        
        - Policy of key mapping was changed.
        [Old] If 'gtags-suggested-key-mapping' is false, any key mapping is not 
done.
        [New] If 'gtags-suggested-key-mapping' is false, almost key mapping is 
not done.
              But "\C-m" and "\C-t" in 'Gtags select mode' are always enabled.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/global/gtags.el?cvsroot=global&r1=1.45&r2=1.46



reply via email to

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