emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs splash screen trouble


From: Chong Yidong
Subject: Re: Emacs splash screen trouble
Date: Mon, 19 Feb 2007 21:33:31 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux)

Thomas Christensen <address@hidden> writes:

> # echo "foo1" > foo1
> # echo "foo2" > foo2
> # emacs foo*
>
> The splash window is now in the bottom part of the frame, and the foo1
> is in the upper part.  If I select to foo1 window it is cursorless, I
> do a C-x 1 (by habbit), and now I either have to wait for the splash
> code to time out, or find the "secret" splash buffer and click in it.

Thanks for pointing this out.  Is the following a satisfactory solution?

*** emacs/lisp/startup.el.~1.426.~      2007-01-28 10:49:26.000000000 -0500
--- emacs/lisp/startup.el       2007-02-19 21:32:12.000000000 -0500
***************
*** 1388,1393 ****
--- 1388,1394 ----
        (save-selected-window
          (select-frame frame)
          (switch-to-buffer " GNU Emacs")
+         (make-local-variable 'cursor-type)
          (setq splash-buffer (current-buffer))
          (catch 'stop-splashing
            (unwind-protect





reply via email to

[Prev in Thread] Current Thread [Next in Thread]