Lorne Sturtevant
unread,Oct 11, 2012, 1:14:22 PM10/11/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I'm currently running xemacs 21.5.31 on Centos 6.3 and I have a problem.
I'm trying to get file name completion to be case insensitive. I've set
it up with this:
(custom-set-variables
'(read-file-name-completion-ignore-case t))
I've confirmed that the variable is set to true after xemacs loads. The
problem is that it doesn't seem to work. No matter what it's set to,
file name completion is always case sensitive.
I've set this properly on other OS's and distros, and it works fine.
Any idea why this is broken? How would I go about tracking this down?
Thanks