auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX] Re: What is the correct way to activate auctex and tex-mik?


From: Ralf Angeli
Subject: [AUCTeX] Re: What is the correct way to activate auctex and tex-mik?
Date: Wed, 07 Dec 2005 00:14:03 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

* 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.

-- 
Ralf





reply via email to

[Prev in Thread] Current Thread [Next in Thread]