GNU bug report logs - #72732
[PATCH] gnu: Add emacs-helm-css-scss.

Previous Next

Package: guix-patches;

Reported by: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>

Date: Tue, 20 Aug 2024 11:47:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72732 in the body.
You can then email your comments to 72732 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#72732; Package guix-patches. (Tue, 20 Aug 2024 11:47:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Rostislav Svoboda <rostislav.svoboda <at> gmail.com>:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Tue, 20 Aug 2024 11:47:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Rostislav Svoboda <Rostislav.Svoboda <at> gmail.com>
Subject: [PATCH] gnu: Add emacs-helm-css-scss.
Date: Tue, 20 Aug 2024 13:45:22 +0200
* gnu/packages/emacs-xyz.scm (emacs-helm-css-scss): New variable.

Change-Id: Icaa75ca47cb86440e5bba7266d9a12b89b03349d
---
 gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7106111613..2202acf68b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -36921,6 +36921,33 @@ (define-public emacs-helm-xref
 @code{xref} results.")
     (license license:gpl3+)))
 
+(define-public emacs-helm-css-scss
+  (let ((commit "2169d83d8fdc661241df208cb3235112735d936e")
+        (revision "0"))
+    (package
+      (name "emacs-helm-css-scss")
+      (version (git-version "1.3" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/emacsorphanage/helm-css-scss")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0jjjw7fw2ngrpgvd599vjd291zr8zr1m7xnxfq2dpqc3mf0s397z"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-helm))
+      (home-page "https://github.com/emacsorphanage/helm-css-scss")
+      (synopsis
+       "Helm interface for navigating CSS, SCSS, and LESS selectors in Emacs")
+      (description
+       "This package provides Helm integration for quickly navigating and
+ searching CSS, SCSS, and LESS selectors in Emacs.  It enables you to view and
+ jump to selectors across multiple buffers, enhancing your workflow when
+ editing stylesheets.")
+      (license license:gpl3+))))
+
 (define-public emacs-metal-mercury-mode
   (let ((commit "99e2d8fb7177cae3bfa2dec2910fc28216d5f5a8")
         (revision "1")

base-commit: 7ed52500c945f5cba8a93dd0df7b89f9bca6b6e7
-- 
2.45.2





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Wed, 21 Aug 2024 08:14:02 GMT) Full text and rfc822 format available.

Notification sent to Rostislav Svoboda <rostislav.svoboda <at> gmail.com>:
bug acknowledged by developer. (Wed, 21 Aug 2024 08:14:02 GMT) Full text and rfc822 format available.

Message #10 received at 72732-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 72732-done <at> debbugs.gnu.org
Cc: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>
Subject: Re: [PATCH] gnu: Add emacs-helm-css-scss.
Date: Wed, 21 Aug 2024 10:12:19 +0200
Hello,

> * gnu/packages/emacs-xyz.scm (emacs-helm-css-scss): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou






bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 18 Sep 2024 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 270 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.