Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
7ed54cc5
Commit
7ed54cc5
authored
Oct 02, 2007
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Basic Windows): Don't describe cursor-in-non-selected-windows here.
parent
36c763fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
9 deletions
+16
-9
lispref/ChangeLog
lispref/ChangeLog
+11
-0
lispref/windows.texi
lispref/windows.texi
+5
-9
No files found.
lispref/ChangeLog
View file @
7ed54cc5
2007
-
10
-
02
Richard
Stallman
<
rms
@
gnu
.
org
>
*
display
.
texi
(
Display
Property
):
Explain
some
display
specs
don
't let you move point in.
* frames.texi (Cursor Parameters): Describe
cursor-in-non-selected-windows here. Explain more values.
* windows.texi (Basic Windows): Don'
t
describe
cursor
-
in
-
non
-
selected
-
windows
here
.
2007
-
10
-
01
Eli
Zaretskii
<
eliz
@
gnu
.
org
>
2007
-
10
-
01
Eli
Zaretskii
<
eliz
@
gnu
.
org
>
*
processes
.
texi
(
Misc
Network
):
Note
that
these
functions
are
*
processes
.
texi
(
Misc
Network
):
Note
that
these
functions
are
...
...
lispref/windows.texi
View file @
7ed54cc5
...
@@ -55,15 +55,11 @@ multiple nonoverlapping Emacs windows.
...
@@ -55,15 +55,11 @@ multiple nonoverlapping Emacs windows.
In each frame, at any time, one and only one window is designated as
In each frame, at any time, one and only one window is designated as
@dfn{selected within the frame}. The frame's cursor appears in that
@dfn{selected within the frame}. The frame's cursor appears in that
window, but the other windows have ``non-selected'' cursors, normally
window, but the other windows have ``non-selected'' cursors, normally
less visible. At any time, one frame is the selected frame; and the
less visible. (@pxref{Cursor Parameters}, for customization of this.)
window selected within that frame is @dfn{the selected window}. The
At any time, one frame is the selected frame; and the window selected
selected window's buffer is usually the current buffer (except when
within that frame is @dfn{the selected window}. The selected window's
@code{set-buffer} has been used). @xref{Current Buffer}.
buffer is usually the current buffer (except when @code{set-buffer}
has been used). @xref{Current Buffer}.
@defvar cursor-in-non-selected-windows
If this variable is @code{nil}, Emacs displays only one cursor,
in the selected window. Other windows have no cursor at all.
@end defvar
For practical purposes, a window exists only while it is displayed in
For practical purposes, a window exists only while it is displayed in
a frame. Once removed from the frame, the window is effectively deleted
a frame. Once removed from the frame, the window is effectively deleted
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment