[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: w3m-delete-buffer
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Mon, 11 Jul 2011 09:22:34 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 11609
- References: <CAJcAo8uBE2wM20Bxz8U8icSTiz-XsuP4GPvqMWeYTCpG5hnc2g@xxxxxxxxxxxxxx>
In [emacs-w3m : No.11608] Samuel Wales wrote:
> I have a vague recollection that w3m-delete-buffer used to return you
> to another emacs-w3m buffer, but it doesn't seem to. Is this a
> change?
That's due to the change I made recently, sorry. A workaround is
to add this snippet to the ~/.emacs-w3m.el file (or to eval it):
(defalias 'w3m-switch-to-buffer 'switch-to-buffer)
I'll fix it asap.