On 11/27/07, Robert Casties <[EMAIL PROTECTED]> wrote: > Ben Lowery wrote: > > Peter Jones wrote: > >> 1) I had to use the Property List Editor to change my cursor type to > >> "bar". I had used the Emacs.app preferences in rc2 to make it "line", > >> which isn't supported anymore. Emacs.app wouldn't start until I made > >> this change. > >> > >> 2) describe-key is broken "describe-key: Wrong type argument: stringp, t" > >> > >> > > 3) Scrolling using the trackpad or the mouse wheel no longer works. I'm > > getting the message <wheel-down> is undefined (and double-wheel-down, > > triple-wheel-down too) when trying to scroll down in a document using > > the mouse wheel. Anyone else seeing this? > > Yes, the same with me. > > Deleting .emacs and Library/Preferences/... didn't help.
Sorry about this. There were a lot of changes that came with the multi-tty merge. Maybe I rushed the release. This problem I think has to do with the fact that many key bindings / definitions are now frame-local, since tty frames need different ones. I evidently did not set this up completely correctly. I'm looking for a fix but not much time available right now. Compare the lisp for x-setup-function-keys in lisp/term/ns-win.el and lisp/term/x-win.el. I had them similar, then the x-win version did another set of changes right before release, and I didn't catch it. Fixing this up MIGHT fix the problem.. Adrian ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Emacs-app-dev- mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-
