all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vasile Dumitrascu <va511e@yahoo.com>
To: Catonano <catonano@gmail.com>
Cc: 26268@debbugs.gnu.org
Subject: bug#26268: [PATCH] gnu: Add emacs-idle-highlight.
Date: Wed, 29 Mar 2017 11:59:00 +0000	[thread overview]
Message-ID: <c33e7b63-fdc0-cc58-1f41-6dcbb8e13b66@yahoo.com> (raw)
In-Reply-To: <CAJ98PDwLo6+J=xk8Xp65JdwLQ9xtePRmzy5E2Oc78Cxry3A1xA@mail.gmail.com>

  Hi

I will keep in mind your recommendation in the future. Thanks,

  Vasile

Catonano:
> Hi Vasile,
> 
> 2017-03-28 22:12 GMT+02:00 Vasile Dumitrascu <va511e@yahoo.com>:
> 
>> * gnu/packages/emacs.scm (emacs-idle-highlight): New variable.
>> ---
>>  gnu/packages/emacs.scm | 23 +++++++++++++++++++++++
>>  1 file changed, 23 insertions(+)
>>
>> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
>> index 1becc28dd..358748cbf 100644
>> --- a/gnu/packages/emacs.scm
>> +++ b/gnu/packages/emacs.scm
>> @@ -3962,3 +3962,26 @@ abbreviation and automatically expand it into
>> function templates.")
>>     (description "@code{emacs-memoize} is an Emacs library for
>>  memoizing functions.")
>>     (license license:unlicense)))
>> +
>> +(define-public emacs-idle-highlight
>> +  (package
>> +    (name "emacs-idle-highlight")
>> +    (version "1.1.3")
>> +    (source
>> +     (origin
>> +       (method url-fetch)
>> +       (uri (string-append
>> +             "https://github.com/nonsequitur/idle-highlight-mode/archive/
>> "
>> +             version ".tar.gz"))
>> +       (file-name (string-append name "-" version ".tar.gz"))
>> +       (sha256
>> +        (base32
>> +         "0kdv10hrgqpskjh0zvpnzwlkn5bccnqxas62gkws6njln57bf8nl"))))
>> +    (build-system emacs-build-system)
>> +    (home-page "https://www.emacswiki.org/emacs/IdleHighlight")
>> +    (synopsis "Highlights all occurences of the word the point is on")
>> +    (description
>> +     "This Emacs package provides @code{idle-highlight-mode} that sets
>> + an idle timer to highlight all occurences in the buffer of the word under
>> + the point.")
>> +    (license license:gpl3+))
>>
> 
> After the correction with the github url, I installed this package and it
> works. It beautifully highlights words occurrences
> 
> So, as far as I'm concerned, this can be merged.
> 
> As a side note, you sent some one more patch after this one and that
> depends on this one so it can't be applied
> 
> After that you sent a couple more in the same way
> 
> This requires the reviewers to reconstruct the chain in order to apply the
> patches.
> 
> For the future, it would be preferable if you would send a first message to
> guix-patches to open a ticket and then reply to that first message with
> your patches attached.
> 
> Alternatively, you can use this command line (suggested by Marius Bakke):
> 
> git format-patch -n origin/master --stdout > series.patch
> 
> in this way, ALL the patches in your branch will be contained in a single
> file (series.patch)
> 
> You can send that single file to guix-patches
> 
> Thank you and welcome !
> 

  reply	other threads:[~2017-03-29 12:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20170326233912.23146-1-va511e@yahoo.com>
2017-03-27  8:54 ` bug#26268: [PATCH] gnu: Add emacs-idle-highlight Alex Kost
2017-03-28 18:59   ` Vasile Dumitrascu
2017-03-30  8:49     ` Ludovic Courtès
2017-03-28 20:12 ` Vasile Dumitrascu
2017-03-29 11:40   ` Catonano
2017-03-29 11:59     ` Vasile Dumitrascu [this message]
2017-03-30  8:53   ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c33e7b63-fdc0-cc58-1f41-6dcbb8e13b66@yahoo.com \
    --to=va511e@yahoo.com \
    --cc=26268@debbugs.gnu.org \
    --cc=catonano@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.