GNU bug report logs - #46714
[PATCH] gnu: Add emacs-ido-at-point.

Previous Next

Package: guix-patches;

Reported by: Masaya Tojo <masaya <at> tojo.tokyo>

Date: Tue, 23 Feb 2021 10:56:01 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#46714: closed ([PATCH] gnu: Add emacs-ido-at-point.)
Date: Tue, 23 Feb 2021 12:50:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 23 Feb 2021 13:49:35 +0100
with message-id <878s7flzj4.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#46714] [PATCH] gnu: Add emacs-ido-at-point.
has caused the debbugs.gnu.org bug report #46714,
regarding [PATCH] gnu: Add emacs-ido-at-point.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
46714: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46714
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Masaya Tojo <masaya <at> tojo.tokyo>
To: guix-patches <at> gnu.org
Cc: Masaya Tojo <masaya <at> tojo.tokyo>
Subject: [PATCH] gnu: Add emacs-ido-at-point.
Date: Tue, 23 Feb 2021 19:54:22 +0900
* gnu/packages/emacs-xyz.scm (emacs-ido-at-point): New variable.
---
 gnu/packages/emacs-xyz.scm | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 71564dcd0c..6d492b33eb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -60,7 +60,7 @@
 ;;; Copyright © 2020 Paul Garlick <pgarlick <at> tourbillion-technology.com>
 ;;; Copyright © 2020 Robert Smith <robertsmith <at> posteo.net>
 ;;; Copyright © 2020 Evan Straw <evan.straw99 <at> gmail.com>
-;;; Copyright © 2020 Masaya Tojo <masaya <at> tojo.tokyo>
+;;; Copyright © 2020, 2021 Masaya Tojo <masaya <at> tojo.tokyo>
 ;;; Copyright © 2020, 2021 Martin Becze <mjbecze <at> riseup.net>
 ;;; Copyright © 2020, 2021 Michael Rohleder <mike <at> rohleder.de>
 ;;; Copyright © 2020 Brice Waegeneire <brice <at> waegenei.re>
@@ -26887,3 +26887,25 @@ to pastebin-like services.  It supports more than one service and will
 failover if one service fails.  More services can easily be added over time
 and prefered services can easily be configured.")
     (license license:gpl3+)))
+
+(define-public emacs-ido-at-point
+  (package
+    (name "emacs-ido-at-point")
+    (version "1.0.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/katspaugh/ido-at-point")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1bii7vj8pmmijcpvq3a1scky4ais7k6d7zympb3m9dmz355m9rpp"))))
+    (build-system emacs-build-system)
+    (synopsis "Ido-style completion-at-point")
+    (description
+     "This package is an alternative frontend for @code{completion-at-point}.
+It replaces the standard completions buffer with ido prompt.  Press <M-tab>
+or <C-M-i> to complete a symbol at point.")
+    (home-page "https://github.com/katspaugh/ido-at-point")
+    (license license:gpl3+)))
-- 
2.30.1



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Masaya Tojo <masaya <at> tojo.tokyo>
Cc: 46714-done <at> debbugs.gnu.org
Subject: Re: [bug#46714] [PATCH] gnu: Add emacs-ido-at-point.
Date: Tue, 23 Feb 2021 13:49:35 +0100
Hello,

Masaya Tojo <masaya <at> tojo.tokyo> writes:

> * gnu/packages/emacs-xyz.scm (emacs-ido-at-point): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


This bug report was last modified 4 years and 145 days ago.

Previous Next


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