* making buffer names unique
@ 2009-11-16 23:29 Sean Sieger
0 siblings, 0 replies; 4+ messages in thread
From: Sean Sieger @ 2009-11-16 23:29 UTC (permalink / raw)
To: emacs-devel
Without (require 'uniquify) in .emacs, the variable,
uniquify-buffer-name-style is not in the Convenience menu of Customize,
and is not one of the completions to M-x customize-variable.
The section, 23.7.1 Making Buffer Names Unique does not mention the code.
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <mailman.18552.1220637357.18990.help-gnu-emacs@gnu.org>]
* 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; 4+ 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] 4+ messages in thread
* Making buffer names unique
@ 2008-09-05 17:55 Corey Foote
2008-09-06 3:37 ` Kevin Rodgers
0 siblings, 1 reply; 4+ 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] 4+ 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; 4+ 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] 4+ messages in thread
end of thread, other threads:[~2009-11-16 23:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-16 23:29 making buffer names unique Sean Sieger
[not found] <mailman.18552.1220637357.18990.help-gnu-emacs@gnu.org>
2008-09-06 1:34 ` Making " Will Parsons
-- strict thread matches above, loose matches on Subject: below --
2008-09-05 17:55 Corey Foote
2008-09-06 3:37 ` Kevin Rodgers
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.