From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Rename `eww' to `web' Date: Sat, 06 Jul 2013 02:59:23 +0300 Organization: JURTA Message-ID: <87r4fctv6s.fsf@mail.jurta.org> References: <8738s087wj.fsf@gmail.com> <87bo6mjv4s.fsf@lifelogs.com> <871u7gavwx.fsf@catnip.gol.com> <87obaj39sc.fsf@lifelogs.com> <4btxkb7gw7.fsf@fencepost.gnu.org> <87k3l72z81.fsf@lifelogs.com> <87obaixhkr.fsf@informatimago.com> <87wqp5anrk.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1373069067 31495 80.91.229.3 (6 Jul 2013 00:04:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Jul 2013 00:04:27 +0000 (UTC) Cc: emacs-devel To: Xue Fuqiao Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 06 02:04:28 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UvFzI-0008O7-9H for ged-emacs-devel@m.gmane.org; Sat, 06 Jul 2013 02:04:28 +0200 Original-Received: from localhost ([::1]:33609 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvFzH-0000vE-Sy for ged-emacs-devel@m.gmane.org; Fri, 05 Jul 2013 20:04:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvFyz-0000YU-G5 for emacs-devel@gnu.org; Fri, 05 Jul 2013 20:04:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UvFyy-0000iM-5b for emacs-devel@gnu.org; Fri, 05 Jul 2013 20:04:09 -0400 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:47096 helo=ps18281.dreamhostps.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvFyy-0000hT-0W for emacs-devel@gnu.org; Fri, 05 Jul 2013 20:04:08 -0400 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id E0E42258B9E920; Fri, 5 Jul 2013 17:04:06 -0700 (PDT) In-Reply-To: (Xue Fuqiao's message of "Sat, 6 Jul 2013 07:41:41 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 69.163.218.105 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:161626 Archived-At: >>> 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 There is an obscure feature that typing `C-x C-e' twice displays full information in the echo area, and typing `C-u C-x C-e' twice inserts full information to the *scratch* buffer. bug#12985 proposes to fix this (mis-)feature to insert full information to the *scratch* buffer only when you type the C-u arg, i.e. `C-u C-x C-e', and always display full information in the each area and in ielm.