From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] New package proposal: visual-path-abbrev.el Date: Sun, 03 Mar 2019 10:25:59 +0100 Message-ID: <874l8k9umw.fsf@gnu.org> References: <87tvglpmcx.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="197917"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Leo Liu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 03 10:26:50 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h0NOT-000pNe-Tm for ged-emacs-devel@m.gmane.org; Sun, 03 Mar 2019 10:26:50 +0100 Original-Received: from localhost ([127.0.0.1]:36362 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0NOS-0001DI-Vm for ged-emacs-devel@m.gmane.org; Sun, 03 Mar 2019 04:26:49 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:58968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0NNr-0001D1-M9 for emacs-devel@gnu.org; Sun, 03 Mar 2019 04:26:12 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0NNr-0003dH-Ig; Sun, 03 Mar 2019 04:26:11 -0500 Original-Received: from auth2-smtp.messagingengine.com ([66.111.4.228]:41175) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1h0NNr-0005Md-6p; Sun, 03 Mar 2019 04:26:11 -0500 Original-Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailauth.nyi.internal (Postfix) with ESMTP id A8DAF20DE4; Sun, 3 Mar 2019 04:26:10 -0500 (EST) Original-Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Sun, 03 Mar 2019 04:26:10 -0500 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrvdelgddtfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufhfffgjkfgfgggtsehttdertd dtredtnecuhfhrohhmpefvrghsshhilhhoucfjohhrnhcuoehtshguhhesghhnuhdrohhr gheqnecukfhppeelfedrvdefiedruddvledrhedvnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhorhhnodhmvghsmhhtphgruhhthhhpvghrshhonhgrlhhithihqdekieejfeek jeekgedqieefhedvleekqdhtshguhheppehgnhhurdhorhhgsehfrghsthhmrghilhdrfh hmnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Original-Received: from thinkpad-t440p (p5dec8134.dip0.t-ipconnect.de [93.236.129.52]) by mail.messagingengine.com (Postfix) with ESMTPA id BD35E10312; Sun, 3 Mar 2019 04:26:09 -0500 (EST) Mail-Followup-To: Leo Liu , emacs-devel@gnu.org In-Reply-To: (Leo Liu's message of "Sun, 03 Mar 2019 05:25:38 +0800") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:233792 Archived-At: Leo Liu writes: > On 2019-03-02 12:05 +0100, Tassilo Horn wrote: >> I've just written a small minor mode which abbreviates file paths >> visually by using overlays. When point enters such an overlay, the >> path is shown normally again. > > I had the need to implement such a feature in ggtags.el almost since > its creation; see ggtags-abbreviate-files which is run by jit-lock. Oh, interesting, but probably a bit different use-case. I want that the file names stay editable and un-abbreviate as soon as point enters them (at least as an option). I think that's not possible when using the 'invisible text property. Bye, Tassilo