From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.emacs.devel Subject: Re: generate autoloads versus eval-expression-print-level (patch) Date: Sun, 13 Apr 2008 09:07:01 +1000 Message-ID: <87ej9au0yy.fsf@blah.blah> References: <87hce9i8n5.fsf@blah.blah> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1208041655 23127 80.91.229.12 (12 Apr 2008 23:07:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Apr 2008 23:07:35 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 13 01:08:09 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JkopM-0005hd-O4 for ged-emacs-devel@m.gmane.org; Sun, 13 Apr 2008 01:08:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jkooi-0006Ba-GK for ged-emacs-devel@m.gmane.org; Sat, 12 Apr 2008 19:07:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jkood-00068s-Jl for emacs-devel@gnu.org; Sat, 12 Apr 2008 19:07:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jkooc-00066P-0p for emacs-devel@gnu.org; Sat, 12 Apr 2008 19:07:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jkoob-000668-PE for emacs-devel@gnu.org; Sat, 12 Apr 2008 19:07:21 -0400 Original-Received: from mailout1-3.pacific.net.au ([61.8.2.210] helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jkoob-0003KE-7O for emacs-devel@gnu.org; Sat, 12 Apr 2008 19:07:21 -0400 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout1.pacific.net.au (Postfix) with ESMTP id 8C40936C198 for ; Sun, 13 Apr 2008 09:07:10 +1000 (EST) Original-Received: from blah.blah (ppp2A93.dyn.pacific.net.au [61.8.42.147]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id 243D28C08 for ; Sun, 13 Apr 2008 09:07:10 +1000 (EST) Original-Received: from gg by blah.blah with local (Exim 4.69) (envelope-from ) id 1JkooH-0000jw-Hd for emacs-devel@gnu.org; Sun, 13 Apr 2008 09:07:01 +1000 In-Reply-To: (Stefan Monnier's message of "Thu, 10 Apr 2008 21:59:20 -0400") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:95089 Archived-At: Stefan Monnier writes: > > installed, 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.