all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Hansen <larsh@math.ku.dk>
Cc: emacs-devel@gnu.org
Subject: directory-files and Tramp
Date: Sat, 22 Feb 2003 00:16:58 +0100	[thread overview]
Message-ID: <3E56B36A.4050806@math.ku.dk> (raw)

Tramp is not handling the call (directory-files directory) when 
directory is relative and default-directory a Tramp file.
I beleive the problem can be fixed with the following patch:

diff -c dired-original.c dired.c
*** dired-original.c    Tue Feb  4 15:03:12 2003
--- dired.c    Fri Feb 21 21:07:26 2003
***************
*** 346,351 ****
--- 346,353 ----
  {
    Lisp_Object handler;
 
+   directory = Fexpand_file_name (directory, Qnil);
+
    /* If the file name has special constructs in it,
       call the corresponding file handler.  */
    handler = Ffind_file_name_handler (directory, Qdirectory_files);

             reply	other threads:[~2003-02-21 23:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-21 23:16 Lars Hansen [this message]
2003-02-22 12:23 ` directory-files and Tramp Kai Großjohann
  -- strict thread matches above, loose matches on Subject: below --
2003-02-22 22:38 Lars Hansen
2003-02-23 10:48 ` Kai Großjohann

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=3E56B36A.4050806@math.ku.dk \
    --to=larsh@math.ku.dk \
    --cc=emacs-devel@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.