From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: skeleton.el machinery eats newlines. Date: Sat, 11 Jan 2003 15:29:33 -0600 (CST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200301112129.PAA28377@eel.dms.auburn.edu> References: <200301080429.WAA23098@eel.dms.auburn.edu> <200301111943.h0BJhKi04086@rum.cs.yale.edu> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1042320737 24092 80.91.224.249 (11 Jan 2003 21:32:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 11 Jan 2003 21:32:17 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18XTEm-0006GR-00 for ; Sat, 11 Jan 2003 22:32:16 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18XTLS-0000Tz-00 for ; Sat, 11 Jan 2003 22:39:10 +0100 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 18XTD1-0006jp-07 for emacs-devel@quimby.gnus.org; Sat, 11 Jan 2003 16:30:27 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18XTCM-0006OY-00 for emacs-devel@gnu.org; Sat, 11 Jan 2003 16:29:46 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18XTBp-00051p-00 for emacs-devel@gnu.org; Sat, 11 Jan 2003 16:29:19 -0500 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18XTBe-0004Qm-00 for emacs-devel@gnu.org; Sat, 11 Jan 2003 16:29:02 -0500 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) by manatee.dms.auburn.edu (8.9.1a/8.9.1) with ESMTP id PAA00352; Sat, 11 Jan 2003 15:28:59 -0600 (CST) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.9.3+Sun/8.9.3) id PAA28377; Sat, 11 Jan 2003 15:29:33 -0600 (CST) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: monnier+gnu/emacs@rum.cs.yale.edu In-reply-to: <200301111943.h0BJhKi04086@rum.cs.yale.edu> (monnier+gnu/emacs@rum.cs.yale.edu) 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:10667 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10667 Stefan Monnier wrote: I change skeleton.el to only add starting-\n and ending-\n when "needed" but it looks like it doesn't do what it should in your case. I'll take a look at it, Thanks. As I previously mentioned, I was able to revert to the previous situation, but in a way that made me feel very uncomfortable about introducing new bugs elsewhere. In particular, since I probably just reintroduced all newlines you deleted, my "fix" would very probably reintroduce whichever bugs your change was meant to fix. Sincerely, Luc.