emacs-devel
[Top][All Lists]
Advanced

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

Re: Rename `eww' to `web'


From: Jambunathan K
Subject: Re: Rename `eww' to `web'
Date: Fri, 05 Jul 2013 08:34:04 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Katsumi Yamaoka <address@hidden> writes:

> Jambunathan K <address@hidden> wrote:
>> Katsumi Yamaoka <address@hidden> writes:
>
>>>> emacs -Q -f url-handler-mode
>>>> C-x C-f ftp://ftp.gnu.org
>>>> C-x C-f http://www.gnu.org
>
>>> Oh, I didn't know it.
>>> And what is more surprising, the functionality is sealed.
>
> I meant both end up with the "Unimplemented" error (on Cygwin).
> Though I haven't yet investigated why it's so, I confirmed Emacs
> on Linux behaves like Jambunathan said.

Did you press TAB habitually 

Or 

Most likely it is the ido-mode (or icomplete-mode) doing an eager
expansion.

,----
|  ** ./url/url-handlers.el:314:  (error "Unimplemented"))
|  ** ./url/url-handlers.el:318:  (error "Unimplemented"))
`----

,----
| Error in post-command-hook (#[nil "\301\302\303!)\207" [non-essential
| t run-hooks icomplete-post-command-hook] 2]): (error "Unimplemented")
`----

>
>> emacs -Q
>> C-x C-f http://www.gnu.org
>
>> I see the HTML code verbatim.  The buffer is on Org mode.  (This is a
>> buglet).  ISTM the magic glue to render - I used shr-render-buffer - is
>> missing.



reply via email to

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