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

Re: local CGI



>> On Fri, 22 Nov 2002 23:52:25 +0100
>> ino@despammed.com (Clemens Fischer) said as follows:

>i don't need the dictionary at all, but it was the only way to get a
>user-defined extension bound to a key.

When your extension is implemented as an emacs-lisp command, you can
bound it to a key with define-key function as follows:

  (define-key w3m-mode-map [example] 'your-extension)

For more detail, please check the documentation of define-key, which
is displayed by describe-function command.

Unfortunately, when expressions to change key mapping are put into
wrong places, their changes will be ignored. So, you should put them
into ~/.emacs-w3m instead of ~/.emacs.

Regards,

-- 
TSUCHIYA Masatoshi