Revision: emacs--multi-tty--0--patch-477 Archive: lorentey@elte.hu--2004 Creator: Karoly Lorentey Date: Fri Dec 30 06:30:57 CET 2005 Standard-date: 2005-12-30 05:30:57 GMT Modified-files: README.multi-tty lisp/startup.el New-patches: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-477 Summary: Enhance splash screens to work better with emacsclient. Keywords: * lisp/startup.el (fancy-splash-screens): Use `overriding-terminal-local-map' to set up keymap. Install a `delete-frame-functions' hook to catch `delete-frame' events. Ignore `select-window' events to cope better with `focus-follows-mouse'. Don't switch back to the original buffer if the splash frame has been killed. (normal-splash-screen): Don't let-bind `mode-line-format'; it changes the global binding---setq it instead. (display-splash-screen): Don't do anything if the splash screen is already displayed elsewhere. (fancy-splash-exit, fancy-splash-delete-frame): New functions.