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
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
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
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:
>
>
> 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
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
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
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