Re: [O] org-eldoc and shell

2016-10-18 Thread Fabrice Popineau
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

Re: [O] org-eldoc and shell

2016-10-18 Thread Aaron Ecay
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

[O] org-eldoc and shell

2016-10-15 Thread Fabrice Popineau
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)))