[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: w3m-session and emacs23



Katsumi Yamaoka <yamaoka@xxxxxxx> writes:

>>>>>> In [emacs-w3m : No.10719] Francis Moreau wrote:
>>> (defun jao-w3m-go-to-linknum ()
>>>  "Turn on link numbers and ask for one to go to."
>>>  (interactive)
>>>  (require 'w3m-lnum)
>>>  (let ((active w3m-link-numbering-mode))
>
> [...]
>
>> BTW any plan to make such function part of emacs-w3m itself ?
>
> It appears to be convenient.  How about mapping the `C-c C-l' key,
> for example, to it?

I don't know, I'm quite used with the 'f' mapping so any others
mapping would be strange.

> The OP in
>
> http://emacs.wordpress.com/2008/04/12/numbered-links-in-emacs-w3m/
>
> uses the `f' key, however it seems to be too good to use such a
> single key stroke (in Japanese, Mottai-Nai), 

well this function is a good one and is one of my favorite one when
using emacs-w3m.

> moreover someone has marked the `f' key as having been reserved in
> the Info-like map:
>
> (defvar w3m-info-like-map nil
>   "Info-like keymap used in emacs-w3m buffers.")
> [...]
>     (define-key map "f" 'undefined) ;; reserved.
>
> BTW, "jao" stands for "Jose A. Ortega Ruiz", doesn't it?
>

Yes I think it does.

thanks
-- 
Francis