When calling switch-to-buffer
, in the minibuffer, when you press SPACE, you can see hidden buffers that you normally don't see, like *Minibuf-0*
for example.
How could you list those hidden buffers into the list of buffers shown by list-buffers
? If it's not possible using list-buffers
, how do you manage them ?