[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: *w3m-external-view* buffers not being killed
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Mon, 02 Apr 2007 08:50:11 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 09332
- References: <87mz1um2tj.fsf@gate450.dyndns.org>
>>>>> In [emacs-w3m : No.09329] Andreas Seltenreich wrote:
> I just noticed that a longer-running Emacs on a tty had more than 100
> *w3m-external-view* buffers. It turns out that the kill-buffer in the
> sentinel that is set up in w3m-external-view-file is never executed
> because delete-file always returns nil on GNU Emacs. The attached
> patch fixes it for me.
That's a long standing bug. Fixed in CVS. Thank you.