From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Emacs package for prettifying store paths Date: Sun, 28 Sep 2014 22:48:40 +0400 Message-ID: <87a95jd1iv.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYJWg-0003DV-7K for guix-devel@gnu.org; Sun, 28 Sep 2014 14:48:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYJWa-0007BV-JC for guix-devel@gnu.org; Sun, 28 Sep 2014 14:48:53 -0400 Received: from mail-lb0-x231.google.com ([2a00:1450:4010:c04::231]:54407) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYJWa-0007BM-Bh for guix-devel@gnu.org; Sun, 28 Sep 2014 14:48:48 -0400 Received: by mail-lb0-f177.google.com with SMTP id w7so31387lbi.22 for ; Sun, 28 Sep 2014 11:48:40 -0700 (PDT) Received: from leviafan (128-70-192-205.broadband.corbina.ru. [128.70.192.205]) by mx.google.com with ESMTPSA id ap7sm4066861lbd.26.2014.09.28.11.48.39 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 28 Sep 2014 11:48:40 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Hello, This doesn't really relate to Guix but I think at least one person may be interested. I've written an Emacs package that allows to abbreviate store paths, i.e. one will see: /gnu/store/=E2=80=A6-foo-0.1 instead of: /gnu/store/herewehavefancylettersandnumbers-foo-0.1 Source, documentation and screenshot can be found here: . Many thanks to Ludovic for the idea of this package. --=20 Alex