Re: Emacs splash screen trouble

2007-02-19 Thread Thomas Christensen
Chong Yidong <[EMAIL PROTECTED]> writes:

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

Yes, it works.

The only thing I spot is that it seems to be inside a recursive-edit
until the time expires.

Thomas



___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: Emacs splash screen trouble

2007-02-19 Thread Chong Yidong
Thomas Christensen <[EMAIL PROTECTED]> 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.0 -0500
--- emacs/lisp/startup.el   2007-02-19 21:32:12.0 -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



___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Emacs splash screen trouble

2007-02-19 Thread Thomas Christensen
# 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.

Possible solution: Any selection of a window, or buffer editing
expires the splash screen.


In GNU Emacs 22.0.93.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2007-02-17 on pacem, modified by Debian
 (Debian emacs-snapshot package, version 1:20070217-1)
X server distributor `The X.Org Foundation', version 11.0.70101000
configured using `configure  '--build' 'i486-linux-gnu' '--host' 
'i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' 
'--libexecdir=/usr/lib' '--localstatedir=/var' '--infodir=/usr/share/info' 
'--mandir=/usr/share/man' '--with-pop=yes' 
'--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/22.0.93/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/22.0.93/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/22.0.93/leim'
 '--with-x=yes' '--with-x-toolkit=athena' '--with-toolkit-scroll-bars' 
'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN 
-DSITELOAD_PURESIZE_EXTRA=5000 -g -O2''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_DK.UTF-8
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  line-number-mode: t

Recent input:
 
 


Recent messages:
Loading 00debian-vars...done
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
Skipping dictionaries-common setup for emacs-snapshot
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...done
Loading gnus...done
Loading advice...done
For information about the GNU Project and its goals, type C-h C-p. [2 times]
Loading emacsbug...
Loading regexp-opt...done
Loading emacsbug...done


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug