[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: w3m-session and emacs23
- From: Francis Moreau <francis.moro@xxxxxxxxx>
- Date: Tue, 24 Feb 2009 21:57:10 +0100
- X-ml-name: emacs-w3m
- X-mail-count: 10730
- References: <38b2ab8a0902190342kf5d14d7jd0d3eef805533b02@xxxxxxxxxxxxxx> <b4mab8iav4s.fsf_-_@xxxxxxx> <38b2ab8a0902200240u115f64a8sef200cda9151b6e4@xxxxxxxxxxxxxx> <b4m1vtt4at5.fsf@xxxxxxx> <38b2ab8a0902200451o101a8caao4f050e47cb8743fe@xxxxxxxxxxxxxx> <b4mskm6djc0.fsf@xxxxxxx>
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