2016-10-18 13:47 GMT+02:00 Aaron Ecay :
> Hi Fabrice,
>
> shell-mode is a shell emulation mode – what you get when you type M-x
> shell.
But shell-mode is working and I get a cmd.exe prompt (because I'm using
Windows).
> You should use sh (or bash, as applicable) in the header line of
> your s
Hi Fabrice,
shell-mode is a shell emulation mode – what you get when you type M-x
shell. You should use sh (or bash, as applicable) in the header line of
your src blocks.
--
Aaron Ecay
Hi,
In org-eldoc.el, org-eldoc-get-mode-local-documentation-function function,
there is this code:
(with-temp-buffer
(funcall mode-func)
(setq doc-func (and eldoc-documentation-function
(symbol-value
'eldoc-documentation-function)))