From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: spinner Newsgroups: gmane.emacs.help Subject: Key binding? in Auctex (LaTex-mode) Date: Mon, 22 Aug 2011 20:17:55 -0700 (PDT) Message-ID: <32315986.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1314069493 31090 80.91.229.12 (23 Aug 2011 03:18:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 23 Aug 2011 03:18:13 +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 Aug 23 05:18:09 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QvhVA-00031P-Sr for geh-help-gnu-emacs@m.gmane.org; Tue, 23 Aug 2011 05:18:09 +0200 Original-Received: from localhost ([::1]:40537 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvhVA-0005ZF-GO for geh-help-gnu-emacs@m.gmane.org; Mon, 22 Aug 2011 23:18:08 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:59018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvhV5-0005Yz-IQ for Help-gnu-emacs@gnu.org; Mon, 22 Aug 2011 23:18:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvhV4-0003Bf-Bj for Help-gnu-emacs@gnu.org; Mon, 22 Aug 2011 23:18:03 -0400 Original-Received: from sam.nabble.com ([216.139.236.26]:38207) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvhV4-0003B5-82 for Help-gnu-emacs@gnu.org; Mon, 22 Aug 2011 23:18:02 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1QvhUx-0001ph-MN for Help-gnu-emacs@gnu.org; Mon, 22 Aug 2011 20:17:55 -0700 X-Nabble-From: michaelcrain@hotmail.com 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:82020 Archived-At: I want to regularly insert the following code into documents that I write in LaTex-mode via Auctex: %%% Local Variables: %%% mode: LaTeX %%% TeX-master: t %%% End: Since I need to do this regularly, I want to do this with something like key binding. But I don't know if what I want to do is key binding (like C-c C-f), a macro, or something else. -- View this message in context: http://old.nabble.com/Key-binding--in-Auctex-%28LaTex-mode%29-tp32315986p32315986.html Sent from the Emacs - Help mailing list archive at Nabble.com.