From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Russell Newsgroups: gmane.emacs.bugs Subject: dired path and ido Date: 03 Apr 2003 09:51:40 -0500 Organization: Cisco Systems, Inc. Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1049381500.1427.10.camel@debussy.cisco.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1049381663 30607 80.91.224.249 (3 Apr 2003 14:54:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 3 Apr 2003 14:54:23 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Thu Apr 03 16:54:22 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19166f-0007xU-00 for ; Thu, 03 Apr 2003 16:54:21 +0200 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 19166t-0003q7-01 for gnu-bug-gnu-emacs@m.gmane.org; Thu, 03 Apr 2003 09:54:35 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19166R-0003TO-00 for bug-gnu-emacs@gnu.org; Thu, 03 Apr 2003 09:54:07 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19164V-0001v1-00 for bug-gnu-emacs@gnu.org; Thu, 03 Apr 2003 09:52:08 -0500 Original-Received: from rtp-core-1.cisco.com ([64.102.124.12]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 191645-0001fo-00 for bug-gnu-emacs@gnu.org; Thu, 03 Apr 2003 09:51:41 -0500 Original-Received: from cannon.cisco.com (IDENT:mirapoint@cannon.cisco.com [161.44.118.24]) by rtp-core-1.cisco.com (8.12.6/8.12.6) with ESMTP id h33Epekh004681 for ; Thu, 3 Apr 2003 09:51:40 -0500 (EST) Original-Received: from [161.44.79.244] ([161.44.79.244]) by cannon.cisco.com (Mirapoint) with ESMTP id ABG61850; Thu, 3 Apr 2003 10:00:24 -0500 (EST) Original-To: bug-gnu-emacs@gnu.org X-Mailer: Ximian Evolution 1.2.3 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4712 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4712 I actually saw two separate bugs while verifying a fix that was sent to me. 1) The first is that when using ido-mode for find-file, dired does not open when you select a directory. I can't seem to find any way to open dired from find-file which I always found very useful. Note that this is only in ido-mode and works fine with the standard find-file. 2) When I hit enter on '..' in dired to go up a directory, everything works fine unless you go up into '/' (root directory). At this point everything _looks_ fine, but when you then descend into a directory again, the path now looks like so: /:/bin: instead of so: /bin: Its almost as if the /: gets stuck at the beginning. This only happens when you get to / and then go back down. The only thing I've found that this messes up is the new external viewer command mapped to 'v' but I'm sure there are others I haven't found. John