From: Michael Albinus <michael.albinus@gmx.de>
Cc: pbreton@cs.umb.edu, teirllm@dms.auburn.edu, emacs-devel@gnu.org
Subject: Re: Reverting *Locate* buffers.
Date: Thu, 29 Jun 2006 23:58:08 +0200 [thread overview]
Message-ID: <87bqsb8w0f.fsf@gmx.de> (raw)
In-Reply-To: <17569.64920.191861.355581@localhost.localdomain> (T. V. Raman's message of "Tue, 27 Jun 2006 20:55:04 -0700")
"T. V. Raman" <raman@users.sf.net> writes:
> While on the error message regarding tramp, I've found that tramp
> being around causes *a lot* of recursive expand file calls ---
> try running edebug on anything that calls expand-file-name to see
> what I mean.
>
> Basically, tramp should only fire on the "head" of the path
> being expanded -- at present it appears to fire for *each* path
> component.
That happens in `file-truename'. Every path component must be checked
for being a symlink. During this check, other primitive file name
operations are called, which call then `expand-file-name'.
In Tramp 2.1, several file name operations cache their result;
therefore much less calls are necessary.
Best regards, Michael.
next prev parent reply other threads:[~2006-06-29 21:58 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-26 3:27 Reverting *Locate* buffers Luc Teirlinck
2006-06-26 7:43 ` David Kastrup
2006-06-28 1:58 ` Luc Teirlinck
2006-06-28 3:55 ` T. V. Raman
2006-06-29 3:13 ` Luc Teirlinck
2006-06-29 6:27 ` David Kastrup
2006-06-29 21:52 ` Michael Albinus
2006-06-30 1:55 ` Luc Teirlinck
2006-07-02 20:39 ` Michael Albinus
2006-07-02 20:52 ` Michael Albinus
2006-07-03 2:51 ` Luc Teirlinck
2006-07-03 13:43 ` Michael Albinus
2006-07-03 23:21 ` Richard Stallman
2006-07-04 0:14 ` Luc Teirlinck
2006-07-03 15:05 ` Richard Stallman
2006-07-03 15:37 ` Michael Albinus
2006-07-03 15:41 ` David Kastrup
2006-07-04 15:42 ` Stefan Monnier
2006-06-29 21:58 ` Michael Albinus [this message]
2006-06-26 13:15 ` Peter Breton
2006-06-27 1:55 ` Luc Teirlinck
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=87bqsb8w0f.fsf@gmx.de \
--to=michael.albinus@gmx.de \
--cc=emacs-devel@gnu.org \
--cc=pbreton@cs.umb.edu \
--cc=teirllm@dms.auburn.edu \
/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.