From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "rgb" Newsgroups: gmane.emacs.help Subject: Re: left brackets insert both Date: 25 Mar 2005 07:54:32 -0800 Organization: http://groups.google.com Message-ID: <1111766072.431886.148720@g14g2000cwa.googlegroups.com> References: <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 1111766568 11252 80.91.229.2 (25 Mar 2005 16:02:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 Mar 2005 16:02:48 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 25 17:02:48 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DErGA-0007PX-IG for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Mar 2005 17:02:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DErVg-0007ls-CK for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Mar 2005 11:18:08 -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: 20 Original-NNTP-Posting-Host: 198.74.20.77 Original-X-Trace: posting.google.com 1111766076 11656 127.0.0.1 (25 Mar 2005 15:54:36 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 25 Mar 2005 15:54:36 +0000 (UTC) In-Reply-To: <1111765040.509327.116280@g14g2000cwa.googlegroups.com> User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: g14g2000cwa.googlegroups.com; posting-host=198.74.20.77; posting-account=C7LM4w0AAAD23IRuMuUUJVCLQTuHhTK8 Original-Xref: shelby.stanford.edu gnu.emacs.help:129589 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:25140 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25140 Shug Boabby wrote: > 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? skeleton-pair-insert-maybe