|
From: | Dan Jacobson |
Subject: | Re: emacsclient/dired ignores symlinks |
Date: | Sat, 27 Dec 2003 01:37:58 +0800 |
User-agent: | Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) |
K> What is the value of the PWD environment variable after you cd to K> some_dir_that_is_a_symlink? $ echo $PWD /home/jidanni/jidanni.org $ emacsclient -n . (pwd)"Directory ~/mywebsites/kalyke.affordablehost.com/public_html/" (getenv "PWD")"/home/jidanni" #must be from initial emacs start; disregard. (dired-smart-shell-command "echo $PWD" nil) /home/jidanni/mywebsites/kalyke.affordablehost.com/public_html Maybe emacsclient should note the value of $PWD when it starts instead of determining its own or whatever.
[Prev in Thread] | Current Thread | [Next in Thread] |