On Jan 20, 2006, at 9:15 PM, Adam Ratcliffe wrote:

Hi Adrian

I've now fully replaced carbon emacs with Emacs.app and am extremely happy with it, just a couple of small wrinkles to iron out.

The key combination C-<RET> used for completion in nxml-mode doesn't seem to be working for me. If I run the command M-x view- lossage immediately after pressing the key combination I see the <RET> key only.

Yes, I could replicate this.. if you do C-h k then C-<RET>, it says you just pressed <RET>. Probably a quirk in the keyboard handling, in nsterm.m (starts from the -keyDown: method). Line 3672 might have something to do with it, but I don't have time to investigate this now..


I have the dock set up to automatically hide but Emacs.app doesn't take this into account when setting the initial window size, it always leaves enough space beneath the window to accomodate the dock whether it's showing or not.

Hmm.. My first guess is that x-display-pixel-height (in nsfns.m) gets called somewhere during startup and the value it gets from the system excludes the dock. If this is the reason, maybe there's some Cocoa call to determine the dock state? Seems like this shouldn't be necessary, but if it's an Apple bug we probably just have to work around it..


Adrian



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Emacs-app-dev- mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-

Reply via email to