emacs-devel
[Top][All Lists]
Advanced

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

Re: Inconsistent defaults for uniquify


From: Juri Linkov
Subject: Re: Inconsistent defaults for uniquify
Date: Wed, 11 Dec 2013 01:52:11 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu)

>        (require 'uniquify)
>        (setq uniquify-buffer-name-style
>            (if (not uniquify-buffer-name-style)
> -              'forward))))
> +              'post-forward))))

Why the default is `post-forward'?  Its formatting "name|bar/mumble"
is too confusing, especially for newbies that might have a hard time
understanding what does this `|' mean that usually indicates the
logical `or' operator.

OTOH, `post-forward-angle-brackets' with "name<bar/mumble>"
is backward-compatible with the naming standard "name<2>"
so it doesn't break customizations in display-buffer-alist
that contains such regexps as "\\*Buffer\\*<[^>]+>".



reply via email to

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