Re: [Matlab-emacs-discuss] completion and goto-function in matlab-mode (Doom emacs)

2021-01-18 Thread Uwe Brauer
>>> "KC" == Karthik Chikmagalur writes: >> Sorry for jumping into the discussion (and almost knowing nothing about >> xref), I do use org mode to execute matlab code via babel and I am sure >> other users as well. > Me too, that's why I put it there while I was testing the patch. >> Does this

Re: [Matlab-emacs-discuss] completion and goto-function in matlab-mode (Doom emacs)

2021-01-18 Thread Eric Ludlam
Thanks Karthik, I made that change too and pushed onto the branch. Eric On 1/17/21 11:53 PM, Karthik Chikmagalur wrote: Hi Eric, The `matlab-local-xref` backend is quite useful, thank you for taking the time to go through it. I did notice something in this function: (defun matlab-shell-xref

Re: [Matlab-emacs-discuss] completion and goto-function in matlab-mode (Doom emacs)

2021-01-18 Thread Jonathan Sahar
Thanks Haik! It works!! On Sun, 17 Jan 2021 at 21:35, Haik Silm wrote: > Dear Jonathan, > > I am running Doom Emacs and had the same issue. The problem is > that the temporary output should be removed, but the lines in the > shell-buffer have a special read-only mode. The work-around is to > s

Re: [Matlab-emacs-discuss] completion and goto-function in matlab-mode (Doom emacs)

2021-01-18 Thread Karthik Chikmagalur
> Sorry for jumping into the discussion (and almost knowing nothing about > xref), I do use org mode to execute matlab code via babel and I am sure > other users as well. Me too, that's why I put it there while I was testing the patch. > Does this in anyway influence the part > >> (and (me

Re: [Matlab-emacs-discuss] completion and goto-function in matlab-mode (Doom emacs)

2021-01-18 Thread Uwe Brauer
>>> "KC" == Karthik Chikmagalur writes: > Hi Eric, > The `matlab-local-xref` backend is quite useful, thank you for taking > the time to go through it. I did notice something in this function: > (defun matlab-shell-xref-activate () > "Function to activate xref backend. > Add this function to `