Re: [Emacs.app dev]: An issue related to emacsclient

2008-07-22 Thread Carsten Bormann
On Jul 22 2008, at 03:56, Adrian Robert wrote: Curious though, how slow really is the exec osascript approach? The patch is a lot of code to replace the 3-line lisp that Carsten posted. (Though I think it's nicer to have it internal.) In my typical use (getting text strings out of apps) my

Re: [Emacs.app dev]: custom-set-faces being ignored? [was Re: Emacs.app now in GNU Emacs CVS]

2008-07-22 Thread Peter Dyballa
Am 22.07.2008 um 03:35 schrieb Denis Bueno: $ find ~/Library/ -iname *Emacs*plist -exec rm -f {} \; # 2 were found The file name is: ~/Library/Preferences/Emacs.plist Could be you deleted: ~/Library/Preferences/ org.gnu.AquamacsEmacs.plist ~/Library/Preferences/ org.gnu.Emacs.plist ...

Re: [Emacs.app dev]: Emacs.app keybindings and OS X integration

2008-07-22 Thread Peter Dyballa
Am 22.07.2008 um 04:46 schrieb Stefan Monnier: Good thanks: so the non-standard bindings are for Super-w rather than for M-w. I'm not sure it's good for mac-command-modifier to default to `super' but at least the M-w binding is kept untouched. Could be this comes from the NeXT ... IMO

[Emacs.app dev]: minor problem with latest version

2008-07-22 Thread Gilbert Harman
Using the CVS version downloaded at about 7 AM EDT, when I start from the terminal I get: ./nextstep/Emacs.app/Contents/MacOS/Emacs qd smoothing: 25165881 (1, 0) Control-C in terminal kills emacs, but quitting terminal does not. do-applescript works! Gil

Re: [Emacs.app dev]: ghost cursor problem is still there

2008-07-22 Thread Adrian Robert
On Jul 21, 2008, at 11:02 PM, David Reitter wrote: On 19 Jul 2008, at 19:16, Adrian Robert wrote: It's been a longstanding TODO to normalize the cursor handling under NS. Both for storing the shape, as mentioned, and also the blink handling. Most of the code that's in there dates from

Re: [Emacs.app dev]: ghost cursor problem is still there

2008-07-22 Thread David Reitter
On 22 Jul 2008, at 08:39, Adrian Robert wrote: Thanks, great stuff! But could you please summarize the changes? It shows like every line was changed (maybe because of indentation?) but it doesn't look like that was actually the case. Could you regenerate the patch w/o indentation/tab

Re: [Emacs.app dev]: custom-set-faces being ignored?

2008-07-22 Thread Stefan Monnier
The file name is: ~/Library/Preferences/Emacs.plist Could be you deleted: ~/Library/Preferences/org.gnu.AquamacsEmacs.plist ~/Library/Preferences/org.gnu.Emacs.plist ... I deleted Emacs.plist and org.gnu.Emacs.plist, just to be sure. I have never used Aquamacs. In any case, it didn't work.

Re: [Emacs.app dev]: custom-set-faces being ignored?

2008-07-22 Thread Stefan Monnier
What is the behavior of the Xwindows version if a custom-set-faces font is not found? I think it depends. At least emacs -fn nosuchfont just exits with Font `no such font' not defined. But otherwise custom-set-faces just fails and Emacs then goes on using the font it would have used

Re: [Emacs.app dev]: Emacs.app crash

2008-07-22 Thread Peter Dyballa
Am 22.07.2008 um 18:30 schrieb Gilbert Harman: Using the CVS version from about 7 am today This is no time. Over the day there are two or three dozen zones that have 7 am. What is your zone's distance to UTC? Or do you know your time zone and whether you have daylight savings time?

Re: [Emacs.app dev]: minor problem with latest version

2008-07-22 Thread Peter Dyballa
Am 22.07.2008 um 13:11 schrieb Gilbert Harman: Control-C in terminal kills emacs Can't reproduce on Tiger (10.4.11), neither in Terminal nor in xterm. Sources from 13:00 UTC. -- Greetings Pete Time flies like an error – but fruit flies like a banana!

Re: [Emacs.app dev]: minor problem with latest version

2008-07-22 Thread Gilbert Harman
I'm no longer getting that either with later versions of CVS today. Gil On Tue, Jul 22, 2008 at 2:53 PM, Peter Dyballa [EMAIL PROTECTED] wrote: Am 22.07.2008 um 13:11 schrieb Gilbert Harman: Control-C in terminal kills emacs Can't reproduce on Tiger (10.4.11), neither in Terminal nor in

Re: [Emacs.app dev]: make -j2 failure

2008-07-22 Thread Adrian Robert
On Jul 22, 2008, at 9:47 PM, Gilbert Harman wrote: Using CVS as of this evening 9:47pm EDT: ... ld: duplicate symbol _Fx_list_fonts in nsfns.o and xfaces.o collect2: ld returned 1 exit status make[1]: *** [temacs] Error 1 make: *** [src] Error 2 I think this relates to the following

[Emacs.app dev]: C-TAB not being registered

2008-07-22 Thread Denis Bueno
On OS X 10.4.11, I am unable to get Emacs.app from around 2300 EDT to register C-TAB. I can get a lot of other Ctrl+something keys, e.g. C-g, C-x 1, C-x 2, C-k, but cannot get C-TAB. I noticed this because I use filecache a lot, and C-TAB searches that. How can I debug this? By the way,