Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

End Command does not Indent #47

Open
ghost opened this issue Feb 4, 2022 · 3 comments
Open

End Command does not Indent #47

ghost opened this issue Feb 4, 2022 · 3 comments

Comments

@ghost
Copy link

ghost commented Feb 4, 2022

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
@wwwjfy
Copy link
Owner

wwwjfy commented Feb 5, 2022

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

@ghost
Copy link
Author

ghost commented Feb 5, 2022

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.

@wwwjfy
Copy link
Owner

wwwjfy commented Feb 5, 2022

noted. let's revisit it if this happens when it's officially released. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant