diff options
| author | Karoly Lorentey | 2006-02-23 02:59:27 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-02-23 02:59:27 +0000 |
| commit | 5f3c1a63f31f77f60b8a60518ce3eda6a51f72b9 (patch) | |
| tree | 3aaa3fd52891fe8e43fe69f10c00595e341f3a75 /README.multi-tty | |
| parent | 36b98f827848d2b1ece6aee7a372902e78120e98 (diff) | |
| download | emacs-5f3c1a63f31f77f60b8a60518ce3eda6a51f72b9.tar.gz emacs-5f3c1a63f31f77f60b8a60518ce3eda6a51f72b9.zip | |
Fix `server-delete-client' behavior when the user quits `kill-buffer'. (Reported by Han Boetes.)
* lisp/server.el (server-buffer-clients): Doc update.
(server-delete-client): Handle quits in kill-buffer. Don't kill modified
buffers. Add extra logging.
(server-visit-files): Don't set `server-existing-buffer' if the buffer
already has other clients.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-517
Diffstat (limited to 'README.multi-tty')
| -rw-r--r-- | README.multi-tty | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.multi-tty b/README.multi-tty index 49a3f7b92bf..da3ab4ade5b 100644 --- a/README.multi-tty +++ b/README.multi-tty | |||
| @@ -479,10 +479,16 @@ THINGS TO DO | |||
| 479 | multidisplay (and don't mind core dumps), you can edit src/config.h | 479 | multidisplay (and don't mind core dumps), you can edit src/config.h |
| 480 | and define HAVE_GTK_MULTIDISPLAY there by hand. | 480 | and define HAVE_GTK_MULTIDISPLAY there by hand. |
| 481 | 481 | ||
| 482 | http://bugzilla.gnome.org/show_bug.cgi?id=85715 | ||
| 483 | |||
| 482 | Update: Han reports that GTK+ version 2.8.9 almost gets display | 484 | Update: Han reports that GTK+ version 2.8.9 almost gets display |
| 483 | disconnects right. GTK will probably be fully fixed by the time | 485 | disconnects right. GTK will probably be fully fixed by the time |
| 484 | multi-tty gets into the trunk. | 486 | multi-tty gets into the trunk. |
| 485 | 487 | ||
| 488 | Update: I am still having problems with GTK+ 2.8.10. I have the | ||
| 489 | impression that the various multidisplay fixes will only get | ||
| 490 | released in GTK+ 2.10. | ||
| 491 | |||
| 486 | ** Audit `face-valid-attribute-values' usage in customize and | 492 | ** Audit `face-valid-attribute-values' usage in customize and |
| 487 | elsewhere. Its return value depends on the current window system. | 493 | elsewhere. Its return value depends on the current window system. |
| 488 | Replace static initializers using it with runtime functions. For | 494 | Replace static initializers using it with runtime functions. For |