C-x 5 5 manual tweak
* doc/emacs/frames.texi (Creating Frames): Mention other-frame-prefix function name.
This commit is contained in:
parent
fa09452ab5
commit
943d79914b
2 changed files with 12 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
8
etc/NEWS
8
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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue