From 943d79914be22bb2e43a4b3fa9a98b43093424fd Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 31 Jul 2021 22:36:19 +0200 Subject: [PATCH] C-x 5 5 manual tweak * doc/emacs/frames.texi (Creating Frames): Mention other-frame-prefix function name. --- doc/emacs/frames.texi | 7 ++++--- etc/NEWS | 8 ++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index 70615f68ed8..951e0902cb2 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi @@ -480,9 +480,10 @@ frame. This runs @code{find-file-read-only-other-frame}. @xref{Visiting}. @item C-x 5 5 -A more general prefix command affects the buffer displayed by the next -command invoked immediately after this prefix command. It requests -the buffer of the next command to be displayed in another frame. +A more general prefix command that affects the buffer displayed by the +next command invoked immediately after this prefix command +(@code{other-frame-prefix}). It requests the buffer of the next +command to be displayed in another frame. @end table You can control the appearance and behavior of the newly-created diff --git a/etc/NEWS b/etc/NEWS index bc9fbb3aa7f..1ab0dbce1a8 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -601,8 +601,10 @@ This is used to fontify non-scalar variables. This allows the user to easier customize whether to use block-based navigation or not. +--- *** 'python-shell-interpreter' now defaults to python3 on systems with python3. +--- *** 'C-c C-r' can now be used on arbitrary regions. The command previously extended the start of the region to the start of the line, but will now actually send the marked region, as @@ -610,6 +612,7 @@ documented. ** Ruby mode +--- *** 'ruby-use-smie' is declared obsolete. SMIE is now always enabled and 'ruby-use-smie' only controls whether indentation is done using SMIE or with the old ad-hoc code. @@ -630,10 +633,13 @@ Icomplete, completions are rotated and selection kept at the top. When used with Fido, completions scroll like a typical dropdown widget. +--- *** Default value of 'icomplete-compute-delay' has been changed to 0.15 s. +--- *** Default value of 'icomplete-max-delay-chars' has been changed to 2. +--- *** Reduced blinking while completing the next completions set. Icomplete doesn't hide the hint with the previously computed completions anymore when compute delay is in effect, or the previous @@ -655,6 +661,7 @@ disabled entirely. ** Windmove ++++ *** New user options to customize windmove keybindings. These options include 'windmove-default-keybindings', 'windmove-display-default-keybindings', @@ -693,6 +700,7 @@ of the next command to be displayed in a new window. ** Frames ++++ *** The key prefix 'C-x 5 5' displays next command buffer in a new frame. It's bound to the command 'other-frame-prefix' that requests the buffer of the next command to be displayed in a new frame. -- 2.39.2