Update of /project/gsharp/cvsroot/gsharp In directory clnet:/tmp/cvs-serv4781
Modified Files: modes.lisp Log Message: Use the ESA help table.
(Note that since we define a command for C-h, the default esa bindings are shadowed. The extended commands work, though.)
--- /project/gsharp/cvsroot/gsharp/modes.lisp 2006/02/20 20:19:37 1.11 +++ /project/gsharp/cvsroot/gsharp/modes.lisp 2006/05/14 07:49:55 1.12 @@ -1,7 +1,7 @@ (in-package :gsharp)
(define-command-table global-gsharp-table - :inherit-from (global-esa-table esa-io-table keyboard-macro-table)) + :inherit-from (global-esa-table esa-io-table keyboard-macro-table help-table))
(set-key `(com-forward-element ,*numeric-argument-marker*) 'global-gsharp-table '((#\f :control))) (set-key `(com-backward-element ,*numeric-argument-marker*) 'global-gsharp-table '((#\b :control)))