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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46714 in the body.
You can then email your comments to 46714 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 guix-patches <at> gnu.org:
bug#46714; Package guix-patches. (Tue, 23 Feb 2021 10:56:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Masaya Tojo <masaya <at> tojo.tokyo>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 23 Feb 2021 10:56:01 GMT) Full text and rfc822 format available.

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

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





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Tue, 23 Feb 2021 12:50:02 GMT) Full text and rfc822 format available.

Notification sent to Masaya Tojo <masaya <at> tojo.tokyo>:
bug acknowledged by developer. (Tue, 23 Feb 2021 12:50:02 GMT) Full text and rfc822 format available.

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

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




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

This bug report was last modified 3 years and 33 days ago.

Previous Next


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