[ESS-bugs] ess-mode 5.2.3; ess-help-mode-hook seems broken
Martin Maechler
maechler at stat.math.ethz.ch
Thu Oct 28 09:48:45 CEST 2004
>>>>> "MM" == Martin Maechler <maechler at stat.math.ethz.ch>
>>>>> on Thu, 28 Oct 2004 09:43:14 +0200 writes:
>>>>> "MarkW" == Mark Wilkinson <wilkin at stat.wisc.edu>
>>>>> on Wed, 27 Oct 2004 19:48:12 -0500 writes:
MarkW> (add-hook 'ess-help-mode-hook
MarkW> '(lambda ()
MarkW> ;; Only works for modified ESS installations:
MarkW> ;; change (run-hooks ess-help-mode-hook)) to
MarkW> ;; (run-hooks 'ess-help-mode-hook))
MarkW> ;; in ess-help.el as late as 5.2.3
MarkW> (local-unset-key "q")
MarkW> (local-set-key "q" 'ess-kill-buffer-and-go)))
MM> Thank you Mark for the bug report (inside the comment(!) above).
MM> I've already committed the fix.
MM> Just a note on your hook definition:
MM> The key 'x' already does what you want,
MM> but you seem to want 'q' to do the same
MM> and forget about the current functionality of "q".
MM> Of course, that's your choice,
MM> but I'm still a bit curious way.
^^^
oops! I meant "why"
Martin Maechler, ETH Zurich
MM> _______________________________________________
MM> ESS-bugs ESS-bugs at stat.math.ethz.ch
MM> https://stat.ethz.ch/mailman/listinfo/ess-bugs
MM> _______________________________________________
MM> ESS-core list: https://stat.ethz.ch/mailman/listinfo/ess-core
More information about the ESS-bugs
mailing list