GNU bug report logs - #28829
[PATCH] gnu: Add emacs-company-quickhelp.

Previous Next

Package: guix-patches;

Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>

Date: Sat, 14 Oct 2017 08:56:02 UTC

Severity: normal

Tags: patch

Done: Oleg Pykhalov <go.wigust <at> gmail.com>

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 28829 in the body.
You can then email your comments to 28829 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#28829; Package guix-patches. (Sat, 14 Oct 2017 08:56:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Oleg Pykhalov <go.wigust <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 14 Oct 2017 08:56:02 GMT) Full text and rfc822 format available.

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

From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add emacs-company-quickhelp.
Date: Sat, 14 Oct 2017 11:55:19 +0300
[0001-gnu-Add-emacs-company-quickhelp.patch (text/x-patch, inline)]
From 3b82989997d7bf06fcdc07043a83aa7369dc82af Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Sat, 14 Oct 2017 11:53:59 +0300
Subject: [PATCH] gnu: Add emacs-company-quickhelp.

* gnu/packages/emacs.scm (emacs-company-quickhelp): New variable.
---
 gnu/packages/emacs.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 66f0a2ebe..b85c16044 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2352,6 +2352,30 @@ front-ends.  Company comes with many back-ends, e.g. @code{company-elisp}.
 These are distributed in separate files and can be used individually.")
     (license license:gpl3+)))
 
+(define-public emacs-company-quickhelp
+  (package
+    (name "emacs-company-quickhelp")
+    (version "2.3.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/expez/company-quickhelp/archive/"
+             version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0xrn2z1dgk5gmkmp2jkn9g83ckk39lqp5pyyv8rl7f6gqvib3qh0"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-pos-tip" ,emacs-pos-tip)
+       ("emacs-company" ,emacs-company)))
+    (home-page "https://github.com/expez/company-quickhelp")
+    (synopsis "Popup documentation for completion candidates")
+    (description "@code{company-quickhelp} shows a documentation for the
+completion candidate.")
+    (license license:gpl3+)))
+
 (define-public emacs-multiple-cursors
   (package
     (name "emacs-multiple-cursors")
-- 
2.14.2





Information forwarded to guix-patches <at> gnu.org:
bug#28829; Package guix-patches. (Sun, 15 Oct 2017 20:28:01 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: Oleg Pykhalov <go.wigust <at> gmail.com>
Cc: 28829 <at> debbugs.gnu.org
Subject: Re: [bug#28829] [PATCH] gnu: Add emacs-company-quickhelp.
Date: Sun, 15 Oct 2017 21:27:19 +0100
[Message part 1 (text/plain, inline)]
On Sat, 14 Oct 2017 11:55:19 +0300
Oleg Pykhalov <go.wigust <at> gmail.com> wrote:

> +    (synopsis "Popup documentation for completion candidates")
> +    (description "@code{company-quickhelp} shows a documentation for the
> +completion candidate.")

How about "@code{company-quickhelp} shows documentation for the
completion candidate when using the Company text completion framework." for the description?

I've removed the "a", as "shows documentation" sounds better to me, and
also tried to mention some relation to Company to put this package in
context.

What do you think?
[Message part 2 (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#28829; Package guix-patches. (Mon, 16 Oct 2017 10:17:01 GMT) Full text and rfc822 format available.

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

From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: Christopher Baines <mail <at> cbaines.net>
Cc: 28829 <at> debbugs.gnu.org
Subject: Re: [bug#28829] [PATCH] gnu: Add emacs-company-quickhelp.
Date: Mon, 16 Oct 2017 13:15:58 +0300
Hello Christopher,

Christopher Baines <mail <at> cbaines.net> writes:

>> +    (synopsis "Popup documentation for completion candidates")
>> +    (description "@code{company-quickhelp} shows a documentation for the
>> +completion candidate.")
>
> How about "@code{company-quickhelp} shows documentation for the
> completion candidate when using the Company text completion
> framework." for the description?
>
> I've removed the "a", as "shows documentation" sounds better to me, and
> also tried to mention some relation to Company to put this package in
> context.
>
> What do you think?

Great!  Totally agree with you.

Thanks,
Oleg.




Information forwarded to guix-patches <at> gnu.org:
bug#28829; Package guix-patches. (Tue, 31 Oct 2017 08:07:02 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: Oleg Pykhalov <go.wigust <at> gmail.com>
Cc: 28829 <at> debbugs.gnu.org
Subject: Re: [bug#28829] [PATCH] gnu: Add emacs-company-quickhelp.
Date: Tue, 31 Oct 2017 08:05:58 +0000
[Message part 1 (text/plain, inline)]
On Mon, 16 Oct 2017 13:15:58 +0300
Oleg Pykhalov <go.wigust <at> gmail.com> wrote:

> Hello Christopher,
> 
> Christopher Baines <mail <at> cbaines.net> writes:
> 
> >> +    (synopsis "Popup documentation for completion candidates")
> >> +    (description "@code{company-quickhelp} shows a documentation for the
> >> +completion candidate.")  
> >
> > How about "@code{company-quickhelp} shows documentation for the
> > completion candidate when using the Company text completion
> > framework." for the description?
> >
> > I've removed the "a", as "shows documentation" sounds better to me, and
> > also tried to mention some relation to Company to put this package in
> > context.
> >
> > What do you think?  
> 
> Great!  Totally agree with you.

Ok, apologies for the late reply, I had a very busy couple of weeks,
and would have liked to reply sooner.

I see that you're now setup to push this yourself, so I'll leave it to
you to push :D
[Message part 2 (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#28829; Package guix-patches. (Tue, 31 Oct 2017 12:06:01 GMT) Full text and rfc822 format available.

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

From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: Christopher Baines <mail <at> cbaines.net>
Cc: 28829 <at> debbugs.gnu.org, 28829-done <at> debbugs.gnu.org
Subject: Re: [bug#28829] [PATCH] gnu: Add emacs-company-quickhelp.
Date: Tue, 31 Oct 2017 15:05:51 +0300
[Message part 1 (text/plain, inline)]
Hello Christopher,

Christopher Baines <mail <at> cbaines.net> writes:

>> >> +    (synopsis "Popup documentation for completion candidates")
>> >> +    (description "@code{company-quickhelp} shows a documentation for the
>> >> +completion candidate.")  
>> >
>> > How about "@code{company-quickhelp} shows documentation for the
>> > completion candidate when using the Company text completion
>> > framework." for the description?
>> >
>> > I've removed the "a", as "shows documentation" sounds better to me, and
>> > also tried to mention some relation to Company to put this package in
>> > context.
>> >
>> > What do you think?  
>> 
>> Great!  Totally agree with you.
>
> Ok, apologies for the late reply, I had a very busy couple of weeks,
> and would have liked to reply sooner.
>
> I see that you're now setup to push this yourself, so I'll leave it to
> you to push :D

OK.

Pushed as 016590a951b901790d558b59cf74bf4ccd1621a5

Thanks,
Oleg.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Oleg Pykhalov <go.wigust <at> gmail.com>:
You have taken responsibility. (Tue, 31 Oct 2017 12:06:02 GMT) Full text and rfc822 format available.

Notification sent to Oleg Pykhalov <go.wigust <at> gmail.com>:
bug acknowledged by developer. (Tue, 31 Oct 2017 12:06:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 28 Nov 2017 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 206 days ago.

Previous Next


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