all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ken Brown <kbrown@cornell.edu>
To: "José L. Doménech" <domenechjosel@gmail.com>, 24936@debbugs.gnu.org
Cc: Michael Albinus <michael.albinus@gmx.de>
Subject: bug#24936: 26.0.50; tramp-mode (on FTP): tramp-file-name-for-operation: unknown file I/O primitive: file-name-case-insensitive-p
Date: Sun, 13 Nov 2016 09:58:07 -0500	[thread overview]
Message-ID: <8fe16a7d-70b0-8962-1e61-5df1dcb770e5@cornell.edu> (raw)
In-Reply-To: <51cd3e07-2c39-cbec-8628-18ee2a2000df@cornell.edu>

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

On 11/13/2016 9:43 AM, Ken Brown wrote:
> On 11/13/2016 9:05 AM, José L. Doménech wrote:
>> The message "tramp-file-name-for-operation: unknown file I/O primitive:
>> file-name-case-insensitive-p" appears.
>
> This is due to commit 2809012 that I made last night.

I think I see the problem.  Does the attached patch fix it?

Ken



[-- Attachment #2: tramp.patch --]
[-- Type: text/plain, Size: 636 bytes --]

diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 00ecb37..c92c705 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -1910,7 +1910,8 @@ tramp-file-name-for-operation
 	      file-accessible-directory-p file-attributes
 	      file-directory-p file-executable-p file-exists-p
 	      file-local-copy file-modes
-	      file-name-as-directory file-name-directory
+	      file-name-as-directory file-name-case-insensitive-p
+	      file-name-directory
 	      file-name-nondirectory file-name-sans-versions
 	      file-ownership-preserved-p file-readable-p
 	      file-regular-p file-remote-p file-symlink-p file-truename

  reply	other threads:[~2016-11-13 14:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-13 14:05 bug#24936: 26.0.50; tramp-mode (on FTP): tramp-file-name-for-operation: unknown file I/O primitive: file-name-case-insensitive-p José L. Doménech
2016-11-13 14:43 ` Ken Brown
2016-11-13 14:58   ` Ken Brown [this message]
2016-11-13 15:33     ` Michael Albinus
2016-11-13 16:39       ` Ken Brown

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=8fe16a7d-70b0-8962-1e61-5df1dcb770e5@cornell.edu \
    --to=kbrown@cornell.edu \
    --cc=24936@debbugs.gnu.org \
    --cc=domenechjosel@gmail.com \
    --cc=michael.albinus@gmx.de \
    /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.