From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Bug in shell.el: explicit-bash-args does not work for bash 1.x Date: Tue, 29 Oct 2002 08:17:01 +0200 (IST) Sender: emacs-devel-admin@gnu.org Message-ID: References: <5x65vmw3ad.fsf@kfs2.cua.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035872751 20273 80.91.224.249 (29 Oct 2002 06:25:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Oct 2002 06:25:51 +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 186Poz-0005Gq-00 for ; Tue, 29 Oct 2002 07:25:49 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 186PtS-0004Gz-00 for ; Tue, 29 Oct 2002 07:30:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 186Phg-0002lh-00; Tue, 29 Oct 2002 01:18:16 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 186Pgf-0002Sa-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 01:17:13 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 186Pgb-0002PW-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 01:17:12 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10) id 186PgZ-0002PP-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 01:17:08 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA22007; Tue, 29 Oct 2002 08:17:01 +0200 (IST) X-Sender: eliz@is Original-To: "Kim F. Storm" In-Reply-To: <5x65vmw3ad.fsf@kfs2.cua.dk> Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8873 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8873 On 29 Oct 2002, Kim F. Storm wrote: > The following code doesn't execute the program; it does a brute-force > check for the version of the bash program by looking inside the > executeable. I think this is very non-portable and should be avoided at all costs.