From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Shug Boabby" Newsgroups: gmane.emacs.help Subject: left brackets insert both Date: 25 Mar 2005 07:37:20 -0800 Organization: http://groups.google.com Message-ID: <1111765040.509327.116280@g14g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1111765163 6792 80.91.229.2 (25 Mar 2005 15:39:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 Mar 2005 15:39:23 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 25 16:39:22 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DEqu7-0003Mp-P4 for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Mar 2005 16:39:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DEr9c-0001Pz-Ja for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Mar 2005 10:55:20 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!g14g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: 217.43.187.239 Original-X-Trace: posting.google.com 1111765044 3306 127.0.0.1 (25 Mar 2005 15:37:24 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 25 Mar 2005 15:37:24 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: g14g2000cwa.googlegroups.com; posting-host=217.43.187.239; posting-account=jQz-EQ0AAABiniXWq8YyRVQ60t_LIYwt Original-Xref: shelby.stanford.edu gnu.emacs.help:129588 Original-To: help-gnu-emacs@gnu.org 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 X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: news.gmane.org gmane.emacs.help:25139 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25139 hi there, a friend of mine was demonstrating a (pay for) text editor he has for Mac OS X, which had a very nice feature, i am sure it is implementable in Emacs, but my lisp skills are not good enough to code it. could somebody please help me implement it? when the start of a brace pair was typed, one of [<[{(], the editor would insert the corresponding closing brace and place the cursor in-between. this worked for all text editing modes, but could be turned off when needed. anyone have a clue?