Ralf Angeli <[EMAIL PROTECTED]> writes: > * David Kastrup (2005-12-06) writes: > > [`C-S-c' not being translated to `C-c' in CUA mode] > >> Maybe the keybindings have to be defined through `mode-specific-map' >> in order to get reached in that manner? > > `mode-specific-map' is a global map. So after doing something like > (define-key mode-specific-map "\C-f" (lambda () (interactive) > (message "hui"))) the key binding is global, too.
Ok, I have to admit not actually looking at what mode-specific-map is or does. Does not sound too useful, so I suppose I don't get what it is supposed to do. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
