* [lanubeblanca@googlemail.com: Unintended feature in Emacs 22]
@ 2006-11-27 23:43 Richard Stallman
2006-11-28 16:48 ` Chong Yidong
0 siblings, 1 reply; 6+ messages in thread
From: Richard Stallman @ 2006-11-27 23:43 UTC (permalink / raw)
Can someone please DTRT about this?
------- Start of forwarded message -------
Date: Mon, 27 Nov 2006 00:28:40 -0300
From: "=?ISO-8859-1?Q?Roberto_Rodr=EDguez?=" <lanubeblanca@googlemail.com>
To: bug-gnu-emacs <bug-gnu-emacs@gnu.org>
MIME-Version: 1.0
Subject: Unintended feature in Emacs 22
Content-Type: multipart/mixed; boundary="===============0365177355=="
X-Spam-Status: No, score=0.2 required=5.0 tests=HTML_00_10,HTML_MESSAGE,
RCVD_BY_IP autolearn=no version=3.0.4
- --===============0365177355==
Content-Type: multipart/alternative;
boundary="----=_Part_44252_30182601.1164598120639"
- ------=_Part_44252_30182601.1164598120639
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
When Emacs (built from the cvs latest revision) is at the introductory
splash screen, normally you click the window, or type a key and the splash
buffer goes away. But if you choose that buffer in the buffer menu instead,
you will get an empty buffer named "GNU Emacs".
- ------=_Part_44252_30182601.1164598120639
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
When Emacs (built from the cvs latest revision) is at the introductory
splash screen, normally you click the window, or type a key and the
splash buffer goes away. But if you choose that buffer in the buffer
menu instead, you will get an empty buffer named "GNU Emacs".
- ------=_Part_44252_30182601.1164598120639--
- --===============0365177355==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
bug-gnu-emacs mailing list
bug-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs
- --===============0365177355==--
------- End of forwarded message -------
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [lanubeblanca@googlemail.com: Unintended feature in Emacs 22]
2006-11-27 23:43 [lanubeblanca@googlemail.com: Unintended feature in Emacs 22] Richard Stallman
@ 2006-11-28 16:48 ` Chong Yidong
2006-11-28 17:31 ` Drew Adams
2006-11-29 3:30 ` Richard Stallman
0 siblings, 2 replies; 6+ messages in thread
From: Chong Yidong @ 2006-11-28 16:48 UTC (permalink / raw)
Cc: emacs-devel
> When Emacs (built from the cvs latest revision) is at the introductory
> splash screen, normally you click the window, or type a key and the splash
> buffer goes away. But if you choose that buffer in the buffer menu instead,
> you will get an empty buffer named "GNU Emacs".
I fixed this by changing the initial buffer to " GNU Emacs", thus
hiding it. Thanks.
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [lanubeblanca@googlemail.com: Unintended feature in Emacs 22]
2006-11-28 16:48 ` Chong Yidong
@ 2006-11-28 17:31 ` Drew Adams
2006-11-29 3:30 ` Richard Stallman
1 sibling, 0 replies; 6+ messages in thread
From: Drew Adams @ 2006-11-28 17:31 UTC (permalink / raw)
> I fixed this by changing the initial buffer to " GNU Emacs", thus
> hiding it.
Shouldn't that be " *GNU Emacs*"?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [lanubeblanca@googlemail.com: Unintended feature in Emacs 22]
2006-11-28 16:48 ` Chong Yidong
2006-11-28 17:31 ` Drew Adams
@ 2006-11-29 3:30 ` Richard Stallman
2006-11-29 16:12 ` Chong Yidong
1 sibling, 1 reply; 6+ messages in thread
From: Richard Stallman @ 2006-11-29 3:30 UTC (permalink / raw)
Cc: lanubeblanca, emacs-devel
> When Emacs (built from the cvs latest revision) is at the introductory
> splash screen, normally you click the window, or type a key and the splash
> buffer goes away. But if you choose that buffer in the buffer menu instead,
> you will get an empty buffer named "GNU Emacs".
I fixed this by changing the initial buffer to " GNU Emacs", thus
hiding it. Thanks.
Is this problem that the buffer "GNU Emacs" shows up in the buffer
menu? I so, that change may be a sufficient fix. But if the problem
is that the buffer ends up selected and not killed, I think it needs a
bigger fix.
Which one is it?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [lanubeblanca@googlemail.com: Unintended feature in Emacs 22]
2006-11-29 3:30 ` Richard Stallman
@ 2006-11-29 16:12 ` Chong Yidong
2006-11-30 3:21 ` Richard Stallman
0 siblings, 1 reply; 6+ messages in thread
From: Chong Yidong @ 2006-11-29 16:12 UTC (permalink / raw)
Cc: lanubeblanca, emacs-devel
Richard Stallman <rms@gnu.org> writes:
> > When Emacs (built from the cvs latest revision) is at the introductory
> > splash screen, normally you click the window, or type a key and the splash
> > buffer goes away. But if you choose that buffer in the buffer menu instead,
> > you will get an empty buffer named "GNU Emacs".
>
> I fixed this by changing the initial buffer to " GNU Emacs", thus
> hiding it. Thanks.
>
> Is this problem that the buffer "GNU Emacs" shows up in the buffer
> menu? I so, that change may be a sufficient fix. But if the problem
> is that the buffer ends up selected and not killed, I think it needs a
> bigger fix.
>
> Which one is it?
Normally, any input event kills the "GNU Emacs" splash buffer.
However, because the buffer name is not hidden, it shows up in the
Buffers menu. That's why selecting this menu item causes firstly the
splash buffer to be killed, then a new empty "GNU Emacs" buffer to be
created.
I think the current fix is sufficient.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [lanubeblanca@googlemail.com: Unintended feature in Emacs 22]
2006-11-29 16:12 ` Chong Yidong
@ 2006-11-30 3:21 ` Richard Stallman
0 siblings, 0 replies; 6+ messages in thread
From: Richard Stallman @ 2006-11-30 3:21 UTC (permalink / raw)
Cc: lanubeblanca, emacs-devel
Normally, any input event kills the "GNU Emacs" splash buffer.
However, because the buffer name is not hidden, it shows up in the
Buffers menu. That's why selecting this menu item causes firstly the
splash buffer to be killed, then a new empty "GNU Emacs" buffer to be
created.
I think the current fix is sufficient.
Now I agree. Thanks.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-11-30 3:21 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-27 23:43 [lanubeblanca@googlemail.com: Unintended feature in Emacs 22] Richard Stallman
2006-11-28 16:48 ` Chong Yidong
2006-11-28 17:31 ` Drew Adams
2006-11-29 3:30 ` Richard Stallman
2006-11-29 16:12 ` Chong Yidong
2006-11-30 3:21 ` Richard Stallman
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.