From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: [Emacs-diffs] /srv/bzr/emacs/trunk r103854: Reimplementlist-processes in Lisp. Date: Wed, 6 Apr 2011 19:00:37 -0700 Message-ID: <769DFAFA380F4178A5E5CCC2DCDADAC0@us.oracle.com> References: <87zko2rj4f.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1302141665 31007 80.91.229.12 (7 Apr 2011 02:01:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 7 Apr 2011 02:01:05 +0000 (UTC) Cc: 'Emacs developers' To: "'Chong Yidong'" , "'Juanma Barranquero'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 07 04:01:00 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 1Q7eWq-0007Vi-4M for ged-emacs-devel@m.gmane.org; Thu, 07 Apr 2011 04:01:00 +0200 Original-Received: from localhost ([127.0.0.1]:51983 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7eWp-00036O-2x for ged-emacs-devel@m.gmane.org; Wed, 06 Apr 2011 22:00:59 -0400 Original-Received: from [140.186.70.92] (port=54273 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7eWi-00034e-HV for emacs-devel@gnu.org; Wed, 06 Apr 2011 22:00:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7eWh-0003ED-C2 for emacs-devel@gnu.org; Wed, 06 Apr 2011 22:00:52 -0400 Original-Received: from rcsinet10.oracle.com ([148.87.113.121]:30372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7eWg-0003Dv-V7 for emacs-devel@gnu.org; Wed, 06 Apr 2011 22:00:51 -0400 Original-Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id p3720gUV009260 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 7 Apr 2011 02:00:43 GMT Original-Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by rcsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id p3720fHX019407 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 7 Apr 2011 02:00:41 GMT Original-Received: from abhmt013.oracle.com (abhmt013.oracle.com [141.146.116.22]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p3720ecT008930; Wed, 6 Apr 2011 21:00:40 -0500 Original-Received: from dradamslap1 (/10.159.33.131) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 06 Apr 2011 19:00:39 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <87zko2rj4f.fsf@stupidchicken.com> Thread-Index: Acv0vEbbK6GIZ+eFRqucfzCJ+U1ycwACwnUg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 X-Source-IP: acsmt358.oracle.com [141.146.40.158] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090202.4D9D1ACA.0023:SCFSTAT5015188,ss=1,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 148.87.113.121 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:138269 Archived-At: > Maybe temp-buffer-show-hook/temp-buffer-resize-mode needs a bit of a > rethink. IIUC, this hook was intended for "disposable" buffers that > temporarily display information but do not provide any other useful > interaction. But that hasn't even been the case for the *Help* > buffers for a long time, since those now contain clickable > text buttons. http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8368