From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: [Harald.Maier.BW@t-online.de: confirm-kill-emacs ignores dialog under windowmaker] Date: Sat, 08 Mar 2003 11:37:53 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3E69C801.4010100@swipnet.se> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1047119911 21280 80.91.224.249 (8 Mar 2003 10:38:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 8 Mar 2003 10:38:31 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Mar 08 11:38:30 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18rbio-0005Wy-00 for ; Sat, 08 Mar 2003 11:38:30 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18rc43-00030j-00 for ; Sat, 08 Mar 2003 12:00:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18rbiw-0007W2-07 for emacs-devel@quimby.gnus.org; Sat, 08 Mar 2003 05:38:38 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18rbid-0007Q6-00 for emacs-devel@gnu.org; Sat, 08 Mar 2003 05:38:19 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18rbiI-0006Nw-00 for emacs-devel@gnu.org; Sat, 08 Mar 2003 05:37:59 -0500 Original-Received: from stubby.bodenonline.com ([193.201.16.94]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18rbiG-0006Ci-00; Sat, 08 Mar 2003 05:37:56 -0500 Original-Received: from swipnet.se (accessno42.bodenonline.com [193.201.16.44]) h28BUokw006680; Sat, 8 Mar 2003 12:30:50 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030210 X-Accept-Language: en-us, en Original-To: rms@gnu.org In-Reply-To: Original-cc: Harald.Maier.BW@t-online.de X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12172 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12172 Richard Stallman wrote: > Does anyone know how to investigate this? I have fixed this. Jan D. > > ------- Start of forwarded message ------- > From: Harald.Maier.BW@t-online.de > To: emacs-pretest-bug@gnu.org > Date: Thu, 6 Mar 2003 09:53:58 +0100 > X-Sender: 320041125923-0001@t-dialin.net > Subject: confirm-kill-emacs ignores dialog under windowmaker > Sender: emacs-pretest-bug-bounces+rms=gnu.org@gnu.org > > This bug report will be sent to the Free Software Foundation, > not to your local site managers! > Please write in English if possible, because the Emacs maintainers > usually do not have translators to read other languages for them. > > Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. > > Please describe exactly what actions triggered the bug > and the precise symptoms of the bug: > > I took the latest cvs emacs from March 5, 2003 and found the following > problem: UI Dialogs in a _motif_ configured emacs are not recognized > under _Windowmaker_ WM. No problems under other window managers and > also no problem with the default configured emacs. > > How to reproduce the problem: > > $ emacs -q --no-site-file > > Insert into *scratch* buffer the following and evaluate it: > > (setq confirm-kill-emacs 'y-or-n-p) > > Now try to close emacs with the closing button ('x'). Pressing 'Yes' > or 'No' in the displayed dialog has no effect. Workaround is to > close the displayed dialog with the closing button ('x') and then > close emacs via keyboard. >