I remove partial-completion-mode because it depricated in Emacs 24.0.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 22 Jul 2010 16:33:24 +0300
changeset 418 dd77820b51c4
parent 417 4e178d40ede8
child 419 7a06c31e9c09
child 420 71e5a962381e
I remove partial-completion-mode because it depricated in Emacs 24.0.
.emacs-my
--- a/.emacs-my	Thu Jul 22 15:17:48 2010 +0300
+++ b/.emacs-my	Thu Jul 22 16:33:24 2010 +0300
@@ -332,11 +332,10 @@
 ;; (pc-bindings-mode) ; Myself define keybinding, see
 
 ;; ----------------------------------------------------------------------
-;; completition.
+;; completion.
 
-;; partial-completion-mode cause bug in read-file-name with Emacs v22.3.1 (but not with v23.1).
-;; read-file-name used in rgrep, so I disable partial-completion-mode.
-(partial-completion-mode -1) ; For example, M-x p-c-m expands to M-x partial-completion-mode
+;; I remove partial-completion-mode because it depricated in Emacs 24.0.
+;; Completion controled by 'completion-styles' variable.
 
 ;; ----------------------------------------------------------------------
 ;; mouse.