From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.devel Subject: Re: unknown file I/O primitive: file-acl Date: Mon, 26 May 2014 05:33:21 -0400 Organization: Still searching... Message-ID: <87oayksx3y.fsf@newsguy.com> References: <87sinxs5q1.fsf@newsguy.com> <8761ktm0yo.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1401096939 26011 80.91.229.3 (26 May 2014 09:35:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 May 2014 09:35:39 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 26 11:35:32 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WorJZ-00083h-Ur for ged-emacs-devel@m.gmane.org; Mon, 26 May 2014 11:35:30 +0200 Original-Received: from localhost ([::1]:55722 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WorJZ-0002lh-JG for ged-emacs-devel@m.gmane.org; Mon, 26 May 2014 05:35:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WorJR-0002lV-Jr for emacs-devel@gnu.org; Mon, 26 May 2014 05:35:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WorJM-0002yI-8G for emacs-devel@gnu.org; Mon, 26 May 2014 05:35:21 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:44825) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WorJM-0002y6-1l for emacs-devel@gnu.org; Mon, 26 May 2014 05:35:16 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WorJE-0007QY-W1 for emacs-devel@gnu.org; Mon, 26 May 2014 11:35:08 +0200 Original-Received: from z65-50-57-227.ips.direcpath.com ([65.50.57.227]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 May 2014 11:35:08 +0200 Original-Received: from reader by z65-50-57-227.ips.direcpath.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 May 2014 11:35:08 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: z65-50-57-227.ips.direcpath.com User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.4.50 (gnu/linux) Cancel-Lock: sha1:oKa3IOcFq4a5dFymvyAH0SiZgeg= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:172102 Archived-At: Michael Albinus writes: > Harry Putnam writes: > > Hi Harry, > >> M-x version >> GNU Emacs 24.4.50.1 (i686-pc-linux-gnu, GTK+ Version 3.10.7) >> of 2014-04-13 on reader >> >> tramp-file-name-for-operation: \ >> unknown file I/O primitive: file-acl > > Tramp supports `file-acl' since version 2.2.7. Emacs trunk includes > Tramp 2.2.10-pre. > > I suspect there is an older Tramp version in your way. Check `load-path'. > > Best regards, Michael. Bingo... yes there was... thanks