--- a/.emacs-my Mon Jun 29 18:48:29 2009 +0300
+++ b/.emacs-my Mon Jun 29 18:57:20 2009 +0300
@@ -329,15 +329,16 @@
;; ----------------------------------------------------------------------
;; Completion
+
(require 'icomplete) ; Interactive completion in minibuffer.
-(icomplete-mode) ; Toggle incremental minibuffer completion for this Emacs session.
-;; может дополнять несколько слов одновременно
-(load "complete")
-(setq completion-ignored-extensions (quote ("CVS/" ".o" "~" ".bin" ".bak" ".obj" ".map" ".a" ".ln" ".blg" ".bbl" ".elc"
- ".lof" ".glo" ".idx" ".lot" ".fmt" ".tfm" ".class" ".fas" ".lib" ".x86f" ".sparcf"
- ".lo" ".la" ".toc" ".log" ".aux" ".cp" ".fn" ".ky" ".pg" ".tp" ".vr" ".cps"
- ".fns" ".kys" ".pgs" ".tps" ".vrs")))
+(icomplete-mode 1)
+(setq completion-ignored-extensions
+ '("CVS/" ".hg/" ".svn/" ".git/" ".bzr/"
+ ".o" "~" ".bin" ".bak" ".obj" ".map" ".a" ".ln" ".blg" ".bbl" ".elc"
+ ".lof" ".glo" ".idx" ".lot" ".fmt" ".tfm" ".class" ".fas" ".lib" ".x86f" ".sparcf"
+ ".lo" ".la" ".toc" ".log" ".aux" ".cp" ".fn" ".ky" ".pg" ".tp" ".vr" ".cps"
+ ".fns" ".kys" ".pgs" ".tps" ".vrs"))
;; ----------------------------------------------------------------------
;; *grep*