emacs-devel
[Top][All Lists]
Advanced

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

Re: Rename `eww' to `web'


From: Juri Linkov
Subject: Re: Rename `eww' to `web'
Date: Fri, 05 Jul 2013 02:45:07 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu)

>> It's not the same kind of interaction.  ielm simulates an "interactive"
>> REPL, like other lisps or shells.  Even slime has both kinds of
>> interactions available, the *scratch* like, and the repl one.
>>
>> Also, compare the results:
>>
>> (+ 1 2) C-u C-x C-e (+ 3 4) C-u C-x C-e (or perhaps with C-j) in *scratch* 
>> displays:
>>
>>     (+ 1 2)3 (#o3, #x3, ?\C-c) (+ 3 4)7
>
> What does the "(#o3, #x3, ?\C-c)" mean?  I can't see it in my *scratch*
> buffer.

"(#o3, #x3, ?\C-c)" should not be inserted to the *scratch* buffer
unless it is prefixed by `C-u'.  This should be fixed by the patch in
bug#12985 that will insert "(#o3, #x3, ?\C-c)" only to the ielm buffer,
and not to the *scratch* buffer.



reply via email to

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