all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* uniquify-buffer-name-style
@ 2009-04-08 13:09 Sean Sieger
  2009-04-08 19:16 ` uniquify-buffer-name-style Tassilo Horn
  0 siblings, 1 reply; 14+ messages in thread
From: Sean Sieger @ 2009-04-08 13:09 UTC (permalink / raw)
  To: help-gnu-emacs

GNU Emacs 23.0.92.1 (i686-pc-linux-gnu, GTK+ Version 2.14.4) of
2009-03-31 on g41r2f1

Um, I'm working my way through the section `File Handling' in the manual
and came across the variable, uniquify-buffer-name-style, by way of the
node `Uniquify' and cannot find any trace of it, let alone how I might
set it to the value, forward.





^ permalink raw reply	[flat|nested] 14+ messages in thread
* uniquify-buffer-name-style
@ 2006-05-29  3:01 Luc Teirlinck
  2006-05-29 21:28 ` uniquify-buffer-name-style Richard Stallman
  0 siblings, 1 reply; 14+ messages in thread
From: Luc Teirlinck @ 2006-05-29  3:01 UTC (permalink / raw)


Setting `uniquify-buffer-name-style' outside Custom currently only
takes effect after uniquify.el is loaded.  This misfeature is caused
by the use of defadvice in uniquify.el.  As getting rid of this advice
in uniquify.el requires non-trivial changes to the C code, I do not
believe that it would be advisable to do this at the present time.

In the patch below, I just document the misfeature and add a comment
about the desirability to get rid of it instead.  I can install if
desired.

===File ~/uniquify.el-diff==================================
*** uniquify.el	06 Feb 2006 16:02:02 -0600	1.61
--- uniquify.el	28 May 2006 21:09:47 -0500	
***************
*** 93,99 ****
    "Unique buffer names dependent on file name."
    :group 'applications)
  
! 
  (defcustom uniquify-buffer-name-style nil
    "*If non-nil, buffer names are uniquified with parts of directory name.
  The value determines the buffer name style and is one of `forward',
--- 93,100 ----
    "Unique buffer names dependent on file name."
    :group 'applications)
  
! ;; The last paragraph of the docstring below should really be made obsolete
! ;; by eliminating the dependence on advice.
  (defcustom uniquify-buffer-name-style nil
    "*If non-nil, buffer names are uniquified with parts of directory name.
  The value determines the buffer name style and is one of `forward',
***************
*** 104,110 ****
    reverse        name\\mumble\\bar  name\\mumble\\quux
    post-forward   name|bar/mumble  name|quux/mumble
    post-forward-angle-brackets   name<bar/mumble>  name<quux/mumble>
!   nil            name  name<2>"
    :type '(radio (const forward)
  		(const reverse)
  		(const post-forward)
--- 105,116 ----
    reverse        name\\mumble\\bar  name\\mumble\\quux
    post-forward   name|bar/mumble  name|quux/mumble
    post-forward-angle-brackets   name<bar/mumble>  name<quux/mumble>
!   nil            name  name<2>
! 
! This variable only takes effect when uniquify.el is loaded.  If you set
! this variable in your .emacs, also specify `(require 'uniquify)'.
! Setting this variable through Custom automatically loads uniquify.el if it
! is not already loaded."
    :type '(radio (const forward)
  		(const reverse)
  		(const post-forward)
============================================================

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

end of thread, other threads:[~2009-04-10 14:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-08 13:09 uniquify-buffer-name-style Sean Sieger
2009-04-08 19:16 ` uniquify-buffer-name-style Tassilo Horn
2009-04-08 20:59   ` uniquify-buffer-name-style tyler
2009-04-08 22:02     ` uniquify-buffer-name-style Samuel Wales
2009-04-09 19:39       ` uniquify-buffer-name-style Sean Sieger
2009-04-09 22:20         ` uniquify-buffer-name-style Peter Dyballa
2009-04-09 23:49           ` uniquify-buffer-name-style Sean Sieger
2009-04-10  1:40             ` uniquify-buffer-name-style tyler
2009-04-10 14:08               ` uniquify-buffer-name-style Sean Sieger
     [not found]         ` <mailman.5004.1239315634.31690.help-gnu-emacs@gnu.org>
2009-04-10  0:46           ` uniquify-buffer-name-style Miles Bader
  -- strict thread matches above, loose matches on Subject: below --
2006-05-29  3:01 uniquify-buffer-name-style Luc Teirlinck
2006-05-29 21:28 ` uniquify-buffer-name-style Richard Stallman
2006-05-29 21:39   ` uniquify-buffer-name-style Luc Teirlinck
2006-05-30 16:00     ` uniquify-buffer-name-style Richard Stallman

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.