GNU bug report logs -
#68386
[PATCH] gnu: Add emacs-vhdl-mode.
Previous Next
Reported by: Cayetano Santos <csantosb <at> inventati.org>
Date: Thu, 11 Jan 2024 14:53:01 UTC
Severity: normal
Tags: moreinfo, patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 68386 <at> debbugs.gnu.org (full text, mbox):
Hi,
Cayetano Santos <csantosb <at> inventati.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-vhdl-mode): New variable.
>
> Signed-off-by: Cayetano Santos <csantosb <at> 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
This bug report was last modified 1 year and 121 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.