all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Shiyuan <gshy2014@gmail.com>
To: Tak Kunihiro <tkk@misasa.okayama-u.ac.jp>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Graphical popup dialog issue on Mac.
Date: Sun, 8 Jun 2014 10:57:02 -0700	[thread overview]
Message-ID: <CAOm4EMs-rkuF9HqkpADwuy5SA7p90B1p4N8OeHj4296KAJf=jw@mail.gmail.com> (raw)
In-Reply-To: <20140608.180038.311932254.tkk@misasa.okayama-u.ac.jp>

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	other threads:[~2014-06-08 17:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-08  9:00 Graphical popup dialog issue on Mac Tak Kunihiro
2014-06-08 17:57 ` Shiyuan [this message]
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

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='CAOm4EMs-rkuF9HqkpADwuy5SA7p90B1p4N8OeHj4296KAJf=jw@mail.gmail.com' \
    --to=gshy2014@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=tkk@misasa.okayama-u.ac.jp \
    /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.