help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: uniquify


From: Alex Kost
Subject: Re: uniquify
Date: Sat, 21 Jun 2014 08:42:31 +0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Dennis Yurichev (2014-06-21 02:35 +0400) wrote:

> Hi.
>
> I added this to my .emacs:
> ===================================================
> (require 'uniquify)
> (setq uniquify-buffer-name-style 'forward)
> ===================================================
> But nothing happens, buffer names still has <n> at the end.
>
> What/where should I check?
> I've got GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601).

If you mean the buffers like "*shell*<2>" or "*info*<2>" then it should
be so.  "uniquify" deals only with the buffers that have the same name.
For example if you open 2 files "temp.el" from different directories,
than "uniquify" will uniquify them.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]