emacs-devel
[Top][All Lists]
Advanced

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

Re: Rename `eww' to `web'


From: Xue Fuqiao
Subject: Re: Rename `eww' to `web'
Date: Sat, 6 Jul 2013 07:41:41 +0800

On Fri, Jul 5, 2013 at 7:45 AM, Juri Linkov <address@hidden> wrote:
>>> 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.

Thanks, but I still can't see it (with or without prefix argument, in
*scratch* or in *ielm*).  I'm using r113216 (trunk in 2013-6-29).

I just see:

  (+ 1 2)3 (+ 3 4)7  ; in *scratch*

and:

ELISP> (+ 1 2)
3
ELISP> (+ 3 4)
7

and:

ELISP> (+ 1 2)3 (+ 3 4)7  ; C-u C-x C-e here

--
Best regards, Xue Fuqiao.
http://www.gnu.org/software/emacs/



reply via email to

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