unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Making buffer names unique
@ 2008-09-05 17:55 Corey Foote
  2008-09-06  3:37 ` Kevin Rodgers
  0 siblings, 1 reply; 3+ messages in thread
From: Corey Foote @ 2008-09-05 17:55 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 682 bytes --]




I found the section in the Emacs manual on how to make
buffer names unique (16.7.1), 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 uniquify-buffer-name-style "forward") in my .emacs file, but it doesn't seem to do anything. Would anybody mind
explaining to me how to user the forward naming method for my buffers? Thanks!
_________________________________________________________________
Get more out of the Web. Learn 10 hidden secrets of Windows Live.
http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!550F681DAD532637!5295.entry?ocid=TXT_TAGLM_WL_domore_092008

[-- Attachment #2: Type: text/html, Size: 878 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Making buffer names unique
       [not found] <mailman.18552.1220637357.18990.help-gnu-emacs@gnu.org>
@ 2008-09-06  1:34 ` Will Parsons
  0 siblings, 0 replies; 3+ messages in thread
From: Will Parsons @ 2008-09-06  1:34 UTC (permalink / raw)
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Making buffer names unique
  2008-09-05 17:55 Corey Foote
@ 2008-09-06  3:37 ` Kevin Rodgers
  0 siblings, 0 replies; 3+ messages in thread
From: Kevin Rodgers @ 2008-09-06  3:37 UTC (permalink / raw)
  To: help-gnu-emacs

Corey Foote wrote:
> I found the section in the Emacs manual on how to make buffer names 
> unique (16.7.1), 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 
> uniquify-buffer-name-style "forward") in my .emacs file, but it doesn't 
> seem to do anything. Would anybody mind explaining to me how to user the 
> forward naming method for my buffers? Thanks!

That variable's value should be a symbol, not a string:

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

-- 
Kevin Rodgers
Denver, Colorado, USA





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-09-06  3:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.18552.1220637357.18990.help-gnu-emacs@gnu.org>
2008-09-06  1:34 ` Making buffer names unique Will Parsons
2008-09-05 17:55 Corey Foote
2008-09-06  3:37 ` Kevin Rodgers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).