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: Thu, 9 Jan 2003 22:36:00 -0600 (CST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200301100436.WAA27007@eel.dms.auburn.edu> References: <200301080429.WAA23098@eel.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1042176203 6467 80.91.224.249 (10 Jan 2003 05:23:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 10 Jan 2003 05:23:23 +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 18WrdZ-0001gB-00 for ; Fri, 10 Jan 2003 06:23:21 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18WrjQ-0002li-00 for ; Fri, 10 Jan 2003 06:29:25 +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 18WreJ-0005Qn-07 for emacs-devel@quimby.gnus.org; Fri, 10 Jan 2003 00:24:07 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18WrcB-0003WT-00 for emacs-devel@gnu.org; Fri, 10 Jan 2003 00:21:55 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18WrXG-0000iS-00 for emacs-devel@gnu.org; Fri, 10 Jan 2003 00:16:51 -0500 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18WqtG-0002Uw-00 for emacs-devel@gnu.org; Thu, 09 Jan 2003 23:35:30 -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 WAA24585; Thu, 9 Jan 2003 22:35:28 -0600 (CST) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.9.3+Sun/8.9.3) id WAA27007; Thu, 9 Jan 2003 22:36:00 -0600 (CST) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: teirllm@dms.auburn.edu In-reply-to: <200301080429.WAA23098@eel.dms.auburn.edu> (message from Luc Teirlinck on Tue, 7 Jan 2003 22:29:11 -0600 (CST)) 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:10618 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10618 Just to avoid two people investigating the bugs I reported independently: I got all my courage together and decided to investigate these bugs myself. It actually seems to involve three bugs, one in skeleton-internal-1 (in skeleton.el), one in sh-get-indent-info (in sh-script.el) and probably another bug in sh-script.el related to shell-indentation which I am still hunting down. I believe I fixed the first two. Now sh-if seems to work better than in Emacs20.7 (it actually had a small bug there, which somebody else appears to have eliminated) and the newline problem in sh-case is gone too, but the indentation in sh-case seems still imperfect. The bug I already fixed in sh-get-indent-info could produce mysterious beginning of buffer errors while indenting in sh-mode, not only in sh-case. Once I get sh-case working the way I want it to, I will still need to make sure I did not introduce new bugs by fixing those three. I do not feel comfortable with all these skeletons. And it is not even Halloween! Sincerely, Luc.