From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Joe Kelsey Newsgroups: gmane.emacs.devel Subject: Re: skeleton.el _ versus @ Date: 01 Apr 2003 16:08:03 -0800 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1049242082.66437.15.camel@zircon> References: <200303242005.h2OK57gr013285@rum.cs.yale.edu> <1048554010.20622.66.camel@zircon> <200303311740.h2VHeZNG017518@rum.cs.yale.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1049242227 3438 80.91.224.249 (2 Apr 2003 00:10:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 2 Apr 2003 00:10:27 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Apr 02 02:10:22 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 190Vpe-0000tE-00 for ; Wed, 02 Apr 2003 02:10:22 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 190VqT-0008Gv-00 for ; Wed, 02 Apr 2003 02:11:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 190VpI-0003ra-01 for emacs-devel@quimby.gnus.org; Tue, 01 Apr 2003 19:10:00 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 190Vol-0003cu-00 for emacs-devel@gnu.org; Tue, 01 Apr 2003 19:09:27 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 190Vo3-00038C-00 for emacs-devel@gnu.org; Tue, 01 Apr 2003 19:08:44 -0500 Original-Received: from dsl231-043-165.sea1.dsl.speakeasy.net ([216.231.43.165] helo=zircon.seattle.wa.us) by monty-python.gnu.org with smtp (Exim 4.10.13) id 190VnQ-0002sv-00 for emacs-devel@gnu.org; Tue, 01 Apr 2003 19:08:04 -0500 Original-Received: (qmail 69595 invoked from network); 2 Apr 2003 00:08:03 -0000 Original-Received: from localhost (HELO ?127.0.0.1?) (127.0.0.1) by localhost with SMTP; 2 Apr 2003 00:08:03 -0000 Original-To: Stefan Monnier In-Reply-To: <200303311740.h2VHeZNG017518@rum.cs.yale.edu> X-Mailer: Ximian Evolution 1.2.2 Original-cc: Richard Stallman Original-cc: occitan@esperanto.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12819 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12819 On Mon, 2003-03-31 at 09:40, Stefan Monnier wrote: > > > The current code allows the following trick: > > > > > > "fun f (" @ ")" \n "{" \n _ \n "}" > As for how you could get what you want with the current skeleton, > how about something like: > > (nil "" @) I believe that the correct fix is for *you* to change *your* skeletons to be: (nil "fun f (" @ ")" \n "{" \n _ "}" (setq skeleton-point (pop skeleton-positions)) It makes more sense for you since you are using @ incorrectly. Simply because you have taken advantage of a programming error in the past does not mean you can continue to do so in the future. /Joe