[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] w3m-lnum add highlight
- From: =?utf-8?b?xaB0xJtww6FuIE7Em21lYw==?= <stepnem@xxxxxxxxx>
- Date: Wed, 21 Jul 2010 11:31:27 +0200
- X-ml-name: emacs-w3m
- X-mail-count: 11277
- References: <b4mpqz1s2fg.fsf@xxxxxxx> <87k4p88gbq.fsf@xxxxxxxxx> <b4meifggiel.fsf@xxxxxxx> <878w5nv8fn.fsf@xxxxxxxxx> <b4m1vbeflye.fsf@xxxxxxx> <20100708.200709.142440111.1BF46D@xxxxxxxxxxx> <b4mwrt689f2.fsf@xxxxxxx> <87d3uxix4z.fsf@xxxxxxxxx> <b4mmxu1chti.fsf@xxxxxxx> <87zkxzbbzz.fsf@xxxxxxxxx> <b4m39vp2mkw.fsf@xxxxxxx> <87hbk3ppib.fsf@xxxxxxxxx> <b4moceak9v3.fsf@xxxxxxx> <m2mxtmfry7.fsf@xxxxxxxxxxxxxxx> <87pqyhsx69.fsf@xxxxxxxxx> <m239vd8d8p.fsf@xxxxxxxxxxxxxxx>
David Engster <deng@xxxxxxxxxxxxxxx> writes:
> Štěpán Němec writes:
>> David Engster <deng@xxxxxxxxxxxxxxx> writes:
>>
>>> OK, I've grown curious about w3m-link-numbering-mode, so I've updated
>>> from CVS and did M-x w3m-link-numbering-mode, but nothing really
>>> happens. I see that [ln] is added in the modeline, but no links are
>>> numbered. How am I supposed to activate the numbering? I've put edebug
>>> on `w3m-link-numbering', but it is simply never called. Please bear with
>>> me if I'm missing something obvious here.
>>
>> Heh. Well, I only tried it now to confirm my understanding and reply to
>> your mail, but -- you have to actually press some keys, like L F for
>> instance; then the numbers appear (and you don't have to do
>> M-x w3m-link-numbering-mode at all AFAICT).
>
> Aah... OK, thanks. I see now the default behavior changed in
> rev. 1.24. The commentary in w3m-lnum.el is misleading here. (Manually
> activating the minor mode is still necessary, though.)
Hm...
Here:
emacs-w3m-version -> "1.4.398"
w3m-version -> "w3m/0.5.2"
w3m-link-numbering-mode -> nil
I also have no [ln] in the mode line. *But* I can use the functionality
just fine -- I simply press L <somekey>, the numbers appear, I type a
number and follow the link etc.
Štěpán