>>>>> In [emacs-w3m : No.11090] jidanni@jidanni.org wrote: > Hmmm, in gnus I can use > u runs the command w3m-print-this-url, which is an interactive > However, > M runs the command w3m-view-url-with-external-browser, > is masked by gnus commands... I thought, The key bindings in the article that emacs-w3m rendered are controlled by `w3m-minor-mode-map', so you can add something like the following to the ~/.emacs-w3m.el file: (define-key w3m-minor-mode-map "M" 'w3m-view-url-with-external-browser) I think this binding is not very useful though. > until I hit M C-h, to see > Global Bindings Starting With M: > key binding > --- ------- > [back] > I.e., nothing. Hmmm. That's a bug. `A C-h', `V C-h', `/ C-h' don't show the bindings, too. I'm going to test the attached patch thoroughly and commit to the trunk. Thanks.