Hello, I've just upgraded from Debian 'potato' to 3.0 'woody'. Much to my disappointment, I found that my old keyboard macros in XEmacs no longer worked properly. I got results like the following:
<home><end><C-insert><home> <up><S-insert><home><down> Here's a fix that I found with some google research. It turns out that there is a conflict between two libraries with different read-kbd-macro functions. Add this line to init.el file and your keyboard macros will work fine. (load-library "edmacro") I don't know if the problem exists in later versions of Xemacs. The version on my cool new Woody CDs is 21.4.6-8. Regards mark a. bell http://www.users.bigpond.com/m487396 __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
