+2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * server.el (server-process-filter): Don't display the splash screen.
+ It's annoying enough on the initial screen and becomes positively
+ obnoxious here.
+
2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/avl-tree.el: Use defstruct rather than macros.
(setq buffers (server-visit-files files client nowait))
(run-hooks 'post-command-hook))
- (when frame
- (with-selected-frame frame
- (display-startup-echo-area-message)
- (unless inhibit-splash-screen
- (condition-case err
- ;; This looks scary because `fancy-splash-screens'
- ;; will call `recursive-edit' from a process filter.
- ;; However, that should be safe to do now.
- (display-splash-screen t)
- ;; `recursive-edit' will throw an error if Emacs is
- ;; already doing a recursive edit elsewhere. Catch it
- ;; here so that we can finish normally.
- (error nil)))))
-
;; Delete the client if necessary.
(cond
(nowait