Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Create a Cocoa keyboard map for single-line scrolling' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Create a Cocoa keyboard map for single-line scrolling
Authored by: kenahoo on Aug 29, '05 12:52:52PM

I'm actually more interested in the Emacs hint than in the Cocoa hint. :-) I pasted that lisp code into my ~/.xemacs/init.el file, but for some reason I'm unable to bind to control-. and control-; . The two functions do get defined, though, as I can invoke them manually by name, and they work as expected. But when I hit control-. or control-;, I just get the terminal bell (and no scrolling). In the *Messages* buffer I see that my init.el file is indeed being loaded, and when I put gobbledygook into it I do get an error.

The same code seems to work fine for xemacs on linux, i.e. the scrolling actually happens with the bound keys.

Any ideas for what I've got wrong?

-Ken



[ Reply to This | # ]