From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: skeleton.el machinery eats newlines. Date: Sat, 11 Jan 2003 23:45:02 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <86n0m7p7y9.fsf@ast.cam.ac.uk> References: <200301080429.WAA23098@eel.dms.auburn.edu> <200301100436.WAA27007@eel.dms.auburn.edu> <200301112144.PAA28393@eel.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1042328705 16380 80.91.224.249 (11 Jan 2003 23:45:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 11 Jan 2003 23:45:05 +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 18XVJH-0004Fu-00 for ; Sun, 12 Jan 2003 00:45:03 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18XVQ0-0001xB-00 for ; Sun, 12 Jan 2003 00:52:00 +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 18XVJl-00007w-0B for emacs-devel@quimby.gnus.org; Sat, 11 Jan 2003 18:45:33 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18XVJO-00007n-00 for emacs-devel@gnu.org; Sat, 11 Jan 2003 18:45:10 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18XVJN-00007b-00 for emacs-devel@gnu.org; Sat, 11 Jan 2003 18:45:09 -0500 Original-Received: from brown.csi.cam.ac.uk ([131.111.8.14]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18XVJN-000075-00 for emacs-devel@gnu.org; Sat, 11 Jan 2003 18:45:09 -0500 Original-Received: from cass41.ast.cam.ac.uk ([131.111.69.186]) by brown.csi.cam.ac.uk with esmtp (Exim 4.10) id 18XVJI-00037L-00; Sat, 11 Jan 2003 23:45:04 +0000 Original-Received: from ast.cam.ac.uk (IDENT:Va6PDXum0vuX94hgqE14lsoC/Q1qLJ/0@xpc21 [131.111.69.55])h0BNj252010540; Sat, 11 Jan 2003 23:45:02 GMT Original-To: Luc Teirlinck X-Attribution: GM Mail-Followup-To: Luc Teirlinck , emacs-devel@gnu.org User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/directory/emacs.html) 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:10673 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10673 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.