all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Adrian Robert <adrian.b.robert@gmail.com>
To: Carsten Bormann <cabo@tzi.org>, 5515@debbugs.gnu.org
Subject: bug#5515: 23.1.92; OSX: Emacs gets stuck while wanting to display a dialog box
Date: Sat, 10 Apr 2010 09:26:04 +0300	[thread overview]
Message-ID: <595242C7-4459-464C-837F-5084D2495715@gmail.com> (raw)
In-Reply-To: <635E47E2-AB4C-4990-85B4-51CEE279B501@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 798 bytes --]


On Apr 3, 2010, at 6:18 PM, Adrian Robert wrote:

> 
> On Apr 3, 2010, at 12:57 PM, Carsten Bormann wrote:
> 
>> I have distilled the test case to the attached file.
>> Sorry, I don't know how to reduce this further.
>> At least it's fully reproduceable with various Emacs versions around 23.1/24.0.
>> I only tried it on 10.6, though.
> 
> <dot-emacs-reproduce-5515-1.el>

Hello Carsten,

Thank you for this test case.  I tried the procedure outlined, but could not reproduce the issue on a somewhat older (23.1.90) version of emacs, running 64-bit on 10.6.2.  I guess we have a regression here.  However, I fixed a related dialog problem (bug#5811) with the attached patch.  Would you be able to test it and see if it does anything for the issue in your case?

thanks,
Adrian

[-- Attachment #2: snowLeopard_dialog.patch --]
[-- Type: application/octet-stream, Size: 548 bytes --]

Index: nsmenu.m
===================================================================
RCS file: /sources/emacs/emacs/src/nsmenu.m,v
retrieving revision 1.31
diff -u -p -r1.31 nsmenu.m
--- nsmenu.m	9 Nov 2009 06:21:03 -0000	1.31
+++ nsmenu.m	10 Apr 2010 06:09:44 -0000
@@ -1709,7 +1709,7 @@ void process_dialog (id window, Lisp_Obj
 
 - (Lisp_Object)runDialogAt: (NSPoint)p
 {
-  int ret;
+  NSInteger ret;
   extern EMACS_TIME timer_check (int do_it_now); /* TODO: add to a header */
 
   /* initiate a session that will be ended by pop_down_menu */

[-- Attachment #3: Type: text/plain, Size: 2 bytes --]




  reply	other threads:[~2010-04-10  6:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-03  7:36 bug#5515: 23.1.92; OSX: Emacs gets stuck while wanting to display a dialog box Carsten Bormann
2010-03-30  9:31 ` Adrian Robert
     [not found]   ` <5521A25A-8663-4D07-98D2-7655556495FC@tzi.org>
2010-04-03 15:18     ` Adrian Robert
2010-04-10  6:26       ` Adrian Robert [this message]
2010-04-10  9:36         ` Carsten Bormann
2010-04-11 10:29           ` Adrian Robert
2016-04-05 20:59             ` Alan Third
2010-04-12 15:09           ` Adrian Robert

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=595242C7-4459-464C-837F-5084D2495715@gmail.com \
    --to=adrian.b.robert@gmail.com \
    --cc=5515@debbugs.gnu.org \
    --cc=cabo@tzi.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.