Re: Keyboard definitions save
"Stephen J. Turnbull" <[email protected]>
| Newsgroups | gmane.emacs.xemacs.general,gmane.emacs.xemacs.beta |
|---|---|
| Organization | The XEmacs Project |
| Message-ID | <[email protected]> |
>>>>> "Hansen" == Hansen Martin <[email protected]> writes: Hansen> When i in xemacs ver. 21.4.13 set a key-definition using Hansen> menu: "options -> keyboard and mout -> set key" It work Hansen> fine but my changes are not saved even i chose menu: Hansen> "options -> save options ti initfile" Hansen> So next time i start i have set my keys once more Hansen> Is this a feature or a bug? It's a "fug", or maybe a "beature". The function bound to that menu item is doing what it is documented to do, which is installing the definition into the existing global keymap. At that point it becomes anonymous, and the only way to save your new binding is to save the whole map, which you don't want to do (you'll essentially freeze your keymap in place, and miss any future improvements, and possibly overwrite bindings from new packages etc). I think that anything that is invoked from that menu _should_ be savable, so I'll put the issue in the queue as a feature request. But it will (AFAIK right now) require new code, not just fixing the old function, so who knows when it will get to the front of the line. :-/ -- Institute of Policy and Planning Sciences http://turnbull.sk.tsukuba.ac.jp University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN Ask not how you can "do" free software business; ask what your business can "do for" free software.