From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.help Subject: Re: remote file editing and local copy for web development (like dreamweaver) Date: Thu, 21 Aug 2014 09:37:13 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1408628432 27748 80.91.229.3 (21 Aug 2014 13:40:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Aug 2014 13:40: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 Thu Aug 21 15:40:27 2014 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 1XKSbK-0004rT-Lw for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Aug 2014 15:40:26 +0200 Original-Received: from localhost ([::1]:60832 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKSbK-00073V-2F for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Aug 2014 09:40:26 -0400 Original-Path: usenet.stanford.edu!goblin2!goblin.stu.neva.ru!feeder.erje.net!eu.feeder.erje.net!news.albasani.net!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-X-Trace: news.albasani.net hz/OaI0s5lyoeKKCN51IuKmhBKWK2nEImOPX2ZGynCAUu8sXXoHdyYXS8XKt/AYrcI3woui2Blhhg4/QTfrxtanaQ+OFjB+rNyXbjsndEKpPM76owiJaK4iVrcLCxV3J Original-NNTP-Posting-Date: Thu, 21 Aug 2014 13:37:13 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="N3/SLmVyZ5kE+ah3UDTjqHP53ChtKHiGc/gK3QnglsnZQOqXCibFWfin9V3ZHXeTcBxvQVUzCrC/gOrCt1jk4vAbWTLVYFRROMZGwa6Nn59OiW0Fax2uXziNARCf/WZk"; mail-complaints-to="abuse@albasani.net" User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (darwin) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:W3GG0GW7yvrPxeYiipeCxhPaxN8= sha1:BbLVyOSzkpOcYOHf9RC+82uWG2I= Original-Xref: usenet.stanford.edu gnu.emacs.help:207053 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:99329 Archived-At: On Wed, 20 Aug 2014 13:58:18 +0200 Infrid wrote: I> 4. When they save, dreamweaver write the local file and uploads it to I> the remote location. I> In the end you have a partial copy of the web site on your hard drive. I> how can I get the same behavior in emacs? I've searched for a packages I> for this without success. I think (info "(emacs) File Shadowing") https://www.gnu.org/software/emacs/manual/html_node/emacs/File-Shadowing.html may be useful. Ted