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 16:27:26 -0600 (CST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200301112227.QAA28434@eel.dms.auburn.edu> References: <200301080429.WAA23098@eel.dms.auburn.edu> <200301112144.PAA28393@eel.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1042324102 2284 80.91.224.249 (11 Jan 2003 22:28:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 11 Jan 2003 22:28:22 +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 18XU72-0000aZ-00 for ; Sat, 11 Jan 2003 23:28:20 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18XUDk-00015h-00 for ; Sat, 11 Jan 2003 23:35:16 +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 18XU7j-00076O-02 for emacs-devel@quimby.gnus.org; Sat, 11 Jan 2003 17:29:03 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18XU6b-00069i-00 for emacs-devel@gnu.org; Sat, 11 Jan 2003 17:27:53 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18XU5l-0004oq-00 for emacs-devel@gnu.org; Sat, 11 Jan 2003 17:27:01 -0500 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18XU5e-0004f4-00 for emacs-devel@gnu.org; Sat, 11 Jan 2003 17:26:54 -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 QAA00438; Sat, 11 Jan 2003 16:26:53 -0600 (CST) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.9.3+Sun/8.9.3) id QAA28434; Sat, 11 Jan 2003 16:27:26 -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: <200301112144.PAA28393@eel.dms.auburn.edu> (message from Luc Teirlinck on Sat, 11 Jan 2003 15:44:04 -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:10672 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10672 >>From my previous message: if you do not put in a #!-line, the subshell executing the script remembers hashed pathnames. With the #!-line it does not. What I meant was: without a #!-line the subshell remembers the information stored in the parent's hash table, with a #!-line it does not. Sincerely, Luc.