From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#135: generate autoloads versus eval-expression-print-level (patch) Date: Thu, 07 Jul 2011 13:20:55 -0400 Message-ID: References: <87hce9i8n5.fsf@blah.blah> <87ej9au0yy.fsf@blah.blah> <87hce58dqy.fsf@blah.blah> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1310064491 14527 80.91.229.12 (7 Jul 2011 18:48:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 7 Jul 2011 18:48:11 +0000 (UTC) Cc: 135@debbugs.gnu.org, 'Kevin Ryde' To: Lars Magne Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 07 20:48:02 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QetcE-0007Dw-Oj for geb-bug-gnu-emacs@m.gmane.org; Thu, 07 Jul 2011 20:47:58 +0200 Original-Received: from localhost ([::1]:48503 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QetcD-0007vr-M9 for geb-bug-gnu-emacs@m.gmane.org; Thu, 07 Jul 2011 14:47:57 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:56873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QesH8-00012Q-FS for bug-gnu-emacs@gnu.org; Thu, 07 Jul 2011 13:22:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QesH6-0006O1-4j for bug-gnu-emacs@gnu.org; Thu, 07 Jul 2011 13:22:06 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:38603) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QesH5-0006Nq-Nv for bug-gnu-emacs@gnu.org; Thu, 07 Jul 2011 13:22:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1QesH5-0006LG-Ea; Thu, 07 Jul 2011 13:22:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 07 Jul 2011 17:22:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 135 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: notabug Original-Received: via spool by 135-submit@debbugs.gnu.org id=B135.131005926924258 (code B ref 135); Thu, 07 Jul 2011 17:22:03 +0000 Original-Received: (at 135) by debbugs.gnu.org; 7 Jul 2011 17:21:09 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QesGC-0006JD-Iy for submit@debbugs.gnu.org; Thu, 07 Jul 2011 13:21:08 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QesG9-0006Id-57 for 135@debbugs.gnu.org; Thu, 07 Jul 2011 13:21:06 -0400 Original-Received: from localhost ([127.0.0.1]:40335) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QesG0-0002FZ-9w; Thu, 07 Jul 2011 13:20:56 -0400 X-Spook: White House ASPIC infowar Leuken-Baden PGP Honduras virus X-Ran: (#P8EMsMgt4+q%wFv,P]>{8mCc1/G+h?x(m@q@f+p_\&#CaK.&:)b6VR0J#o`ou~n~J4PV X-Hue: blue X-Attribution: GM In-Reply-To: (Lars Magne Ingebrigtsen's message of "Thu, 07 Jul 2011 18:22:36 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 07 Jul 2011 13:22:03 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:48185 Archived-At: Lars Magne Ingebrigtsen wrote: >> Haven't read the bug thread, but putting (progn print-level) in >> *scratch* and doing C-M-x on it shows 4 in the echo area. IOW, that >> description still applies, in the latest Windows build: > > `C-M-x' uses `eval-expression-print-level' and friends (which default to > 4), so I think this isn't a bug. I don't understand why answering a message which begins "Haven't read the bug" means the bug can be closed. As the bug says, some of the thread is missing, but it is easily found. http://lists.gnu.org/archive/html/emacs-devel/2008-04/msg01001.html It occurred to me to wonder what business eval-defun has binding those print variables during the eval, as opposed to just the printing of the result, but doing anything about that looks a bit difficult.