emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65442: closed ([PATCH]: Add emacs-vcard-mode)


From: GNU bug Tracking System
Subject: bug#65442: closed ([PATCH]: Add emacs-vcard-mode)
Date: Sat, 02 Sep 2023 16:20:02 +0000

Your message dated Sat, 02 Sep 2023 12:19:30 -0400
with message-id <87wmx8y2ct.fsf@gmail.com>
and subject line Re: bug#65442: [PATCH]: Add emacs-vcard-mode
has caused the debbugs.gnu.org bug report #65442,
regarding [PATCH]: Add emacs-vcard-mode
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
65442: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65442
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH]: Add emacs-vcard-mode Date: Mon, 21 Aug 2023 23:15:32 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi Guix,

Please find the patch attached. Thanks.


-- 
André A. Gomes
"You cannot even find the ruins..."

Attachment: 0001-gnu-Add-emacs-vcard-mode.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#65442: [PATCH]: Add emacs-vcard-mode Date: Sat, 02 Sep 2023 12:19:30 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]