Hi,
quite a while ago, we discussed an incompatibility of Info and uniquify:
http://list-archive.xemacs.org/xemacs-beta/200110/msg00013.html
Now, (after being away for 6 weeks of traveling :-), I would like
bring this up again. My suggestion is, to use Nix's solution --- it
seems to me as being the most general:
http://list-archive.xemacs.org/xemacs-beta/200110/msg00064.html
I have only a tiny, little suggestion for the customization of the
uniquify-ignore-buffers-query-functions:
>>>> "n" == nix <nix(a)esperi.demon.co.uk>
writes:
n> (btw, is there a better customization type for hooks than
n> `lisp'? I tried to write one and gave up, but then I'm a
n> customize newbie.)
For me, the following works:
----------------------------------------------------------------------
(defcustom uniquify-ignore-buffers-query-functions '(uniquify-ignore-buffers-re
uniquify-ignore-buffers-mode-re)
"*Functions to call to determine if a buffer name should not be uniquified.
The functions are called with one argument, the buffer. If any function returns
t, the buffer name is not uniquified."
:type '(repeat (symbol :format "%v"))
:group 'uniquify)
----------------------------------------------------------------------
--- or do I miss something here?
How should we proceed? Should I (or Nix) submit a patch to
xemacs.patches?
Best
Volker
--