GNU bug report logs -
#31513
[PATCH 15/21] gnu: emacs-helm-flycheck: New variable.
Previous Next
Reported by: Pierre Neidhardt <ambrevar <at> gmail.com>
Date: Fri, 18 May 2018 18:50:15 UTC
Severity: normal
Tags: patch
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#31513: [PATCH 15/21] gnu: emacs-helm-flycheck: New variable.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 31513 <at> debbugs.gnu.org.
--
31513: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31513
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Pierre Neidhardt <ambrevar <at> gmail.com> skribis:
> * gnu/packages/emacs.scm (emacs-helm-flycheck): New variable.
Applied.
[Message part 3 (message/rfc822, inline)]
* gnu/packages/emacs.scm (emacs-helm-flycheck): New variable.
---
gnu/packages/emacs.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 02db56a1a..c84f97ae9 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10873,3 +10873,34 @@ switch between the various windows of one or several specific applications.
See @code{helm-exwm-switch-browser} for an example.
")
(license license:gpl3+)))
+
+(define-public emacs-helm-flycheck
+ (package
+ (name "emacs-helm-flycheck")
+ (version "20160710.129")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://melpa.org/packages/helm-flycheck-"
+ version
+ ".el"))
+ (sha256
+ (base32
+ "157yf5xk6wy1li06ifk0mp6iw4yb0ny3h2mrna3m1zsi3anj1pzh"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-dash" ,emacs-dash)
+ ("emacs-flycheck" ,flycheck)
+ ("emacs-helm" ,emacs-helm)))
+ (home-page
+ "https://github.com/yasuyk/helm-flycheck")
+ (synopsis "Show flycheck errors with Helm")
+ (description
+ "Add the following to your Emacs init file:
+@code{
+(require 'helm-flycheck) ;; Not necessary if using ELPA package
+(eval-after-load 'flycheck
+ '(define-key flycheck-mode-map (kbd \"C-c ! h\") 'helm-flycheck))
+}")
+ (license license:gpl3+)))
--
2.17.0
This bug report was last modified 7 years and 77 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.