(CC'ing the list - please use plain text in emails as much as possible! Thanks.)
onguarde - <ongua...@gmail.com> writes: > I assume docstring here means the describe function(C-h-f)? > > Note that if key has a local binding in the current buffer, > that local binding will continue to shadow any global binding > that you make with this function. > > Ah, finally figured out that I should instead be using the "local-set-key" > instead, or both. > > (local-set-key key command) > Give key a local binding as command. > The binding goes in the current buffer's local map, > which in most cases is shared with all other buffers in the same major mode. > > Regarding why, I find myself being so unsatisfied with the default bindings > that I just had to do something. Since I'm rather new myself, might as well > customise and get used to it now. It's getting pretty hard to standardise > these > across applications though. That's why it's often better to stick to the default keybindings, at least for such important ones. "Standardization" is then taken care of by the developers, not by you. -- Bastien _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode