* Daniele Tampieri (2008-09-06) writes: > (add-hook 'tex-mode-hook > '(lambda () > (define-key tex-mode-map "\C-cl" 'tex-line-comment-box) > ) > ) > > When I enter the AUCTeX mode and type \C-c l emacs says: "C-c l is undefined".
The AUCTeX modes run `TeX-mode-hook', not `tex-mode-hook'. -- Ralf _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
