Re: [Emacs.app dev]: Bug?

2008-03-25 Thread Carsten Bormann
On Mar 24 2008, at 00:37, Christos Chryssochoidis wrote: > After that, Emacs.app doesn't close but seems "hanged". I guess this > is normal due to the connection to gdb. Yes. You could have typed "cont" again to let Emacs continue terminating. > Hope it helps, It seems the problem occurs in

Re: [Emacs.app dev]: Bug?

2008-03-25 Thread Christos Chryssochoidis
Carsten Bormann wrote: > It seems the problem occurs in the string handling while setting the > window title to the filename. > I can reproduce this with a Kanji, but not with a Hebrew filename (i.e., > the Hebrew filename just works). > Interestingly, the title setting is successful (before th

Re: [Emacs.app dev]: Bug? [possible fix]

2008-03-25 Thread Carsten Bormann
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] miniwindowTitl

Re: [Emacs.app dev]: Bug? [possible fix]

2008-03-25 Thread Christos Chryssochoidis
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: > >

Re: [Emacs.app dev]: Bug? [possible fix]

2008-03-25 Thread Carsten Bormann
> and Emacs.app doensn't crash anymore upon trying to save that file! ...and while you are at it, you also might want to change diff -u -L /Applications/Emacs.app/Contents/Resources/lisp/ frame.el.gz~ -L /Applications/Emacs.app/Contents/Resources/lisp/ frame.el.gz /var/folders/F1/F1O-FmOa2RWcxU

Re: [Emacs.app dev]: Bug? [possible fix]

2008-03-25 Thread Christos Chryssochoidis
On 25 Μαρ 2008, at 7:20 ΜΜ, Carsten Bormann wrote: >> and Emacs.app doensn't crash anymore upon trying to save that file! > > ...and while you are at it, you also might want to change > > diff -u -L /Applications/Emacs.app/Contents/Resources/lisp/ > frame.el.gz~ -L /Applications/Emacs.app/Content

Re: [Emacs.app dev]: Bug? [possible fix]

2008-03-25 Thread Carsten Bormann
On Mar 25 2008, at 20:06, Christos Chryssochoidis wrote: > After applying the patch, pressing C-z in Emacs.app closes it again. You probably didn't byte-compile the file (B in dired). And, of course, you have to reload the byte-compiled file (.elc file) or restart Emacs. C-z is supposed to icon

Re: [Emacs.app dev]: Bug? [possible fix]

2008-03-25 Thread Christos Chryssochoidis
On 25 Μαρ 2008, at 9:48 ΜΜ, Carsten Bormann wrote: > On Mar 25 2008, at 20:06, Christos Chryssochoidis wrote: >> After applying the patch, pressing C-z in Emacs.app closes it again. > > You probably didn't byte-compile the file (B in dired). > And, of course, you have to reload the byte-compiled f