all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sebastien Mondet <sebastien.mondet@gmail.com>
To: bug-gnu-emacs@gnu.org
Subject: bug#5134: $PATH with double slashes parsing bug
Date: Sun, 6 Dec 2009 13:53:21 +0100	[thread overview]
Message-ID: <42eabd860912060453i2e8523f6s4985cca429b77ed1@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 504 bytes --]

Hi,

I discovered this strange behavior of eshell in emacs 23.1.1 (on MacOSX and
Debian Lenny, both built from source, launched with '-q').

It seems that the presence of two slashes ("//") in a path breaks the
search:

Example:

~ $ export PATH=/usr//bin
~ $ which m4
which: no m4 in (/usr//bin)
~ $ export PATH=/usr/bin
~ $ which m4
/usr/bin/m4
~ $


I mailed this to johnw@gnu.org (maintainer of eshell) who told me that it
seems to be an Emacs issue.

Cheers,

Sebastien Mondet
http://seb.mondet.org

[-- Attachment #2: Type: text/html, Size: 770 bytes --]

             reply	other threads:[~2009-12-06 12:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87638jsz0r.fsf@stupidchicken.com>
2009-12-06 12:53 ` Sebastien Mondet [this message]
2009-12-06 19:15   ` bug#5134: marked as done ($PATH with double slashes parsing bug) Emacs bug Tracking System

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42eabd860912060453i2e8523f6s4985cca429b77ed1@mail.gmail.com \
    --to=sebastien.mondet@gmail.com \
    --cc=5134@emacsbugs.donarmstrong.com \
    --cc=bug-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.