From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rupert Swarbrick Newsgroups: gmane.emacs.help Subject: Re: elisp questions for Advanced Closing brackets function Date: Wed, 21 May 2008 19:40:07 +0100 Organization: albasani.net Message-ID: References: <48346a40$0$6772$9b4e6d93@newsspool2.arcor-online.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1211395320 11259 80.91.229.12 (21 May 2008 18:42:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 May 2008 18:42:00 +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 20:42:35 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 1JytGJ-00069W-7c for geh-help-gnu-emacs@m.gmane.org; Wed, 21 May 2008 20:42:07 +0200 Original-Received: from localhost ([127.0.0.1]:51089 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JytFZ-0003A6-0S for geh-help-gnu-emacs@m.gmane.org; Wed, 21 May 2008 14:41:21 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-X-Trace: news.albasani.net SezZGleJTmCfkzlj1S3e9n02I9jmgamh8iIrGldv7b1oJd1p22MejmdRTJSveqncwe9T2IP5BULPawTfsc1V9jpESr/urEiOWIiiY3KRUifU6eOOH6bn4eLiFesG40Jp Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Wed, 21 May 2008 18:40:07 +0000 (UTC) X-User-ID: 7HSU3LuDk2fUIgl/GpIQsd4orF318kyK0gV4iZMkmBU= Cancel-Lock: sha1:64PsyHQbVDU1eyIy+Py6/Jr9a6w= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-NNTP-Posting-Host: wEFi0Kn9JNQ1+GciBxCwsJ2u12WofchTJABmQG6NJBo= Original-Xref: news.stanford.edu gnu.emacs.help:158849 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor 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:54215 Archived-At: 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. So more power to him! Rupert