From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] emacs: Improve file names of generated graphs. Date: Sat, 17 Oct 2015 15:23:51 +0200 Message-ID: <874mhpljbs.fsf@gnu.org> References: <87a8rjkj8y.fsf@gmail.com> <8737xbw7nd.fsf@gnu.org> <87vba6ycm5.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]:43096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnRSn-0002EZ-L1 for guix-devel@gnu.org; Sat, 17 Oct 2015 09:23:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZnRSk-0007yM-HP for guix-devel@gnu.org; Sat, 17 Oct 2015 09:23:57 -0400 In-Reply-To: <87vba6ycm5.fsf_-_@gmail.com> (Alex Kost's message of "Fri, 16 Oct 2015 19:58:10 +0300") 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: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > From 6dd1084f14723484028df86c04e7c997538fc951 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Fri, 16 Oct 2015 17:27:58 +0300 > Subject: [PATCH] emacs: Improve file names of generated graphs. > MIME-Version: 1.0 > Content-Type: text/plain; charset=3DUTF-8 > Content-Transfer-Encoding: 8bit > > Suggested by Ludovic Court=C3=A8s . > > * emacs/guix-external.el (guix-png-file-name): Change prefix of a file > name to "guix-emacs-graph-" to avoid possible conflicts. LGTM, thanks! Ludo=E2=80=99.