> From: Brian Elmegaard <[EMAIL PROTECTED]> > Date: Wed, 08 Oct 2008 11:46:05 +0200 > > >> read-file-name-completion-ignore-case is set to t in my .emacs, but > >> still it does not seem to takle effect. Do anyone have a hint? > > > > Can you give an example please? > > I am in a buffer and do C-x b t to change to TCopt.tex, but no > completions are found. I have to do C-x b T instead.
"C-x b" does not read a file name, it reads a _buffer_ name. So the value of read-file-name-completion-ignore-case is not used by it. Try setting completion-ignore-case to t, and see if that helps.