guix-patches
[Top][All Lists]
Advanced

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

[bug#68386] [PATCH v1] gnu: Add emacs-vhdl-mode.


From: Maxim Cournoyer
Subject: [bug#68386] [PATCH v1] gnu: Add emacs-vhdl-mode.
Date: Sun, 14 Jan 2024 21:46:29 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

Hi,

Cayetano Santos <csantosb@inventati.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-vhdl-mode): New variable.
>
> Signed-off-by: Cayetano Santos <csantosb@inventati.org>
> ---
>  gnu/packages/emacs-xyz.scm | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 1d99fb30ff..dcd16caaa9 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -7999,6 +7999,24 @@ (define-public emacs-rspec
>  snippets for yasnippet.")
>        (license license:gpl3+))))
>  
> +(define-public emacs-vhdl-mode
> +  (package
> +    (name "emacs-vhdl-mode")
> +    (version "3.39.3")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append 
> "https://iis-people.ee.ethz.ch/~zimmi/emacs/vhdl-mode-";
> +                           version ".tar.gz"))
> +       (sha256
> +        (base32 "1yvh4gyig8hgf5pahajjgsgp4jpzwgmlprwzsfybqxrcfza6f3yq"))))
> +    (build-system emacs-build-system)
> +    (home-page "https://iis-people.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html";)
> +    (synopsis "Major mode for VHDL")
> +    (description
> +     "This Emacs package provides a mode for the VHDL programming language.")
> +    (license license:gpl3+)))

Since there already is a 'vhdl-mode' package shipped with Emacs, I think
it's important to describe how this one differs (what improvements, features,
refinements, etc. does it provide that would make it worth considering
it instead of the default Emacs-provided option?).

-- 
Thanks,
Maxim





reply via email to

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