]> git.eshelyaron.com Git - emacs.git/commit
(ido-mode): Remove ido-ignore-unc-host-regexps from the :set-after list.
authorKim F. Storm <storm@cua.dk>
Thu, 6 Apr 2006 10:35:22 +0000 (10:35 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 6 Apr 2006 10:35:22 +0000 (10:35 +0000)
commitb97f1994c406ca48b1fed27a427f2eb3b410f368
treed7c1a537d77140dc2caf3d81cbea6b3e25c2eb4b
parentf133ecc0fa1932bccc0129cfd8fc2d047ecf1454
(ido-mode): Remove ido-ignore-unc-host-regexps from the :set-after list.
(ido-downcase-unc-hosts): New user option.  Default on.
(ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
when it is set, as regexps are now applied on the fly.
(ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
on the fly, but only when ido-process-ignore-lists is set.
Do case insensitive filtering if ido-downcase-unc-hosts is set.
Only downcase names if ido-downcase-unc-hosts is set.
lisp/ido.el