emacs-devel
[Top][All Lists]
Advanced

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

Re: eww


From: Juri Linkov
Subject: Re: eww
Date: Fri, 21 Jun 2013 01:52:25 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu)

>> Also while trying to customize `browse-url-browser-function' to eww,
>> it fails to browse links.  Perhaps, this should be fixed by creating a new
>> function `browse-url-eww' similar to other `browse-url-...' functions?
>
> It should have been `eww-browse-url' instead of the plain `eww'
> command.  I'll fix that.

Thanks.  Now there is another problem - when
`browse-url-browser-function' is customized to `eww-browse-url',
typing `M-x webjump RET duckduckgo RET C-x C-q RET'
visits the URL https://duckduckgo.com/?q=C%2Dx+C%2Dq
with the information about Emacs keybindings and commands.
Or to get more relevant results prepend the query with the keyword
"emacs", e.g. https://duckduckgo.com/?q=emacs+C%2Dx+C%2Dq

The problem is that the header line is broken - it doesn't handle %
in the URL.  This could be fixed the same way as `Info-set-mode-line'
replaces a single % with double %%.



reply via email to

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