emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r103854: Reimplement list-process


From: Chong Yidong
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r103854: Reimplement list-processes in Lisp.
Date: Wed, 06 Apr 2011 20:38:08 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Juanma Barranquero <address@hidden> writes:

> On Wed, Apr 6, 2011 at 23:13, Chong Yidong <address@hidden> wrote:
>
>> revno: 103854
>> committer: Chong Yidong <address@hidden>
>> branch nick: trunk
>> timestamp: Wed 2011-04-06 17:13:17 -0400
>> message:
>> Reimplement list-processes in Lisp.
>
> Looks much nicer that the C version.
>
> One small difference, though: it does not respect temp-buffer-resize-mode.

The documentation for temp-buffer-show-hook is somewhat vacuous---it
says that it's the hook run by with-output-to-temp-buffer.  Because the
new implementation doesn't use with-output-to-temp-buffer, it doesn't
run the hook.

Should it?  Note that list-buffers does not either.

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]