all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* M-x display-splash-screen change?
@ 2006-09-25  6:50 Kenichi Handa
  2006-09-25 19:41 ` Chong Yidong
  0 siblings, 1 reply; 3+ messages in thread
From: Kenichi Handa @ 2006-09-25  6:50 UTC (permalink / raw)


I got a report that claims that the splash screen shown by
M-x display-splash-screen RET used to disappear on user
input, but now it doesn't.

Is it an intentional change?

Don't we need this change (and the description in docstring
about this behavior)?

---
Kenichi Handa
handa@m17n.org


*** startup.el	18 Sep 2006 09:52:49 +0900	1.416
--- startup.el	25 Sep 2006 15:41:00 +0900	
***************
*** 1624,1630 ****
    "Display splash screen according to display.
  Fancy splash screens are used on graphic displays,
  normal otherwise."
!   (interactive)
    (if (use-fancy-splash-screens-p)
        (fancy-splash-screens hide-on-input)
      (normal-splash-screen hide-on-input)))
--- 1624,1630 ----
    "Display splash screen according to display.
  Fancy splash screens are used on graphic displays,
  normal otherwise."
!   (interactive "P")
    (if (use-fancy-splash-screens-p)
        (fancy-splash-screens hide-on-input)
      (normal-splash-screen hide-on-input)))

---
Kenichi Handa
handa@m17n.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: M-x display-splash-screen change?
  2006-09-25  6:50 M-x display-splash-screen change? Kenichi Handa
@ 2006-09-25 19:41 ` Chong Yidong
  2006-09-26  0:51   ` Kenichi Handa
  0 siblings, 1 reply; 3+ messages in thread
From: Chong Yidong @ 2006-09-25 19:41 UTC (permalink / raw)
  Cc: emacs-devel

Kenichi Handa <handa@m17n.org> writes:

> I got a report that claims that the splash screen shown by
> M-x display-splash-screen RET used to disappear on user
> input, but now it doesn't.
>
> Is it an intentional change?

Yes, see

http://lists.gnu.org/archive/html/emacs-devel/2006-08/msg00790.html

> Don't we need this change (and the description in docstring
> about this behavior)?

Looks fine to check in.

> *** startup.el	18 Sep 2006 09:52:49 +0900	1.416
> --- startup.el	25 Sep 2006 15:41:00 +0900	
> ***************
> *** 1624,1630 ****
>     "Display splash screen according to display.
>   Fancy splash screens are used on graphic displays,
>   normal otherwise."
> !   (interactive)
>     (if (use-fancy-splash-screens-p)
>         (fancy-splash-screens hide-on-input)
>       (normal-splash-screen hide-on-input)))
> --- 1624,1630 ----
>     "Display splash screen according to display.
>   Fancy splash screens are used on graphic displays,
>   normal otherwise."
> !   (interactive "P")
>     (if (use-fancy-splash-screens-p)
>         (fancy-splash-screens hide-on-input)
>       (normal-splash-screen hide-on-input)))

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: M-x display-splash-screen change?
  2006-09-25 19:41 ` Chong Yidong
@ 2006-09-26  0:51   ` Kenichi Handa
  0 siblings, 0 replies; 3+ messages in thread
From: Kenichi Handa @ 2006-09-26  0:51 UTC (permalink / raw)
  Cc: emacs-devel

In article <87fyef20pf.fsf@stupidchicken.com>, Chong Yidong <cyd@stupidchicken.com> writes:

> Kenichi Handa <handa@m17n.org> writes:
> > I got a report that claims that the splash screen shown by
> > M-x display-splash-screen RET used to disappear on user
> > input, but now it doesn't.
> >
> > Is it an intentional change?

> Yes, see

Ah, I see.

> http://lists.gnu.org/archive/html/emacs-devel/2006-08/msg00790.html

> > Don't we need this change (and the description in docstring
> > about this behavior)?

> Looks fine to check in.

Ok, done.

---
Kenichi Handa
handa@m17n.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-09-26  0:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-25  6:50 M-x display-splash-screen change? Kenichi Handa
2006-09-25 19:41 ` Chong Yidong
2006-09-26  0:51   ` Kenichi Handa

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.