Hi, The buffer is an implementation detail for the member of eldoc-display-functions that writes to the echo area, so it's hard to do away with. However, it should be reasonably easy to "hide it", as Xu suggests, by prefixing its name with a space. The the eldoc-display-in-eldoc-buffer display function just renames it to not have that space, promoting it to visible. Thanks for CC'ing me, João On Fri, Oct 30, 2020 at 6:09 PM Basil L. Contovounesios wrote: > Xu Chunyang writes: > > > With eldoc-mode, a buffer like *eldoc for setq* is created and updated > > all the time, is it possible to stop it? since I don't need the > > buffer at all. If the buffer must be created, maybe make it > uninteresting by > > prefixing the buffer name with a space. > > I would also like to avoid the presence of this buffer if possible, > as was the case in emacs-27. CCing João :). > > Thanks, > > -- > Basil > -- João Távora