>>>> "JV" == Jan Vroonhof
<vroonhof(a)math.ethz.ch>:
"John A. Turner" <turner(a)blueskystudios.com> writes:
> I'm not sure what the main enabling variable is - I tried adding :require
> to the defcustom for uniquify-buffer-name-style, but that didn't do it -
> I may not have done it correctly, though, since obviously I don't
> understand custom very well...
JV> You need something like this
JV>
JV> - :group 'uniquify)
JV> + :group 'uniquify
JV> + :require 'uniquify)
amazingly enough, that's exactly what I did...
JV> Then bytecompile, Quit XEmacs and ...
yep...
JV> customize the variable again..
ah... that's the step I didn't take...
JV> Save changes, Quit XEmacs and it should work.
JV>
JV> The custom-set-variable line should now have an extra argument require
JV> on it.
yes, that does it
so should I send mail to the guy listed as author or does someone just make
the change in the XEmacs package containing it or what?
thanks,
-JT