# HG changeset patch # User Oleksandr Gavenko # Date 1279805604 -10800 # Node ID dd77820b51c4f2945506a5184f9e103bb68492b1 # Parent 4e178d40ede86e56ce649faebbda37c126969411 I remove partial-completion-mode because it depricated in Emacs 24.0. diff -r 4e178d40ede8 -r dd77820b51c4 .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.