unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#50003] [PATCH] gnu: Add emacs-pcmpl-args.
@ 2021-08-11  9:33 Andrew Tropin
  2021-08-18 17:08 ` bug#50003: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Tropin @ 2021-08-11  9:33 UTC (permalink / raw)
  To: 50003

[-- Attachment #1: Type: text/plain, Size: 1480 bytes --]

* gnu/packages/emacs-xyz.scm (emacs-pcmpl-args): New variable.
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 172d620adc..2c71875baf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29183,3 +29183,25 @@ current region or entire buffer.")
 It includes syntax highlighting, automatic indentation, and imenu integration.
 Unlike Emacs' generic ASM mode, it understands NASM-specific syntax.")
     (license license:unlicense)))
+
+(define-public emacs-pcmpl-args
+  (package
+    (name "emacs-pcmpl-args")
+    (version "0.1.3")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/JonWaltman/pcmpl-args.el")
+             (commit version)))
+       (sha256
+        (base32 "19xwwpfcf0l9jh7xixyjd5adivj27jw00zvxb7n1240k5p332pzi"))
+       (file-name (git-file-name name version))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/JonWaltman/pcmpl-args.el")
+    (synopsis "Enhanced shell command completion")
+    (description "The pcmpl-args package extends option and argument
+completion of shell commands read by Emacs.  It is intended to make shell
+completion in Emacs comparable to the rather excellent completion provided by
+both Bash and Zsh.")
+    (license license:gpl3+)))
-- 
2.32.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 853 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#50003: [PATCH] gnu: Add emacs-pcmpl-args.
  2021-08-11  9:33 [bug#50003] [PATCH] gnu: Add emacs-pcmpl-args Andrew Tropin
@ 2021-08-18 17:08 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-08-18 17:08 UTC (permalink / raw)
  To: Andrew Tropin; +Cc: 50003-done

Hello,

Andrew Tropin <andrew@trop.in> writes:

> * gnu/packages/emacs-xyz.scm (emacs-pcmpl-args): New variable.

Applied (at a different location in the "emacs-xyz.scm" file).

Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-18 17:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-11  9:33 [bug#50003] [PATCH] gnu: Add emacs-pcmpl-args Andrew Tropin
2021-08-18 17:08 ` bug#50003: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).