From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r103854: Reimplementlist-processes in Lisp. Date: Thu, 07 Apr 2011 15:08:22 -0400 Message-ID: <87aag1lw0p.fsf@stupidchicken.com> References: <87zko2rj4f.fsf@stupidchicken.com> <769DFAFA380F4178A5E5CCC2DCDADAC0@us.oracle.com> <87ipuqf3xe.fsf@stupidchicken.com> <3020B91746414BA38A14779DD133543B@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1302204253 24656 80.91.229.12 (7 Apr 2011 19:24:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 7 Apr 2011 19:24:13 +0000 (UTC) Cc: 'Juanma Barranquero' , 'Emacs developers' To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 07 21:24:09 2011 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.69) (envelope-from ) id 1Q7uoF-0001Av-VE for ged-emacs-devel@m.gmane.org; Thu, 07 Apr 2011 21:24:04 +0200 Original-Received: from localhost ([127.0.0.1]:34023 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7uc0-00041t-7w for ged-emacs-devel@m.gmane.org; Thu, 07 Apr 2011 15:11:24 -0400 Original-Received: from [140.186.70.92] (port=39842 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7uZ8-0002Rd-O9 for emacs-devel@gnu.org; Thu, 07 Apr 2011 15:08:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7uZ7-000756-MH for emacs-devel@gnu.org; Thu, 07 Apr 2011 15:08:26 -0400 Original-Received: from vm-emlprdomr-05.its.yale.edu ([130.132.50.146]:41468) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7uZ7-00074l-KV for emacs-devel@gnu.org; Thu, 07 Apr 2011 15:08:25 -0400 Original-Received: from furball (dhcp128036014198.central.yale.edu [128.36.14.198]) (authenticated bits=0) by vm-emlprdomr-05.its.yale.edu (8.14.4/8.14.4) with ESMTP id p37J8MQ1026478 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 7 Apr 2011 15:08:22 -0400 Original-Received: by furball (Postfix, from userid 1000) id 5120C1604A8; Thu, 7 Apr 2011 15:08:22 -0400 (EDT) In-Reply-To: <3020B91746414BA38A14779DD133543B@us.oracle.com> (Drew Adams's message of "Thu, 7 Apr 2011 10:00:47 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.146 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 130.132.50.146 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:138292 Archived-At: "Drew Adams" writes: >> (The name is confusing, since with-temp-buffer does not run it when >> setting up the buffer.) > > (I think you meant `with-output-to-temp-buffer'?) No, I mean with-temp-buffer. > I don't see why you're thinking of doing all of this. What is the > problem (problems?) you are trying to solve by this manoeuver? See OP: temp-buffer-resize-mode is limited to buffers made from with-output-to-temp-buffer. Doing it for the general display-buffer case makes more sense, but, as Juanma pointed out, there is currently no simple way to do this.