I've had the following bindings in my .emacs for some time:

    (define-key emacs-lisp-mode-map (kbd "C-c C-z") 'ielm)
    (define-key emacs-lisp-mode-map (kbd "C-c C-l") 'load-file)
    (define-key sh-mode-map (kbd "C-c C-z") 'shell)
    (define-key dired-mode-map (kbd "C-c C-z") 'shell)

It occurs to me that some/all of these bindings might usefully be
included in Emacs.


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to