From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: Re: emacsclient/dired ignores symlinks Date: Mon, 22 Dec 2003 00:46:28 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87fzfegluj.fsf@jidanni.org> References: <3FCE239F.5090907@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1072031679 3294 80.91.224.253 (21 Dec 2003 18:34:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 21 Dec 2003 18:34:39 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Dec 21 19:34:34 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AY8PS-00085S-00 for ; Sun, 21 Dec 2003 19:34:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AY9MB-0006DN-T3 for geb-bug-gnu-emacs@m.gmane.org; Sun, 21 Dec 2003 14:35:15 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AY9MA-0006CC-AD for bug-gnu-emacs@gnu.org; Sun, 21 Dec 2003 14:35:14 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AY9Lc-00061p-1U for bug-gnu-emacs@gnu.org; Sun, 21 Dec 2003 14:35:11 -0500 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AY9Lb-0005uL-LT for bug-gnu-emacs@gnu.org; Sun, 21 Dec 2003 14:34:39 -0500 Original-Received: from tc218-187-73-156.2-3.pl.apol.com.tw ([218.187.73.156]:33386 helo=jidanni.org) by frodo.hserus.net with asmtp (Cipher TLSv1:RC4-SHA:128) (Exim 4.30 #2) id 1AY8O0-000CfU-K1 by authid with plain for ; Mon, 22 Dec 2003 00:03:05 +0530 Original-Received: from jidanni by jidanni.org with local (Exim 4.24) id 1AY6ir-0000J3-0D for bug-gnu-emacs@gnu.org; Mon, 22 Dec 2003 00:46:29 +0800 Original-To: bug-gnu-emacs@gnu.org In-Reply-To: <3FCE239F.5090907@yahoo.com> (Kevin Rodgers's message of "Wed, 03 Dec 2003 10:55:43 -0700") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:6341 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:6341 >> If one does >> $ cd some_dir_that_is_a_symlink >> $ emacsclient some_dir >> the dired buffer created has the real path of the dir, ignoring all >> our symlinks. I.e. works fine, except it refers to everything by the >> real path names. K> What is the value of find-file-visit-truename? nil. So something is wrong.