all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jason Rumney <jasonr@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Exit hooks not run at logout on w32
Date: Tue, 04 Jul 2006 09:49:54 +0100	[thread overview]
Message-ID: <44AA2BB2.4090709@gnu.org> (raw)
In-Reply-To: <uodw5n4vx.fsf@gmail.com>

Mathias Dahl wrote:
>     Applications with a window and message queue receive shutdown
>     notifications through the WM_QUERYENDSESSION message. These
>     applications should perform any required cleanup while processing
>     this message and return TRUE to indicate that they can be
>     terminated. 
>   

> So, I conclude that displaying a dialog box ("Do you want to save bla
> bla?") would violate the "rules" above, wouldn't they?
>   

That was my same conclusion, based on reading the documentation of the 
actual system messages. But it is interesting that the advice above 
contradicts the advice in the documentation for WM_QUERYENDSESSION, 
which says you should NOT perform cleanup while processing that message, 
but save it for WM_ENDSESSION. I think the contradictions in Microsoft's 
documentation about shutdown are what is causing the confusion here. 
Lennart posted another contradiction, where in the documentation for 
InitiateSystemShutdown, there is advice that applications can delay 
shutdown if they have unsaved data if a particular flag is passed. But 
that advice is for users of InitiateSystemShutdown, not for recipients 
of the shutdown messages, so my opinion is that it is informing of worst 
case expectations for code that wants to shut the system down (assuming 
that not all applications will take the advice elsewhere - apparently 
some of Microsoft's own products do not).

  reply	other threads:[~2006-07-04  8:49 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <44A005B7.2080904@student.lu.se>
     [not found] ` <44A01733.4010600@gnu.org>
     [not found]   ` <44A03B61.8080501@student.lu.se>
     [not found]     ` <ufyhrva9u.fsf@jasonrumney.net>
     [not found]       ` <44A2B99B.1020002@student.lu.se>
     [not found]         ` <44A2F974.7040609@gnu.org>
     [not found]           ` <44A31C19.5050000@student.lu.se>
     [not found]             ` <44A3A2DE.4040507@gnu.org>
2006-06-29 14:52               ` Exit hooks not run at logout on w32 Lennart Borgman
2006-06-29 15:00                 ` David Kastrup
2006-06-29 16:16                   ` Lennart Borgman
2006-06-29 21:40                     ` Mathias Dahl
2006-06-29 22:42                       ` Lennart Borgman
2006-07-04  6:55                         ` Lennart Borgman
2006-07-04  8:13                           ` Jason Rumney
2006-07-05 15:36                             ` Stuart D. Herring
2006-07-04  8:36                           ` Mathias Dahl
2006-07-04  8:49                             ` Jason Rumney [this message]
2006-07-04 16:49                               ` Lennart Borgman
2006-07-04  9:24                             ` Kim F. Storm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44AA2BB2.4090709@gnu.org \
    --to=jasonr@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.