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: C-x C-e with prefix arg Date: Mon, 06 May 2013 22:54:39 +0300 Organization: JURTA Message-ID: <87ip2vlw8w.fsf@mail.jurta.org> References: <4D5891EF34DF42D3A479CF83CAF1E43E@us.oracle.com> <87zjw97qo7.fsf@mail.jurta.org> <87zjw9z0fk.fsf@mail.jurta.org> <88878C7DA62F4DC792EEEE03D46C115B@us.oracle.com> <87ip2w1ory.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1367870143 31752 80.91.229.3 (6 May 2013 19:55:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 May 2013 19:55:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 06 21:55:42 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 1UZRVd-0003hP-VP for ged-emacs-devel@m.gmane.org; Mon, 06 May 2013 21:55:42 +0200 Original-Received: from localhost ([::1]:45475 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZRVd-0002bd-ME for ged-emacs-devel@m.gmane.org; Mon, 06 May 2013 15:55:41 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:59271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZRVa-0002bP-2B for emacs-devel@gnu.org; Mon, 06 May 2013 15:55:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZRVY-00060E-Rv for emacs-devel@gnu.org; Mon, 06 May 2013 15:55:37 -0400 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:39152 helo=ps18281.dreamhostps.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZRVY-000605-Kr for emacs-devel@gnu.org; Mon, 06 May 2013 15:55:36 -0400 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 8A3E4258B9E91C; Mon, 6 May 2013 12:55:34 -0700 (PDT) In-Reply-To: (Drew Adams's message of "Mon, 6 May 2013 07:11:45 -0700") 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:159377 Archived-At: > And like those other options, it should be ignored except via `C--' or `M--'. The default values should not be ignored by default. The default values of `eval-expression-print-length' and `eval-expression-print-level' should be respected by all `eval-expression' related functions by default because they are _default_ values. An additional prefix arg like `M--' could be used to override the default values. Although `M-0' would make more sense because it will display more information (the full value of the list printed by `M-0 C-x C-e').