From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: webdav via tramp failures and error Date: Mon, 17 Dec 2012 15:03:10 +0100 Message-ID: <87hank7p41.fsf@gmx.de> References: <50CD2F57.7040801@mousecar.com> <87ehiqgzah.fsf@gmx.de> <50CE1B07.9020009@mousecar.com> <87ip81n7ez.fsf@gmx.de> <50CE25A5.1020101@mousecar.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1355753008 13699 80.91.229.3 (17 Dec 2012 14:03:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Dec 2012 14:03:28 +0000 (UTC) Cc: GNU Emacs List To: ken Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 17 15:03:43 2012 Return-path: Envelope-to: geh-help-gnu-emacs@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 1TkbIF-0006Se-72 for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Dec 2012 15:03:43 +0100 Original-Received: from localhost ([::1]:40587 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkbI1-0005RO-Ba for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Dec 2012 09:03:29 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:42115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkbHr-0005Pt-5I for help-gnu-emacs@gnu.org; Mon, 17 Dec 2012 09:03:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TkbHn-0003OM-CP for help-gnu-emacs@gnu.org; Mon, 17 Dec 2012 09:03:19 -0500 Original-Received: from mout.gmx.net ([212.227.17.20]:57710) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkbHn-0003O7-2X for help-gnu-emacs@gnu.org; Mon, 17 Dec 2012 09:03:15 -0500 Original-Received: from mailout-de.gmx.net ([10.1.76.34]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0Ld330-1TKJ0c0krI-00i8V2 for ; Mon, 17 Dec 2012 15:03:14 +0100 Original-Received: (qmail invoked by alias); 17 Dec 2012 14:03:13 -0000 Original-Received: from p57BB980F.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.152.15] by mail.gmx.net (mp034) with SMTP; 17 Dec 2012 15:03:13 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+Xk3JFNFmXB0ElEbYle0cTBsVbOj2Hsxh/SuDraM 8I0GEl71vSZX4k In-Reply-To: <50CE25A5.1020101@mousecar.com> (ken's message of "Sun, 16 Dec 2012 14:48:53 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.20 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:88185 Archived-At: ken writes: Hi Ken, > Compiling from sources is no problem. I just found > . What's > the lowest version number of gvfs that I can use? (The higher the > version level of an app, the more likely it is it'll require libraries > not already installed, leading to dependency failures and that to an > unending chain of required upgrades to satisfy all the additional > dependencies... ad nauseum.) The Commentary section of tramp-gvfs.el says: --8<---------------cut here---------------start------------->8--- ;; Access functions for the GVFS daemon from Tramp. Tested with GVFS ;; 1.0.2 (Ubuntu 8.10, Gnome 2.24). It has been reported also to run ;; with GVFS 0.2.5 (Ubuntu 8.04, Gnome 2.22), but there is an ;; incompatibility with the mount_info structure, which has been ;; worked around. ;; It has also been tested with GVFS 1.6.2 (Ubuntu 10.04, Gnome 2.30), ;; where the default_location has been added to mount_info (see ;; . --8<---------------cut here---------------end--------------->8--- I believe there is an incompatibility with the recent GVFS 1.14.0, but this I must recheck. > Thanks again. Best regards, Michael.