unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* Bug in GNU Emacs display code
@ 2005-03-01  4:39 Sam Lauber
  2005-03-01 19:38 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Sam Lauber @ 2005-03-01  4:39 UTC (permalink / raw)


On DJGPP, with Emacs 21.3, it seems that if I hit C-x C-c 
before it gets to the splash screen, the exit handler code 
is not called, and the display is not reset.  If I do it 
after, it works normally.  This is (emacs-version):

"GNU Emacs 21.3 (i686-pc-msdosdjgpp optimized for Pentium 4)
 of 2005-02-28 on DELL"

(Note that it has the same problem for base i386.)

Samuel Lauber

P.S. I don't know if this is DOS-specific, but it's 
probably not.

-- 
_____________________________________________________________
Web-based SMS services available at http://www.operamail.com.
From your mailbox to local or overseas cell phones.

Powered by Outblaze

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

* Re: Bug in GNU Emacs display code
  2005-03-01  4:39 Bug in GNU Emacs display code Sam Lauber
@ 2005-03-01 19:38 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2005-03-01 19:38 UTC (permalink / raw)
  Cc: bug-emacs

> From: "Sam Lauber" <sam124@operamail.com>
> Date: Tue, 01 Mar 2005 05:39:30 +0100
> Cc: 
> 
> On DJGPP, with Emacs 21.3, it seems that if I hit C-x C-c 
> before it gets to the splash screen, the exit handler code 
> is not called, and the display is not reset.  If I do it 
> after, it works normally.  This is (emacs-version):
> 
> "GNU Emacs 21.3 (i686-pc-msdosdjgpp optimized for Pentium 4)
>  of 2005-02-28 on DELL"
> 
> (Note that it has the same problem for base i386.)
> 
> Samuel Lauber
> 
> P.S. I don't know if this is DOS-specific, but it's 
> probably not.

It _is_ specific to the DJGPP port, and it's actually a feature (that
was there since Emacs 20).  The feature is designed to not clear the
screen if Emacs exits too quickly after the session begins.  That's
because the absolute majority of such quick exits are actually crashes
during startup, and so it is very important to leave the screen
contents intact, because they include vital clues to the reasons of
the crash.

If this feature somehow got in your way, please tell the details;
perhaps we could change it a bit to not interfere with whatever you
were doing.

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

end of thread, other threads:[~2005-03-01 19:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-01  4:39 Bug in GNU Emacs display code Sam Lauber
2005-03-01 19:38 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).