all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Thr4wn <Seth.A.Bird@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: tramp 2.1.13-pre messed up symbolic link?
Date: Fri, 27 Jun 2008 09:05:38 +0200	[thread overview]
Message-ID: <nq3amz8iil.fsf@alcatel-lucent.de> (raw)
In-Reply-To: <6aa768f2-76c7-4445-ae5b-cf40930e20f1@79g2000hsk.googlegroups.com> (Seth.A.Bird@gmail.com's message of "Thu, 26 Jun 2008 10:20:09 -0700 (PDT)")

[-- Attachment #1: Type: text/plain, Size: 529 bytes --]

Thr4wn <Seth.A.Bird@gmail.com> writes:

> how do I apply the patch?

Saving the enclosure as file, applying "patch". If you run Emacs for
reading emails, you could use `ediff-patch-file'.

> also, is the second patch the 'newer' one, or am I supposed to apply
> the first one as well, because I receive 404 error when I click it.

Usually, it should. Unfortunately, I have provided *this* patch in the
wrong order, my sloppiness. Sorry for this. I append the patch, again,
in the right order.

> -Thr4wn

Best regards, Michael.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 837 bytes --]

*** /tmp/tramp.el.~1~	Fri Jun 27 09:03:41 2008
--- /tmp/tramp.el	Fri Jun 27 09:03:41 2008
***************
*** 2675,2683 ****
  
  (defun tramp-handle-file-modes (filename)
    "Like `file-modes' for Tramp files."
!   (when (file-exists-p filename)
!     (tramp-mode-string-to-int
!      (nth 8 (file-attributes filename)))))
  
  (defun tramp-handle-file-directory-p (filename)
    "Like `file-directory-p' for Tramp files."
--- 2675,2684 ----
  
  (defun tramp-handle-file-modes (filename)
    "Like `file-modes' for Tramp files."
!   (let ((truename (or (file-truename filename) filename)))
!     (when (and (stringp truename) (file-exists-p truename))
!       (tramp-mode-string-to-int
!        (nth 8 (file-attributes truename))))))
  
  (defun tramp-handle-file-directory-p (filename)
    "Like `file-directory-p' for Tramp files."

      parent reply	other threads:[~2008-06-27  7:05 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-19  7:56 tramp 2.1.13-pre messed up symbolic link? Yang Zhang
2008-06-19 10:19 ` Peter Dyballa
     [not found] ` <mailman.13566.1213870789.18990.help-gnu-emacs@gnu.org>
2008-06-20  4:50   ` Yang Zhang
2008-06-21  8:37     ` Michael Albinus
     [not found]       ` <8d61170c0806220203h75885df3nf6283e13c6d3732c@mail.gmail.com>
2008-06-23 10:26         ` Michael Albinus
2008-06-24  5:24           ` Yang Zhang
2008-06-24 15:10             ` Michael Albinus
2008-06-25 11:35             ` Michael Albinus
2008-06-26  4:31               ` Yang Zhang
     [not found]             ` <mailman.13825.1214393802.18990.help-gnu-emacs@gnu.org>
2008-06-26 17:20               ` Thr4wn
2008-06-26 20:43                 ` Yang Zhang
2008-06-27  7:05                 ` Michael Albinus [this message]

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=nq3amz8iil.fsf@alcatel-lucent.de \
    --to=michael.albinus@gmx.de \
    --cc=Seth.A.Bird@gmail.com \
    --cc=help-gnu-emacs@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.