From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: emacs + ftp Date: Sun, 07 Feb 2010 18:19:24 +0100 Message-ID: <876369arqb.fsf@thinkpad.tsdh.de> References: <2Fgbn.280074$Jg5.260817@newsfe02.ams2> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1265563232 24961 80.91.229.12 (7 Feb 2010 17:20:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Feb 2010 17:20:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 07 18:20:24 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NeAo0-0006d5-F0 for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Feb 2010 18:20:20 +0100 Original-Received: from localhost ([127.0.0.1]:44200 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NeAnz-0002b8-Ie for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Feb 2010 12:20:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NeAnW-0002aE-AV for help-gnu-emacs@gnu.org; Sun, 07 Feb 2010 12:19:50 -0500 Original-Received: from [199.232.76.173] (port=49197 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NeAnV-0002Zi-Nr for help-gnu-emacs@gnu.org; Sun, 07 Feb 2010 12:19:49 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NeAnU-0005Ho-9o for help-gnu-emacs@gnu.org; Sun, 07 Feb 2010 12:19:49 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:60849) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NeAnT-0005HK-To for help-gnu-emacs@gnu.org; Sun, 07 Feb 2010 12:19:48 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NeAnR-0006B6-3X for help-gnu-emacs@gnu.org; Sun, 07 Feb 2010 18:19:45 +0100 Original-Received: from p54af358d.dip0.t-ipconnect.de ([84.175.53.141]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 07 Feb 2010 18:19:45 +0100 Original-Received: from tassilo by p54af358d.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 07 Feb 2010 18:19:45 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p54af358d.dip0.t-ipconnect.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux) Cancel-Lock: sha1:tCD12zmF0b4spEgHLPdDDPSzda0= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:71727 Archived-At: Martin writes: Hi Martin, > I know that when you open a remote file (ftp) with using tramp, it > will be updated remotely whenever you press C-x C-s. The problem is > that I connect to my ftp account using konqueror (Slackware64 13 + > emacs 23.1), and right-click on a file (open with + emacs). It opens a > file, but temporarily it stores it locally. I think konqueror stores that file somewhere in your local /tmp, and it uploads it as soon as the process (emacs in your case) has finished. So to emacs it looks like a usual local file, and I guess there's nothing you can can do (except not using the konqueror indirection). It may work with kate, because that may guess from the filename (or something else) that it's a copy of a remote file, and signal some upload request to konqueror... What you could do was mounting the ftp directory locally. Most probably konqueror (or some other KDE thing) can do that... If not, there's pretty sure some FUSE plugin. Bye, Tassilo