GNU bug report logs -
#76507
[PATCH] gnu: Add emacs-vhdl-ts-mode.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76507 in the body.
You can then email your comments to 76507 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#76507
; Package
guix-patches
.
(Sun, 23 Feb 2025 18:11:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Sun, 23 Feb 2025 18:11:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-vhdl-ts-mode): New variable.
Change-Id: I2bb6405e506c70a01bc7dd4d2d26d1430941129b
---
The testing framework uses downloads straight-el.
When author fixes this, I'll re-activate the tests.
gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e6bc0bba1d..75eea9847c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9049,6 +9049,32 @@ (define-public emacs-vhdl-mode
with Emacs.")
(license license:gpl3+)))
+(define-public emacs-vhdl-ts-mode
+ (package
+ (name "emacs-vhdl-ts-mode")
+ (version "0.2.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/gmlarumbe/vhdl-ts-mode/")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0vqq1819czzliicanv00hhv13zy9apvj4326pnj9n3iqx45q6a96"))))
+ (build-system emacs-build-system)
+ (arguments
+ ;; the testing framework, test-hdl, requires network
+ `(#:tests? #f
+ #:test-command '("make")))
+ (home-page "https://github.com/gmlarumbe/vhdl-ts-mode/")
+ (synopsis "VHDL Tree-sitter mode")
+ (description
+ "VHDL-ts-mode provides syntax highlighting, indentation, imenu,
+which-func, navigation and basic beautify and completion features to navigate
+and edit VHDL files.")
+ (license license:gpl3+)))
+
(define-public emacs-mode-line-bell
(package
(name "emacs-mode-line-bell")
base-commit: 0134b8c8d0679ec9b0494ac11a0b5636c2a43807
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76507
; Package
guix-patches
.
(Sat, 01 Mar 2025 17:40:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 76507 <at> debbugs.gnu.org (full text, mbox):
Hi Cayetano,
Pushed as 12c41b30bd.
Thanks,
-- Ian
bug closed, send any further explanations to
76507 <at> debbugs.gnu.org and Cayetano Santos <csantosb <at> inventati.org>
Request was from
Ian Eure <ian <at> retrospec.tv>
to
control <at> debbugs.gnu.org
.
(Sat, 01 Mar 2025 17:40:03 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 30 Mar 2025 11:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 77 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.