i wrote a lisp function to mimic stickies' translucent window toggle  
and discovered that emacs (usually) crashes when non-latin characters  
are visible. e.g.

søren was here (that should be a danish \M-o).
(ns-set-background-alpha 0.8)
(ns-set-background-alpha 1)

evaluating the second lisp command crashes emacs.  gdb points to  
nsterm.m:1808, and commenting out that line does fix the problem.  so  
is it needed, or is there a better solution?
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Emacs-app-dev- mailing list
Emacs-app-dev-@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-

Reply via email to