On Fri, Nov 27, 2009 at 1:12 PM, Lennart Borgman <lennart.borg...@gmail.com> wrote: > On Fri, Nov 27, 2009 at 11:40 AM, Ulrike Fischer <ne...@nililand.de> wrote: >> I'm still trying to get Ctrl+o, Ctrl+s, Ctrl+w + Ctrl+f to do >> something similar as in other windows applications. >> >> I have erased my previous emacs version (including the .emacs-file) >> and installed the newest patched version >> (GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) >> of 2009-11-04 on LENNART-69DE564 (patched)) >> >> I have enabled all emacs32 defaults (that worked), I have enable the >> loading of Nxhtml (worked fine too) and then I tried to toggle on >> the rebinding of Ctrt+o and now I get an warning/error message >> starting with: >> >> Warning (t): invalid (key-sequence :tag "Emacs key binding" :value >> "C-a" :parent (list :args ((key-sequence :tag "Emacs key binding" >> :value "") (string :tag "Why rebind" :value "") (boolean :tag >> "Rebinding on/off") (choice :tag "Move original by" :args ((const >> :tag "Don't put it on any new binding" :args nil :value nil) (choice >> :tag "Add key binding modifier" :args ((const :args nil :value meta) >> (const :args nil :value control) (const :args nil :value shift))) >> (key-sequence :tag "New binding for original function" :value ""))) >> (command :tag "New command on above key" :value "ignore")) :value >> ([(control 97)] "C-a >> >> .... >> >> And the message buffers says: >> >> custom-variable-set: Symbol's function definition is void: >> edmacro-parse-keys > > > Thanks for reporting this. Does it help to put > > (require 'edmacro) > > at the top of rebind.el?
Ehum, or rather at the top of new-key-seq-widget.el? (Wonder if that code is not in CVS Emacs now?)