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

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

Re: Making buffer names unique


From: Will Parsons
Subject: Re: Making buffer names unique
Date: 6 Sep 2008 01:34:15 GMT
User-agent: slrn/0.9.8.1 (FreeBSD)

Corey Foote wrote:
> I found the section in the Emacs manual on how to make
> buffer names unique (16.7.1)=2C but am having trouble actually getting that=
>  to work for
> me. I'm sure it must be something I'm doing wrong. I tried putting (setq un=
> iquify-buffer-name-style "forward") in my .emacs file=2C but it doesn't see=
> m to do anything. Would anybody mind
> explaining to me how to user the forward naming method for my buffers? Than=
> ks!

I have in my .emacs file:

(require 'uniquify)
(setq uniquify-buffer-name-style 'post-forward)

-- 
Will


reply via email to

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