From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: rfn-eshadow.el and remote filenames Date: Fri, 14 Sep 2007 08:41:49 +0200 Message-ID: <87ps0loij6.fsf@gmx.de> References: <874phzsgog.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1189751903 561 80.91.229.12 (14 Sep 2007 06:38:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 Sep 2007 06:38:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 14 08:38:21 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IW4om-0003KV-HP for ged-emacs-devel@m.gmane.org; Fri, 14 Sep 2007 08:38:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IW4ol-0006yp-Tj for ged-emacs-devel@m.gmane.org; Fri, 14 Sep 2007 02:38:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IW4oj-0006yk-T1 for emacs-devel@gnu.org; Fri, 14 Sep 2007 02:38:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IW4oh-0006yY-IG for emacs-devel@gnu.org; Fri, 14 Sep 2007 02:38:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IW4oh-0006yV-C3 for emacs-devel@gnu.org; Fri, 14 Sep 2007 02:38:15 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IW4og-0005BH-L8 for emacs-devel@gnu.org; Fri, 14 Sep 2007 02:38:15 -0400 Original-Received: (qmail invoked by alias); 14 Sep 2007 06:38:12 -0000 Original-Received: from p57A20921.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.9.33] by mail.gmx.net (mp039) with SMTP; 14 Sep 2007 08:38:12 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18n6OYCQy8naPJqVU5kct4ywR9gabvDH2GxfQ2Hdy UT/bBvk7KnVfgj In-Reply-To: (Michael Albinus's message of "Thu, 13 Sep 2007 17:47:46 +0200") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:78823 Archived-At: I wrote: > A more general approach could be when Tramp hooks into > `insert-behind-hooks' of `rfn-eshadow-overlay'. rfn-eshadow.el would > stay unchanged then, likely. That doesn't work, because actions are performed only when exactly at the end of the overlay a character is inserted. Instead of, one could add hooks rfn-eshadow-setup-minibuffer-hook and rfn-eshadow-update-overlay-hook to rfn-eshadow.el. Tramp (and other packages, potentially) could do their actions then. > I'll play a little bit with, checking also the performance. Performance seems to be sufficient. >> Stefan Best regards, Michael.