unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#17592: 24.3; popup dialog hangs emacs
@ 2014-05-25 22:51 Rodney Kosloski
  2014-05-26  5:50 ` Jan Djärv
  2014-06-19  4:48 ` Song Xie
  0 siblings, 2 replies; 3+ messages in thread
From: Rodney Kosloski @ 2014-05-25 22:51 UTC (permalink / raw)
  To: 17592

==============
Emacs hangs when executing x-popup-dialog 

Machine: imac 
OS: OX X 10.9.3
Emacs: macports emacs-app @ 24.3_2

Any popup dialog causes emacs to hang.
For example:

   (x-popup-dialog t '("Working" ("Yes" . t) ("No" . nil)))

The dialog appears, the buttons are visible, the button is
highlighted when clicked but then nothing happens. Emacs is
completely unresponsive and I have to kill it from a terminal window.

This happens even if I invoke emacs with -q and immediately execute
x-popup-dialog.
==============



In GNU Emacs 24.3.1 (x86_64-apple-darwin13.0.0, NS apple-appkit-1265.00)
of 2014-02-08 on tennine-slave.macports.org
Windowing system distributor `Apple', version 10.3.1265
Configured using:
`configure '--prefix=/opt/local' '--with-ns' '--without-x'
'--without-dbus' 'CC=/usr/bin/clang' 'CFLAGS=-pipe -Os -arch x86_64'
'LDFLAGS=-L/opt/local/lib -Wl,-headerpad_max_install_names -arch
x86_64' 'CPPFLAGS=-I/opt/local/include''

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8
  default enable-multibyte-characters: t

Major mode: Info

Minor modes in effect:
  openwith-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<menu-bar> <help-menu> <emacs-manual-bug> <help-echo> 
<help-echo> <help-echo> <down-mouse-1> <mouse-2> <down-mouse-1> 
<down-mouse-1> <down-mouse-1> <down-mouse-1> <down-mouse-1> 
<down-mouse-1> <down-mouse-1> <down-mouse-1> <down-mouse-1> 
<down-mouse-1> <down-mouse-1> <down-mouse-1> <down-mouse-1> 
<down-mouse-1> <down-mouse-1> <down-mouse-1> <down-mouse-1> 
<down-mouse-1> <down-mouse-1> <down-mouse-1> <help-echo> 
<menu-bar> <help-menu> <about-emacs> <help-echo> <menu-bar> 
<buffer> C-a <menu-bar> <help-menu> <send-emacs-bug-report> 
C-g <down-mouse-1> <mouse-1> M-x r e p o r t - e m 
a c s - b u f <backspace> g <return>

Recent messages:
Loading /Users/rodneykosloski/quicklisp/slime-helper.el (source)...done
Loading /Users/rodneykosloski/personal/emacs/android-emacs-toolkit/androidmk-mode.el
[android] /Users/rodneykosloski/local/share/development/android-ndk-r9c
[android] /Users/rodneykosloski/local/share/development/android-sdk-macosx
Loading dired-x...done
Thursday May 29, 2014
* mechanics starts: www.edx.org 8.mrevx
Package pgg-def is obsolete!
Package pgg-parse is obsolete!
Package pgg is obsolete!
Quit

Load-path shadows:
/Users/rodneykosloski/emacs24-app/lisp/custom hides /Applications/MacPorts/Emacs.app/Contents/Resources/lisp/custom
/Users/rodneykosloski/emacs24-app/lisp/xscheme hides /Applications/MacPorts/Emacs.app/Contents/Resources/lisp/progmodes/xscheme

Features:
(shadow sort gnus-util mail-extr emacsbug message idna format-spec
rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr mail-utils jka-compr info openwith easy-mmode dired-x
easymenu dired androidmk-mode derived slime-autoloads dir-mode grep
compile comint ansi-color ring browse-url cl-macs gv pgg pgg-parse
pgg-def cl cl-lib time-date tooltip ediff-hook vc-hooks lisp-float-type
mwheel ns-win tool-bar dnd fontset image regexp-opt fringe
tabulated-list newcomment lisp-mode register page menu-bar rfn-eshadow
timer select scroll-bar mouse jit-lock font-lock syntax facemenu
font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan
thai tai-viet lao korean japanese hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese case-table epa-hook
jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces
cus-face macroexp files text-properties overlay sha1 md5 base64 format
env code-pages mule custom widget hashtable-print-readable backquote
make-network-process ns multi-tty emacs)





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

* bug#17592: 24.3; popup dialog hangs emacs
  2014-05-25 22:51 bug#17592: 24.3; popup dialog hangs emacs Rodney Kosloski
@ 2014-05-26  5:50 ` Jan Djärv
  2014-06-19  4:48 ` Song Xie
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Djärv @ 2014-05-26  5:50 UTC (permalink / raw)
  To: Rodney Kosloski; +Cc: 17592-done

Hello.

I can't reproduce this with trunk or the emacs-24 branch or a compiled 24.3 from the tarball.

	Jan D.

26 maj 2014 kl. 00:51 skrev Rodney Kosloski <rkosloski@visi.com>:

> ==============
> Emacs hangs when executing x-popup-dialog 
> 
> Machine: imac 
> OS: OX X 10.9.3
> Emacs: macports emacs-app @ 24.3_2
> 
> Any popup dialog causes emacs to hang.
> For example:
> 
>   (x-popup-dialog t '("Working" ("Yes" . t) ("No" . nil)))
> 
> The dialog appears, the buttons are visible, the button is
> highlighted when clicked but then nothing happens. Emacs is
> completely unresponsive and I have to kill it from a terminal window.
> 
> This happens even if I invoke emacs with -q and immediately execute
> x-popup-dialog.
> ==============
> 
> 
> 
> In GNU Emacs 24.3.1 (x86_64-apple-darwin13.0.0, NS apple-appkit-1265.00)
> of 2014-02-08 on tennine-slave.macports.org
> Windowing system distributor `Apple', version 10.3.1265
> Configured using:
> `configure '--prefix=/opt/local' '--with-ns' '--without-x'
> '--without-dbus' 'CC=/usr/bin/clang' 'CFLAGS=-pipe -Os -arch x86_64'
> 'LDFLAGS=-L/opt/local/lib -Wl,-headerpad_max_install_names -arch
> x86_64' 'CPPFLAGS=-I/opt/local/include''
> 
> Important settings:
>  value of $LANG: en_US.UTF-8
>  locale-coding-system: utf-8
>  default enable-multibyte-characters: t
> 
> Major mode: Info
> 
> Minor modes in effect:
>  openwith-mode: t
>  tooltip-mode: t
>  mouse-wheel-mode: t
>  tool-bar-mode: t
>  menu-bar-mode: t
>  file-name-shadow-mode: t
>  global-font-lock-mode: t
>  font-lock-mode: t
>  blink-cursor-mode: t
>  auto-composition-mode: t
>  auto-encryption-mode: t
>  auto-compression-mode: t
>  buffer-read-only: t
>  column-number-mode: t
>  line-number-mode: t
>  transient-mark-mode: t
> 
> Recent input:
> <menu-bar> <help-menu> <emacs-manual-bug> <help-echo> 
> <help-echo> <help-echo> <down-mouse-1> <mouse-2> <down-mouse-1> 
> <down-mouse-1> <down-mouse-1> <down-mouse-1> <down-mouse-1> 
> <down-mouse-1> <down-mouse-1> <down-mouse-1> <down-mouse-1> 
> <down-mouse-1> <down-mouse-1> <down-mouse-1> <down-mouse-1> 
> <down-mouse-1> <down-mouse-1> <down-mouse-1> <down-mouse-1> 
> <down-mouse-1> <down-mouse-1> <down-mouse-1> <help-echo> 
> <menu-bar> <help-menu> <about-emacs> <help-echo> <menu-bar> 
> <buffer> C-a <menu-bar> <help-menu> <send-emacs-bug-report> 
> C-g <down-mouse-1> <mouse-1> M-x r e p o r t - e m 
> a c s - b u f <backspace> g <return>
> 
> Recent messages:
> Loading /Users/rodneykosloski/quicklisp/slime-helper.el (source)...done
> Loading /Users/rodneykosloski/personal/emacs/android-emacs-toolkit/androidmk-mode.el
> [android] /Users/rodneykosloski/local/share/development/android-ndk-r9c
> [android] /Users/rodneykosloski/local/share/development/android-sdk-macosx
> Loading dired-x...done
> Thursday May 29, 2014
> * mechanics starts: www.edx.org 8.mrevx
> Package pgg-def is obsolete!
> Package pgg-parse is obsolete!
> Package pgg is obsolete!
> Quit
> 
> Load-path shadows:
> /Users/rodneykosloski/emacs24-app/lisp/custom hides /Applications/MacPorts/Emacs.app/Contents/Resources/lisp/custom
> /Users/rodneykosloski/emacs24-app/lisp/xscheme hides /Applications/MacPorts/Emacs.app/Contents/Resources/lisp/progmodes/xscheme
> 
> Features:
> (shadow sort gnus-util mail-extr emacsbug message idna format-spec
> rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
> mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
> mm-util mail-prsvr mail-utils jka-compr info openwith easy-mmode dired-x
> easymenu dired androidmk-mode derived slime-autoloads dir-mode grep
> compile comint ansi-color ring browse-url cl-macs gv pgg pgg-parse
> pgg-def cl cl-lib time-date tooltip ediff-hook vc-hooks lisp-float-type
> mwheel ns-win tool-bar dnd fontset image regexp-opt fringe
> tabulated-list newcomment lisp-mode register page menu-bar rfn-eshadow
> timer select scroll-bar mouse jit-lock font-lock syntax facemenu
> font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan
> thai tai-viet lao korean japanese hebrew greek romanian slovak czech
> european ethiopic indian cyrillic chinese case-table epa-hook
> jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces
> cus-face macroexp files text-properties overlay sha1 md5 base64 format
> env code-pages mule custom widget hashtable-print-readable backquote
> make-network-process ns multi-tty emacs)
> 
> 






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

* bug#17592: 24.3; popup dialog hangs emacs
  2014-05-25 22:51 bug#17592: 24.3; popup dialog hangs emacs Rodney Kosloski
  2014-05-26  5:50 ` Jan Djärv
@ 2014-06-19  4:48 ` Song Xie
  1 sibling, 0 replies; 3+ messages in thread
From: Song Xie @ 2014-06-19  4:48 UTC (permalink / raw)
  To: 17592

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

Hi,

I installed Emacs 24.3 using Homebrew on my Mac OS X 10.9.3 with the command

brew install emacs --use-git-head --cocoa --srgb

And I can repro the bug.

Thanks,
Song


> Hello.
> I can't reproduce this with trunk or the emacs-24 branch or a compiled 24.3
> from the tarball.
> Jan D.
> 26 maj 2014 kl. 00:51 skrev Rodney Kosloski <address@hidden>:
> >
> * ==============*>
> * Emacs hangs when executing x-popup-dialog *>
> >
> * Machine: imac *>
> * OS: OX X 10.9.3*>
> * Emacs: macports emacs-app @ 24.3_2*>
>  >
> * Any popup dialog causes emacs to hang.*>
> * For example:*>
> >
> * (x-popup-dialog t '("Working" ("Yes" . t) ("No" . nil)))*>
>  >
> * The dialog appears, the buttons are visible, the button is*>
> * highlighted when clicked but then nothing happens. Emacs is*>
> * completely unresponsive and I have to kill it from a terminal window. *>
> >
> * This happens even if I invoke emacs with -q and immediately execute*>
> * x-popup-dialog.*>
> * ==============*>
> >
> >
> >
> * In GNU Emacs 24.3.1 (x86_64-apple-darwin13.0.0, NS apple-appkit-1265.00)
> *>
> * of 2014-02-08 on tennine-slave.macports.org
> <http://tennine-slave.macports.org>*>
> * Windowing system distributor `Apple', version 10.3.1265*>
> * Configured using:*>
> * `configure '--prefix=/opt/local' '--with-ns' '--without-x' *>
> * '--without-dbus' 'CC=/usr/bin/clang' 'CFLAGS=-pipe -Os -arch x86_64'*>
> * 'LDFLAGS=-L/opt/local/lib -Wl,-headerpad_max_install_names -arch*>
> * x86_64' 'CPPFLAGS=-I/opt/local/include'' *>
> >
> * Important settings:*>
> * value of $LANG: en_US.UTF-8*>
> * locale-coding-system: utf-8*>
> * default enable-multibyte-characters: t*>
> >
> * Major mode: Info *>
> >
> * Minor modes in effect:*>
> * openwith-mode: t*>
> * tooltip-mode: t*>
> * mouse-wheel-mode: t*>
> * tool-bar-mode: t*>
> * menu-bar-mode: t *>
> * file-name-shadow-mode: t*>
> * global-font-lock-mode: t*>
> * font-lock-mode: t*>
> * blink-cursor-mode: t*>
> * auto-composition-mode: t*>
> * auto-encryption-mode: t *>
> * auto-compression-mode: t*>
> * buffer-read-only: t*>
> * column-number-mode: t*>
> * line-number-mode: t*>
> * transient-mark-mode: t*>
> >
> * Recent input: *>
> * <menu-bar> <help-menu> <emacs-manual-bug> <help-echo> *>
> * <help-echo> <help-echo> <down-mouse-1> <mouse-2> <down-mouse-1> *>
> * <down-mouse-1> <down-mouse-1> <down-mouse-1> <down-mouse-1> *>
> * <down-mouse-1> <down-mouse-1> <down-mouse-1> <down-mouse-1> *>
> * <down-mouse-1> <down-mouse-1> <down-mouse-1> <down-mouse-1> *>
> * <down-mouse-1> <down-mouse-1> <down-mouse-1> <down-mouse-1> *>
> * <down-mouse-1> <down-mouse-1> <down-mouse-1> <help-echo> *>
> * <menu-bar> <help-menu> <about-emacs> <help-echo> <menu-bar> *>
> * <buffer> C-a <menu-bar> <help-menu> <send-emacs-bug-report> *>
> * C-g <down-mouse-1> <mouse-1> M-x r e p o r t - e m *>
> * a c s - b u f <backspace> g <return>*>
> >
> * Recent messages:*>
> * Loading /Users/rodneykosloski/quicklisp/slime-helper.el (source)...done *
> >
> * Loading *>
> *
> /Users/rodneykosloski/personal/emacs/android-emacs-toolkit/androidmk-mode.el*
> >
> * [android] /Users/rodneykosloski/local/share/development/android-ndk-r9c*
> >
> * [android]
> /Users/rodneykosloski/local/share/development/android-sdk-macosx *>
> * Loading dired-x...done*>
> * Thursday May 29, 2014*>
> * * mechanics starts: www.edx.org <http://www.edx.org> 8.mrevx*>
> * Package pgg-def is obsolete!*>
> * Package pgg-parse is obsolete! *>
> * Package pgg is obsolete!*>
> * Quit*>
> >
> * Load-path shadows:*>
> * /Users/rodneykosloski/emacs24-app/lisp/custom hides *>
> * /Applications/MacPorts/Emacs.app/Contents/Resources/lisp/custom *>
> * /Users/rodneykosloski/emacs24-app/lisp/xscheme hides *>
> *
> /Applications/MacPorts/Emacs.app/Contents/Resources/lisp/progmodes/xscheme*
> >
> >
> * Features:*>
> * (shadow sort gnus-util mail-extr emacsbug message idna format-spec *>
> * rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231*>
> * mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums*>
> * mm-util mail-prsvr mail-utils jka-compr info openwith easy-mmode dired-x
> *>
> * easymenu dired androidmk-mode derived slime-autoloads dir-mode grep*>
> * compile comint ansi-color ring browse-url cl-macs gv pgg pgg-parse*>
> * pgg-def cl cl-lib time-date tooltip ediff-hook vc-hooks lisp-float-type *
> >
> * mwheel ns-win tool-bar dnd fontset image regexp-opt fringe*>
> * tabulated-list newcomment lisp-mode register page menu-bar rfn-eshadow*>
> * timer select scroll-bar mouse jit-lock font-lock syntax facemenu *>
> * font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan*>
> * thai tai-viet lao korean japanese hebrew greek romanian slovak czech*>
> * european ethiopic indian cyrillic chinese case-table epa-hook *>
> * jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces*>
> * cus-face macroexp files text-properties overlay sha1 md5 base64 format*>
> * env code-pages mule custom widget hashtable-print-readable backquote *>
> * make-network-process ns multi-tty emacs)*>
> >



-- 
Song Xie

[-- Attachment #2: Type: text/html, Size: 7081 bytes --]

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

end of thread, other threads:[~2014-06-19  4:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-25 22:51 bug#17592: 24.3; popup dialog hangs emacs Rodney Kosloski
2014-05-26  5:50 ` Jan Djärv
2014-06-19  4:48 ` Song Xie

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).