all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: Graphical popup dialog issue on Mac.
@ 2014-06-08  9:00 Tak Kunihiro
  2014-06-08 17:57 ` Shiyuan
  0 siblings, 1 reply; 6+ messages in thread
From: Tak Kunihiro @ 2014-06-08  9:00 UTC (permalink / raw)
  To: help-gnu-emacs

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.



^ permalink raw reply	[flat|nested] 6+ messages in thread
* Graphical popup dialog issue on Mac.
@ 2014-06-08  1:45 Shiyuan
  2014-06-08  6:29 ` Vilibald
  0 siblings, 1 reply; 6+ messages in thread
From: Shiyuan @ 2014-06-08  1:45 UTC (permalink / raw)
  To: help-gnu-emacs

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.

Thanks.

Shiyuan


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

end of thread, other threads:[~2014-06-08 23:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-08  9:00 Graphical popup dialog issue on Mac Tak Kunihiro
2014-06-08 17:57 ` Shiyuan
2014-06-08 23:33   ` Tak Kunihiro
  -- strict thread matches above, loose matches on Subject: below --
2014-06-08  1:45 Shiyuan
2014-06-08  6:29 ` Vilibald
2014-06-08 17:51   ` Shiyuan

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.