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
Open sidebar
emacs
emacs
Commits
2279276c
Commit
2279276c
authored
Nov 16, 2012
by
Glenn Morris
Browse files
* frames.texi (Display Action Functions): Mention pop-up-frame-parameters.
* etc/NEWS: Related markup.
parent
7fe37cfc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+1
-0
doc/lispref/windows.texi
doc/lispref/windows.texi
+3
-1
etc/NEWS
etc/NEWS
+2
-2
No files found.
doc/lispref/ChangeLog
View file @
2279276c
...
...
@@ -5,6 +5,7 @@
* frames.texi (Size and Position): Add fit-frame-to-buffer command.
* windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
(Window Sizes): Add vindex for window-min-height, window-min-width.
(Display Action Functions): Mention pop-up-frame-parameters.
2012-11-16 Martin Rudalics <rudalics@gmx.at>
...
...
doc/lispref/windows.texi
View file @
2279276c
...
...
@@ -1932,7 +1932,9 @@ entry (@pxref{Choosing Window Options}), raises that frame if necessary.
This function creates a new frame, and displays the buffer in that
frame's window. It actually performs the frame creation by calling
the function specified in @code{pop-up-frame-function}
(@pxref{Choosing Window Options}).
(@pxref{Choosing Window Options}). If @var{alist} contains a
@code{pop-up-frame-parameters} entry, the associated value
is added to the newly created frame's parameters.
@end defun
@defun display-buffer-pop-up-window buffer alist
...
...
etc/NEWS
View file @
2279276c
...
...
@@ -868,11 +868,11 @@ window's point when switching buffers.
+++
***
New display action functions `display-buffer-below-selected',
and `display-buffer-in-previous-window'.
+++
***
New display action alist entry `inhibit-switch-frame', if non-nil,
tells display action functions to avoid changing which frame is
selected.
+++
***
New display action alist entry `pop-up-frame-parameters', if
non-nil, specifies frame parameters to give any newly-created frame.
+++
...
...
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