auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] Messes up C-c C-w key binding


From: Ivan Andrus
Subject: Re: [AUCTeX] Messes up C-c C-w key binding
Date: Sun, 6 Nov 2011 11:04:48 +0100

You can undefine the key for LaTeX-mode by adding

    (define-key LaTeX-mode-map "\C-c\C-w" nil)

in the proper place (say a LaTeX-mode-hook or an eval-after-load).  Then your 
global key binding will be used.

-Ivan

On Nov 6, 2011, at 5:55 AM, Jeffrey Spencer wrote:

> It appears to me that something in Auctex messes up the C-c C-w key binding. 
> It only has an issue in the Auctex mode and toggles bad boxes on and off. 
> This already has a key binding so I was wondering how to shut this off or if 
> this is an error where to look to change it.
> 
> Thanks,
> Jeff
> 
> -- 
> ________________________
> Jeffrey Spencer
> address@hidden
> 
> 
> _______________________________________________
> auctex mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/auctex




reply via email to

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