Group: gnu.emacs.sources · Group Profile · Search for How to supply the current word as a parameter to g in gnu.emacs.sources
Author: Toby Cubitt
Date: Feb 14, 2007 12:08
...-dynamic-syntax-alist '( ;; word constituents add to current completion (?w . (add ... whitespace and punctuation chars accept current completion (? . (accept t none)) (?. . (accept ...-self-insert) (define-key map "G" 'completion-self-insert) (define-key ...completion-self-insert) ) (cond ;; if current Emacs version supports it properly...
|