help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Graphical popup dialog issue on Mac.


From: Tak Kunihiro
Subject: Re: Graphical popup dialog issue on Mac.
Date: Mon, 09 Jun 2014 08:33:52 +0900 (JST)

It seems emacs-app problems.  MacPort does not work well in my
computer since upgraded to 10.9.  My ability is not enough to
recompile emacs-app!

Emacs by Macports on 10.9.3 freezes on yes-no dialog.
  GNU Emacs 24.3.1 (x86_64-apple-darwin13.1.0, NS apple-appkit-1265.19)
   of 2014-03-09 on my-super-Mac.local

Emacs from http://emacsformacosx.com/ on 10.9.3 is OK with yes-no dialog.
  GNU Emacs 24.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.36)
   of 2013-03-13 on bob.porkrind.org







From: Shiyuan <gshy2014@gmail.com>
Subject: Re: Graphical popup dialog issue on Mac.
Date: Sun, 8 Jun 2014 10:57:02 -0700

> I am using the same workaround to prevent the popup. 
> 
> Tak: Are you using  emacs-app from macports? Thanks. 
> 
> On Sun, Jun 8, 2014 at 2:00 AM, Tak Kunihiro <
> tkk@misasa.okayama-u.ac.jp> wrote:
> 
>> I had the same problem.  Following helps.
> 
>>  ;;; 
>> http://superuser.com/questions/125569/how-to-fix-emacs-popup-dialogs-on-mac-os-x
> 
>>   (defadvice yes-or-no-p (around prevent-dialog activate)
> 
>>     "Prevent yes-or-no-p from activating a dialog"
> 
>>     (let ((use-dialog-box nil))
> 
>>       ad-do-it))
> 
>>   (defadvice y-or-n-p (around prevent-dialog-yorn activate)
> 
>>     "Prevent y-or-n-p from activating a dialog"
> 
>>     (let ((use-dialog-box nil))
> 
>>       ad-do-it))
> 
>> 
> 
>> 
> 
>> On 06/08/2014 03:45 AM, Shiyuan wrote:
> 
>> > Hi,
>> >      I am using Emacs 24.3.9 on Mac 10.9.3.  Every time graphical dialog
>> > pops out, Emacs hangs. Anyone experiences the same problem or have any
>> > clues what might be wrong? I found a old post from 2009 reporting similar
>> > problem http://debbugs.gnu.org/cgi/bugreport.cgi?bug=2877 but it was fixed.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]