Re: [O] org-eldoc error on shell src blocks

2019-04-07 Thread Nicolas Goaziou
Hello, Takaaki Ishikawa writes: > > I just verified the proposed patch to org-eldoc.el in contrib dir, works well. > But the problem is we lost an appropriate contact point because > https://bitbucket.org/ukaszg/org-eldoc was removed. > Who can amend org-eldoc.el in contribution directory? I app

Re: [O] org-eldoc error on shell src blocks

2019-04-04 Thread Takaaki Ishikawa
Hi folks, I just verified the proposed patch to org-eldoc.el in contrib dir, works well. But the problem is we lost an appropriate contact point because https://bitbucket.org/ukaszg/org-eldoc was removed. Who can amend org-eldoc.el in contribution directory? Best regards, Takaaki > On Mar 31, 20

Re: [O] org-eldoc error on shell src blocks

2019-03-31 Thread 甲斐常伸
Hello, I encounted the same error and I found it happens because "org-eldoc.el" doesn't reflect a value of "org-src-lang-modes". When I redefine "org-eldoc-get-mode-local-documentation-function" to reflect a value of "org-src-lang-modes" as below, the error disappeared. (defun org-eldoc-get-m

Re: [O] org-eldoc error on shell src blocks

2018-02-03 Thread Nicolas Goaziou
Hello, "numbch...@gmail.com" writes: > After some dive in deeper > > - [X] emacs minimal init test, confirmed issue in org-mode. > - [X] from the error log, seems `org-eldoc` try to call `(progn (funcall > mode-func) ...`. This caused `shell-mode()`. > - [ ] check out `org-eldoc.el` source code,

Re: [O] org-eldoc error on shell src blocks

2018-02-03 Thread numbch...@gmail.com
After some dive in deeper - [X] emacs minimal init test, confirmed issue in org-mode. - [X] from the error log, seems `org-eldoc` try to call `(progn (funcall mode-func) ...`. This caused `shell-mode()`. - [ ] check out `org-eldoc.el` source code, have not found any solution or options. Hope some