all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Sohom Bhattacharjee <soham.bhattacharjee15@gmail.com>
Cc: 31004-done@debbugs.gnu.org
Subject: bug#31004: [PATCH] gnu: Add emacs-anzu
Date: Sat, 31 Mar 2018 19:23:03 +0200	[thread overview]
Message-ID: <87y3i8i2h4.fsf@gnu.org> (raw)
In-Reply-To: <20180331145049.GA7955@sam> (Sohom Bhattacharjee's message of "Sat, 31 Mar 2018 20:20:49 +0530")

[-- Attachment #1: Type: text/plain, Size: 205 bytes --]

Hello,

Sohom Bhattacharjee <soham.bhattacharjee15@gmail.com> skribis:

> * gnu/packages/emacs.scm  (emacs-anzu): New variable.

Applied with the cosmetic changes below.

Thank you!

Ludo’.


[-- Attachment #2: Type: text/x-patch, Size: 1485 bytes --]

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 07e195654..ce9b1a66a 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -32,6 +32,7 @@
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2017 Mike Gerwitz <mtg@gnu.org>
 ;;; Copyright © 2017, 2018 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2018 Sohom Bhattacharjee <soham.bhattacharjee15@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -7419,18 +7420,19 @@ directories of plain text notes, inspired by Notational Velocity.")
   (package
     (name "emacs-anzu")
     (version "0.62")
-    (source 
+    (source
      (origin
        (method url-fetch)
        (uri (string-append "http://stable.melpa.org/packages/anzu-"
                            version ".el"))
-      (sha256
+       (sha256
         (base32
          "1h3p1x2h2830n83dzvkh8p2892n34a95x7aavhi10p7vfjk406fd"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/syohex/emacs-anzu")
     (synopsis "Show number of matches in mode-line while searching")
     (description
-    "Anzu provides a minor mode which displays 'current match/total
-matches' in the mode-line in various search modes. Emacs port of Anzu.zim")
+     "Anzu provides a minor mode which displays \"current match/total
+matches\" in the mode line in various search modes.  This is an Emacs port of
+Anzu.zim.")
     (license license:gpl3+)))

  reply	other threads:[~2018-03-31 17:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-31 14:50 [bug#31004] [PATCH] gnu: Add emacs-anzu Sohom Bhattacharjee
2018-03-31 17:23 ` Ludovic Courtès [this message]
2018-03-31 17:36   ` Arun Isaac
2018-03-31 20:13     ` Ludovic Courtès
2018-04-01 11:40       ` Sohom Bhattacharjee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y3i8i2h4.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=31004-done@debbugs.gnu.org \
    --cc=soham.bhattacharjee15@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.