From: Nidish N. B. <nid...@il...> - 2023-12-19 16:56:50
|
Hello All, I made a couple merge requests but Uwe told me that there are apparently issues merging on sourceforge atm. Here are the links to the two merge requests, just for reference: + https://sourceforge.net/p/matlab-emacs/src/merge-requests/3/ + https://sourceforge.net/p/matlab-emacs/src/merge-requests/4/ The first one was a fix for the fact that emacs 29.1 has removed font-lock-reference-face and we are to use font-lock-constant-face instead. The second is a small fix I had to do to let me work with matlab-shell over a TRAMP session. The issue was that it was initially calling emacsinit.m addressed to the local machine, which matlab of course can't find. I just changed "/home/<user-login-name>/" to "~/" in the command and it reads the right emacsinit file. This still requires that matlab-mode and emacs be installed in the exact same location on the remote machine as on the local machine. It's not ideal, but it serves my purposes for now. I'm sending a single patch file for both the merge requests here. Best, Nidish -- Dr. Nidish Narayanaa Balaji Humboldt Postdoctoral Fellow Institute of Aircraft Propulsion Systems Department of Aerospace Engineering and Geodesy University of Stuttgart Pfaffenwaldring 6 D-70569 Stuttgart Tel.: +49 711 685 69433 e-mail: nid...@il... |