You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running the newest commit of this repo (a7c953b) and GNU Emacs 29.0.50. I am getting an indent error with the 'end' command, where it doesn't indent at all. I also had the error with no init file. As it has started fairly recently, so I am guessing it has something to do with an Emacs version change. I am looking into fixing it myself, but my emacs-fu is pretty mediocre, so any help would be appreciated.
Example:
function example
if test -f /proc/cpuinfo
echo 'Yay Linux'
else
echo 'Boo not Linux'
end
end
The text was updated successfully, but these errors were encountered:
While I do find 29.0.50 results from search engine, I see the latest official release is 27 on https://www.gnu.org/software/emacs/. Is 29 a beta version? on mac it's still 27
It is, it runs from the master dev branch. To be honest, I had forgotten I had to switched to it for native comp. I pulled up a 26.3 version and the package works fine.
I am running the newest commit of this repo (a7c953b) and GNU Emacs 29.0.50. I am getting an indent error with the 'end' command, where it doesn't indent at all. I also had the error with no init file. As it has started fairly recently, so I am guessing it has something to do with an Emacs version change. I am looking into fixing it myself, but my emacs-fu is pretty mediocre, so any help would be appreciated.
Example:
The text was updated successfully, but these errors were encountered: