From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Angeli Newsgroups: gmane.emacs.help Subject: Re: elisp questions for Advanced Closing brackets function Date: Wed, 21 May 2008 22:14:24 +0200 Organization: nil Message-ID: <483482a0$0$6772$9b4e6d93@newsspool2.arcor-online.net> References: <48346a40$0$6772$9b4e6d93@newsspool2.arcor-online.net> Reply-To: angeli@caeruleus.net NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1211402475 4409 80.91.229.12 (21 May 2008 20:41:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 May 2008 20:41:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 21 22:41:53 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jyv7g-00076c-Fs for geh-help-gnu-emacs@m.gmane.org; Wed, 21 May 2008 22:41:20 +0200 Original-Received: from localhost ([127.0.0.1]:57620 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jyv6w-0003cS-81 for geh-help-gnu-emacs@m.gmane.org; Wed, 21 May 2008 16:40:34 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!club-internet.fr!feedme-small.clubint.net!feeder1-1.proxad.net!proxad.net!feeder2-2.proxad.net!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Mail-Copies-To: nobody Cancel-Lock: sha1:RVq19qmhrwb7fsFo9ztcDVaJ3f4= Original-Lines: 20 Original-NNTP-Posting-Date: 21 May 2008 22:14:24 CEST Original-NNTP-Posting-Host: 2fc8d8ee.newsspool2.arcor-online.net Original-X-Trace: DXC=h4M>76oG; 5=LNKYb?b>076A9EHlD; 3Yc24Fo<]lROoR18kF List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:54218 Archived-At: * Rupert Swarbrick (2008-05-21) writes: > Ralf Angeli writes: > >> * Lorenzo Isella (2008-05-21) writes: >> >>> (defun TeX-insert-dollar () "custom redefined insert-dollar" (interactive) >> [...] >>> (defun TeX-insert-quote () "custom redefined insert-quote" (interactive) >> >> You are lobotomizing AUCTeX bit by bit. > > 'tis true. And in fact that's what I immediately thought.... but if > you look at what he wants to happen, the normal TeX-insert-quote and > TeX-insert-dollar don't in fact help him at all. Then use them, don't kill them. -- Ralf