[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PATCH: num3-mode for highlighting groups of digits in long numbers
From: |
Michal Nazarewicz |
Subject: |
Re: PATCH: num3-mode for highlighting groups of digits in long numbers |
Date: |
Wed, 26 Sep 2012 23:33:03 +0200 |
User-agent: |
Notmuch/0.14+22~g8bdc16b (http://notmuchmail.org) Emacs/24.2.50.1 (x86_64-unknown-linux-gnu) |
On Wed, Sep 26 2012, Stefan Monnier wrote:
>> Sorry, you're absolutely right. It's mistake in documentation in my
>> part. Attached is fixed version of the file.
>
> Thanks, I just added it to the `elpa' so it should appear in GNU ELPA
> next time someone refreshes it.
>
> I made the following changes:
> - Added a "Version: 1.0" header.
Ah, thanks. I've added the header at one point but must have removed it
by mistake during subsequent edits.
> - Removed the (require 'font-lock) that seemed unnecessary.
Well, num3 does use some font-lock-* functions, but they may be
autoloads or something.
> - Removed turn-on-num3-mode since (num3-mode) does the same anyway.
> I do see that when num3-mode is already enabled (turn-on-num3-mode) did
> nothing whereas (num3-mode) will call font-lock-fontify-buffer but if
> that's a problem, we should fix num3-mode.
Uh? num3-mode properly toggles number highlighting for me.
> I'm not sure what the "-num-" prefix is meant to be and I'm not fond
> of it. If it's meant for internal functions, then please use
> "num--" instead.
Will do.
>> checkdoc-current-buffer gives me two errors but I'm not sure how to fix
>> those since in given instances num3-mode refers to the mode.
>
> Don't take checkdoc for the gospel; those "errors" are fine.
> If you do want to fix them, do as told: add the word "function" or
> "command" soon before the offending `num3-mode'.
Yeah, I've decided that in this instance, I'm smarter than
> If you want to maintain the file directly in the elpa branch (rather
> than send us patches), then please ask for write access (by registering
> an account on savannah, and asking for membership in the "emacs" group
> from that account).
Will do.
--
Best regards, _ _
.o. | Liege of Serenely Enlightened Majesty of o' \,=./ `o
..o | Computer Science, Michał “mina86” Nazarewicz (o o)
ooo +----<email/xmpp: address@hidden>--------------ooO--(_)--Ooo--
pgpG6A7Acuu_i.pgp
Description: PGP signature
- Re: PATCH: num3-mode for highlighting groups of digits in long numbers, (continued)
- Re: PATCH: num3-mode for highlighting groups of digits in long numbers, Lars Ingebrigtsen, 2012/09/06
- Re: PATCH: num3-mode for highlighting groups of digits in long numbers, Stefan Monnier, 2012/09/06
- Re: PATCH: num3-mode for highlighting groups of digits in long numbers, Michal Nazarewicz, 2012/09/25
- Re: PATCH: num3-mode for highlighting groups of digits in long numbers, Stefan Monnier, 2012/09/25
- Re: PATCH: num3-mode for highlighting groups of digits in long numbers, Michal Nazarewicz, 2012/09/26
- Re: PATCH: num3-mode for highlighting groups of digits in long numbers, Noah Lavine, 2012/09/26
- Re: PATCH: num3-mode for highlighting groups of digits in long numbers, Michal Nazarewicz, 2012/09/26
- Re: PATCH: num3-mode for highlighting groups of digits in long numbers, Lennart Borgman, 2012/09/26
- Re: PATCH: num3-mode for highlighting groups of digits in long numbers, Stefan Monnier, 2012/09/26
- Re: PATCH: num3-mode for highlighting groups of digits in long numbers, Stefan Monnier, 2012/09/26
- Re: PATCH: num3-mode for highlighting groups of digits in long numbers,
Michal Nazarewicz <=
- Re: PATCH: num3-mode for highlighting groups of digits in long numbers, Stefan Monnier, 2012/09/26
- Re: PATCH: num3-mode for highlighting groups of digits in long numbers, Michal Nazarewicz, 2012/09/26
- turn-on/off-*MODE* (was: Re: PATCH: num3-mode for highlighting groups of digits in long numbers), chad, 2012/09/26
- Re: turn-on/off-*MODE*, Stefan Monnier, 2012/09/26
- Re: PATCH: num3-mode for highlighting groups of digits in long numbers, felix, 2012/09/26
Re: PATCH: num3-mode for highlighting groups of digits in long numbers, Jambunathan K, 2012/09/06