all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: "André A. Gomes" <andremegafone@gmail.com>
Cc: 65442-done@debbugs.gnu.org
Subject: bug#65442: [PATCH]: Add emacs-vcard-mode
Date: Sat, 02 Sep 2023 12:19:30 -0400	[thread overview]
Message-ID: <87wmx8y2ct.fsf@gmail.com> (raw)
In-Reply-To: <87edjw40ez.fsf@gmail.com> ("André A. Gomes"'s message of "Mon, 21 Aug 2023 23:15:32 +0300")

Hi,

André A. Gomes <andremegafone@gmail.com> writes:

[...]

> Subject: [PATCH] gnu: Add emacs-vcard-mode.
>
> * gnu/packages/emacs-xyz.scm (emacs-vcard-mode): New variable.

[...]

> +(define-public emacs-vcard-mode
> +  ;; Use the latest commit, as there are no tagged releases.
> +  (let ((commit "ab1a2885a5720d7fb02d9b6583ee908ba2260b78")
> +        (revision "0"))
> +    (package
> +      (name "emacs-vcard-mode")
> +      (home-page "https://github.com/dochang/vcard-mode")
> +      (version (git-version "0.0.0" revision commit))
> +      (source (origin
> +                (method git-fetch)
> +                (uri (git-reference
> +                      (url home-page)
> +                      (commit commit)))
> +                (file-name (git-file-name name version))
> +                (sha256
> +                 (base32
> +                  "0w44ax9dxkj8mh4np9mg3yp2yakjwrgy13izq53p0vimrhywza0w"))))
> +      (build-system emacs-build-system)
> +      (synopsis "Emacs major mode to edit vCard files")
> +      (description "A major mode to edit vCard files in Emacs.")

I've turned the description into a complete sentence, "This package
provides a major mode to ...", and installed the change.

-- 
Thanks,
Maxim




      reply	other threads:[~2023-09-02 16:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-21 20:15 [bug#65442] [PATCH]: Add emacs-vcard-mode André A. Gomes
2023-09-02 16:19 ` Maxim Cournoyer [this message]

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=87wmx8y2ct.fsf@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=65442-done@debbugs.gnu.org \
    --cc=andremegafone@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.