On 25 Μαρ 2008, at 5:38 ΜΜ, Carsten Bormann wrote:
> On Mar 25 2008, at 15:09, Christos Chryssochoidis wrote:
>> /Users/christoschryssochoidis/SXOLH/ΕΙΔΙΚΑ_ΘΕΜΑΤΑ/hw1- 
>> ans.tex
>
> Right.  Just C-x C-f-ing that filename, and then doing anything (C- 
> l), causes an exception in this line:
>
>  title = FRAME_ICONIFIED_P (f) ? [[[view window] miniwindowTitle]  
> UTF8String]
>                                : [[[view window] title] cString];
>
> I have no idea why the second line doesn't say UTF8String as well.
>
> Gruesse, Carsten
>

Bingo! I 've rebuilt Emacs.app with (nsfns.m:659):

   title = FRAME_ICONIFIED_P (f) ? [[[view window] miniwindowTitle]
                           UTF8String]
                        : [[[view window] title] UTF8String];


and Emacs.app doensn't crash anymore upon trying to save that file!

Thank you very much (all of you) for your help!


Christos





-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Emacs-app-dev- mailing list
Emacs-app-dev-@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-

Reply via email to