[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: w3m buffers not displaying in iBuffer list
In [emacs-w3m : No.12586]
On Sun, 07 Aug 2016 23:23:47 -0400, Boruch Baum wrote:
> + I started with four emacs-w3m tabs open, all having been opened from
> the external program newsbeuter. At this point, everything is as
> described in my original post.
I suspect some ELisp package you're using might cause it. As for
a buffer named "*server*-nnnnnn" or " *server*-nnnnnn", what can
create it or rename to it should be only an ELisp program or
an Emacs built-in function, I believe. I found no such code in
the Emacs source tree (I did grep \*server\*), so I suspect a
third-party Elisp program might do it. Do you not know anything
about it? Otherwise, could you do grep \*server\* in your local
machine?
I tried server-start + emacsclient, but nothing odd happened.