emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS,v
Date: Wed, 06 Aug 2008 19:14:43 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/08/06 19:14:43

Index: NEWS
===================================================================
RCS file: /sources/emacs/emacs/etc/NEWS,v
retrieving revision 1.1820
retrieving revision 1.1821
diff -u -b -r1.1820 -r1.1821
--- NEWS        6 Aug 2008 03:48:14 -0000       1.1820
+++ NEWS        6 Aug 2008 19:14:42 -0000       1.1821
@@ -351,11 +351,6 @@
 
 ** Minibuffer changes
 
-*** Operations like C-x b and C-x C-f, which use switch-to-buffer, do
-not fail any more when used in a minibuffer or a dedicated window.
-Instead, they fallback on using pop-to-buffer, which will use some
-other window.
-
 *** When M-n in the minibuffer reaches the end of the list of defaults,
 it adds the completion list to the end, so next M-n continues putting
 completion items to the minibuffer.  The same principle applies to
@@ -379,6 +374,12 @@
 region in transient-mark-mode, the word under the cursor, the last Isearch
 regexp, the last Isearch string and the last replacement regexp.
 
+*** When enable-recursive-minibuffers is non-nil, operations which use
+switch-to-buffer (such as C-x b and C-x C-f) do not fail any more when
+used in a minibuffer or a dedicated window.  Instead, they fallback on
+using pop-to-buffer, which will use some other window.  This change
+has no effect when enable-recursive-minibuffers is nil (the default).
+
 *** Isearch started in the minibuffer searches in the minibuffer history.
 Reverse Isearch commands (C-r, C-M-r) search in previous minibuffer
 history elements, and forward Isearch commands (C-s, C-M-s) search in




reply via email to

[Prev in Thread] Current Thread [Next in Thread]