# HG changeset patch # User Oleksandr Gavenko # Date 1262019838 -7200 # Node ID 14a0e2402d669a83979f4ffdce5543ae129c58eb # Parent 6935ff56bf3146852ced069dcd4f86b6be08e888 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. diff -r 6935ff56bf31 -r 14a0e2402d66 .emacs-my --- a/.emacs-my Sun Dec 27 14:00:42 2009 +0200 +++ b/.emacs-my Mon Dec 28 19:03:58 2009 +0200 @@ -184,7 +184,10 @@ ;; ---------------------------------------------------------------------- ;; Completition -(partial-completion-mode t) ; For example, M-x p-c-m expands to M-x partial-completion-mode + +;; 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 nil) ; For example, M-x p-c-m expands to M-x partial-completion-mode ;; ---------------------------------------------------------------------- ;; Mouse