I have my ido-ignore-directories
set to the standard value:
("\\`CVS/" "\\`\\.\\./" "\\`\\./")
The third regexp, "\`\./"
should ignore the current directory, as near as I can tell. However, it doesn't:
Find file read only: ~/{. | Desktop/ | Documents/ | ...}
If it matters, I have C-x C-f bound to ido-find-file-read-only
. This is with emacs 24.3.1. How do I fix it?