From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: etienne Newsgroups: gmane.emacs.help Subject: Re: about global-set-key Date: Tue, 11 Sep 2012 01:30:06 -0700 (PDT) Message-ID: <1347352206740-263711.post@n5.nabble.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1347353346 10542 80.91.229.3 (11 Sep 2012 08:49:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Sep 2012 08:49:06 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 11 10:49:09 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TBM9b-00054P-P0 for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Sep 2012 10:49:07 +0200 Original-Received: from localhost ([::1]:42094 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBM9Y-0000BE-3X for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Sep 2012 04:49:04 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBM9P-0000B4-Ff for Help-gnu-emacs@gnu.org; Tue, 11 Sep 2012 04:48:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TBM9O-0007v3-I7 for Help-gnu-emacs@gnu.org; Tue, 11 Sep 2012 04:48:55 -0400 Original-Received: from sam.nabble.com ([216.139.236.26]:56940) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBM9O-0007ux-DM for Help-gnu-emacs@gnu.org; Tue, 11 Sep 2012 04:48:54 -0400 Original-Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1TBLrC-0002Hx-OP for Help-gnu-emacs@gnu.org; Tue, 11 Sep 2012 01:30:06 -0700 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 216.139.236.26 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86723 Archived-At: Dear Stefan, you must be right because when I press _ on a standard file (like the tutorial) then it write _{} as I expect but this not work in a latex file because I you said I use an other mode. What should be I do to use this shortcut ? Here is the line of my .emacs file about latex and auctex (setq reftex-plug-into-AUCTeX t) (add-hook 'LaTeX-mode-hook 'turn-on-reftex) ; with AUCTeX LaTeX mode (require 'reftex) (setq TeX-PDF-mode nil) ; remove pdflatex by defaut (setq LaTeX-math-mode t) ; set Latex-math-mode -- View this message in context: http://emacs.1067599.n5.nabble.com/about-global-set-key-tp262753p263711.html Sent from the Emacs - Help mailing list archive at Nabble.com.