Mercurial > emacs
diff README.multi-tty @ 83477:3a9507e5aa39
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
| author | Karoly Lorentey <lorentey@elte.hu> |
|---|---|
| date | Thu, 23 Feb 2006 02:59:27 +0000 |
| parents | b8bd59a73456 |
| children | fc6efa09ea7a |
line wrap: on
line diff
--- a/README.multi-tty Tue Feb 21 15:57:00 2006 +0000 +++ b/README.multi-tty Thu Feb 23 02:59:27 2006 +0000 @@ -479,10 +479,16 @@ multidisplay (and don't mind core dumps), you can edit src/config.h and define HAVE_GTK_MULTIDISPLAY there by hand. + http://bugzilla.gnome.org/show_bug.cgi?id=85715 + Update: Han reports that GTK+ version 2.8.9 almost gets display disconnects right. GTK will probably be fully fixed by the time multi-tty gets into the trunk. + Update: I am still having problems with GTK+ 2.8.10. I have the + impression that the various multidisplay fixes will only get + released in GTK+ 2.10. + ** Audit `face-valid-attribute-values' usage in customize and elsewhere. Its return value depends on the current window system. Replace static initializers using it with runtime functions. For
