Andreas Röhler <andreas.roehler@easy-emacs.de> writes:
Hi Andreas,
new Emacs seems to display the file-path per default.
As the place is precious there, is this intentional?
I think that's caused by the change corresponding to this NEWS entry.
** Uniquify is enabled by default, with `post-forward-angle-brackets' style.
Have a look at (info "(emacs)Uniquify"). But uniquify should only add
paths to the buffer name if two buffers would have identical names
otherwise.
How to disable it?
(setq uniquify-buffer-name-style nil)
Then buffers with identical names will get a numeric suffix to make them
distinct.
Bye,
Tassilo