diff options
| author | Stefan Monnier | 2008-03-12 18:13:23 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-03-12 18:13:23 +0000 |
| commit | 1c55ebd109fad7b6e3f9c61b6c666fd4fa6e381a (patch) | |
| tree | 8877c7f97ac6b40ddcb23441d99a96b39822a8a5 /etc | |
| parent | 6f87952b193a8aac42b20854eb783675796c9189 (diff) | |
| download | emacs-1c55ebd109fad7b6e3f9c61b6c666fd4fa6e381a.tar.gz emacs-1c55ebd109fad7b6e3f9c61b6c666fd4fa6e381a.zip | |
(Fswitch_to_buffer): Fall back on pop-to-buffer.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -65,6 +65,10 @@ default toolkit, but you can use --with-x-toolkit=gtk if necessary. | |||
| 65 | 65 | ||
| 66 | * Changes in Emacs 23.1 | 66 | * Changes in Emacs 23.1 |
| 67 | 67 | ||
| 68 | ** Operations like C-x b and C-x C-f which use switch-to-buffer do not fail | ||
| 69 | any more when used in a minibuffer or a dedicated window. Instead, they | ||
| 70 | fallback on using pop-to-buffer which will use some other window. | ||
| 71 | |||
| 68 | ** Emacs now supports using both X displays and ttys in one session. | 72 | ** Emacs now supports using both X displays and ttys in one session. |
| 69 | Start the server (M-x server-start). Then `emacsclient -t' creates a | 73 | Start the server (M-x server-start). Then `emacsclient -t' creates a |
| 70 | tty frame connected to the running emacs server. You can also use any | 74 | tty frame connected to the running emacs server. You can also use any |