From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fxBYs-0001jX-Md for guix-patches@gnu.org; Tue, 04 Sep 2018 09:40:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fxBYo-0000LK-Dt for guix-patches@gnu.org; Tue, 04 Sep 2018 09:40:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40167) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fxBYo-0000LE-9I for guix-patches@gnu.org; Tue, 04 Sep 2018 09:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fxBYo-000778-5x for guix-patches@gnu.org; Tue, 04 Sep 2018 09:40:02 -0400 Subject: bug#32613: [PATCH] gnu: Add emacs-picpocket. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <878t4j3fzq.fsf@gmail.com> Date: Tue, 04 Sep 2018 15:39:23 +0200 In-Reply-To: <878t4j3fzq.fsf@gmail.com> (Alex Vong's message of "Mon, 03 Sep 2018 02:34:49 +0800") Message-ID: <874lf5bcvo.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Alex Vong Cc: 32613-done@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Alex, Alex Vong skribis: > From c126ff68c5f881d506226e2a260b96fa6d4635ea Mon Sep 17 00:00:00 2001 > From: Alex Vong > Date: Mon, 3 Sep 2018 02:25:31 +0800 > Subject: [PATCH] gnu: Add emacs-picpocket. > > * gnu/packages/emacs.scm (emacs-picpocket): New public variable. Applied with the minor changes below. Thanks, Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 2bacd560f..957b72f4e 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -11340,8 +11340,7 @@ file.") (home-page "https://github.com/johanclaesson/picpocket") (synopsis "Image viewer for Emacs") (description - "Picpocket is an image viewer which requires GNU Emacs 24.4+ -compiled with ImageMagick. It have commands for: + "Picpocket is an image viewer for GNU Emacs. It has commands for: @itemize @item File operations on the picture files (delete, move, copy, hardlink). --=-=-=--