emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] eww improvements


From: Juri Linkov
Subject: Re: [PATCH] eww improvements
Date: Tue, 25 Jun 2013 09:07:34 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu)

> @@ -313,6 +319,7 @@
>      (define-key map "p" 'eww-previous-url)
>      (define-key map "u" 'eww-up-url)
>      (define-key map "t" 'eww-top-url)
> +    (define-key map "w" 'eww-browse-with-external-browser)

Please bind the keybinding "w" to the command that copies the
current URL from `eww-current-url' to the kill ring because "w"
is used by similar commands `Info-copy-current-node-name' in Info
and `dired-copy-filename-as-kill' in Dired.  Note that both
commands have the word "copy" in their names, not "yank".
So to reduce confusion please rename `eww-yank-page-url'
to the name with the word "copy" such as `eww-copy-current-url',
and then bind both `eww-copy-current-url' and `shr-copy-url' to "w".

As for where to bind `eww-browse-with-external-browser'
what do you think about the keybinding "&" (with the mnemonics
of an async command)?

> I have attached my wget.el. I sent the author an e-mail to see if he
> would sign the FSF paper work to include it in Emacs.

wget.el is a very good package, I welcome its inclusion into Emacs.

For the examples of the integration of wget with eww, see the files
w3-wget.el and w3m-wget.el.  A similar file could be created
with the name eww-wget.el.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]