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
619fb9ee
Commit
619fb9ee
authored
Aug 27, 2007
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Window Configurations): Clarify what a window configuration saves.
parent
3420c522
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
lispref/ChangeLog
lispref/ChangeLog
+5
-0
lispref/windows.texi
lispref/windows.texi
+6
-6
No files found.
lispref/ChangeLog
View file @
619fb9ee
2007
-
08
-
27
Richard
Stallman
<
rms
@
gnu
.
org
>
*
windows
.
texi
(
Window
Configurations
):
Clarify
what
a
window
configuration
saves
.
2007
-
08
-
25
Richard
Stallman
<
rms
@
gnu
.
org
>
*
display
.
texi
(
Images
):
Delete
redundant
@
findex
.
...
...
lispref/windows.texi
View file @
619fb9ee
...
...
@@ -2246,13 +2246,13 @@ similar to the value returned by @code{window-edges}.
@cindex saving window information
A @dfn{window configuration} records the entire layout of one
frame---all windows, their sizes, which buffers they contain,
what
part of each buffer is displayed, and the values of point and the
mark;
also their fringes, margins, and scroll bar settings. It also
frame---all windows, their sizes, which buffers they contain,
how
those buffers are scrolled, and their values of point and the mark;
also their fringes, margins, and scroll bar settings. It also
includes the values of @code{window-min-height},
@code{window-min-width} and @code{minibuffer-scroll-window}. A
n
exception is made for point in the selected window for the current
buffer; its value is not saved in the window configuration
.
@code{window-min-width} and @code{minibuffer-scroll-window}. A
s a
special exception, the window configuration does not record the value
of point in the selected window for the current buffer
.
You can bring back an entire previous layout by restoring a window
configuration previously saved. If you want to record all frames
...
...
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