# HG changeset patch # User Oleksandr Gavenko # Date 1330455853 -7200 # Node ID 2a689826c166a2dc317b64df4757f17fe90abb69 # Parent b6b520b4e11e4115538868225fbdee70626fc6b5 Set enable-recursive-minibuffers to t. diff -r b6b520b4e11e -r 2a689826c166 .emacs-my --- a/.emacs-my Mon Feb 27 21:54:51 2012 +0200 +++ b/.emacs-my Tue Feb 28 21:04:13 2012 +0200 @@ -409,6 +409,8 @@ (setq visible-bell t) ; With default ring-bell-function in text terminal ; revert screen if press [end] or [home] +(setq enable-recursive-minibuffers t) + ;; Prompt before evaluating local bits of lisp. This stops people ;; putting things at the end of files which delete all your files! (setq enable-local-variables t