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 17:49:39 -0600 (CST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200301112349.RAA28490@eel.dms.auburn.edu> References: <200301080429.WAA23098@eel.dms.auburn.edu> <200301100436.WAA27007@eel.dms.auburn.edu> <86n0m7p7y9.fsf@ast.cam.ac.uk> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1042329097 17656 80.91.224.249 (11 Jan 2003 23:51:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 11 Jan 2003 23:51:37 +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 18XVPb-0004aV-00 for ; Sun, 12 Jan 2003 00:51:35 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18XVWK-0001zd-00 for ; Sun, 12 Jan 2003 00:58:32 +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 18XVOI-0005Wb-00 for emacs-devel@quimby.gnus.org; Sat, 11 Jan 2003 18:50:14 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18XVNe-0005G5-00 for emacs-devel@gnu.org; Sat, 11 Jan 2003 18:49:34 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18XVNP-0004VT-00 for emacs-devel@gnu.org; Sat, 11 Jan 2003 18:49:20 -0500 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18XVNC-0003wE-00 for emacs-devel@gnu.org; Sat, 11 Jan 2003 18:49:06 -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 RAA00503; Sat, 11 Jan 2003 17:49:05 -0600 (CST) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.9.3+Sun/8.9.3) id RAA28490; Sat, 11 Jan 2003 17:49:39 -0600 (CST) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: gmorris+mail@ast.cam.ac.uk In-reply-to: <86n0m7p7y9.fsf@ast.cam.ac.uk> (message from Glenn Morris on Sat, 11 Jan 2003 23:45:02 +0000) 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:10674 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10674 Glenn Morris wrote: Luc Teirlinck wrote: > Can we just assume that people NEVER use (or never should use) > shell-scripts without a #!-line? Some shell scripts are meant to be sourced, not executed, and therefore don't need (and shouldn't have, IMO) the #! line. The obvious ones are profile files, such as ~/.bashrc, etc. Of course, you are right. I forgot the obvious for a moment. I will send my candidate fix for the bug somewhat later. Sincerely, Luc.