Mercurial > emacs
comparison etc/NEWS @ 63768:79a2185587dc
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 25 Jun 2005 14:38:05 +0000 |
parents | 01829129c4df |
children | 5cbac9cfd55c |
comparison
equal
deleted
inserted
replaced
63767:60a9b2133cf1 | 63768:79a2185587dc |
---|---|
4095 return window edges in units of pixels, rather than columns and lines. | 4095 return window edges in units of pixels, rather than columns and lines. |
4096 | 4096 |
4097 +++ | 4097 +++ |
4098 *** The new macro `with-selected-window' temporarily switches the | 4098 *** The new macro `with-selected-window' temporarily switches the |
4099 selected window without impacting the order of `buffer-list'. | 4099 selected window without impacting the order of `buffer-list'. |
4100 It saves and restores the current buffer, too. | |
4100 | 4101 |
4101 +++ | 4102 +++ |
4102 *** `select-window' takes an optional second argument NORECORD. | 4103 *** `select-window' takes an optional second argument NORECORD. |
4103 | 4104 |
4104 This is like `switch-to-buffer'. | 4105 This is like `switch-to-buffer'. |
4105 | 4106 |
4106 +++ | 4107 +++ |
4107 *** `save-selected-window' now saves and restores the selected window | 4108 *** `save-selected-window' now saves and restores the selected window |
4108 of every frame. This way, it restores everything that can be changed | 4109 of every frame. This way, it restores everything that can be changed |
4109 by calling `select-window'. | 4110 by calling `select-window'. It also saves and restores the current |
4111 buffer. | |
4110 | 4112 |
4111 +++ | 4113 +++ |
4112 *** `set-window-buffer' has an optional argument KEEP-MARGINS. | 4114 *** `set-window-buffer' has an optional argument KEEP-MARGINS. |
4113 | 4115 |
4114 If non-nil, that says to preserve the window's current margin, fringe, | 4116 If non-nil, that says to preserve the window's current margin, fringe, |