-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Indentation for large code blocks #5
Comments
User-friendly remedy for JuliaEditorSupport/julia-emacs/issues/JuliaEditorSupport#5
I'd just like to ping on this issue. It's been open for a long. Fixing this would improve my workflow. |
I think this issue should be closed. Here is the solution (emacs 24.3.1, with Julia-mode loaded) that was posted on discourse: M-X customize-variable |
I think it would be reasonable to have a large value (eg 20000) as the default. It does no harm on a modern computer. |
I concur that the default should be increased. |
Me too. |
Adding my voice to crowd. Ran into this issue myself in the case of a laaaarge testset (slightly above 20 000 chars), and just tried increasing Personally, I also thinks it's better to have issues like "This is super-slow, why is it slow?" rather than "This completely breaks!" |
There's currently a limit of lines/statement per code blocks that can be indented correctly. It is a pretty large limit but can be seen when indenting a large function (e.g. some in
inference.jl
).Reproduce with
Ref JuliaLang/julia#9831 (the original issue of arguments/list is already fixed)
The text was updated successfully, but these errors were encountered: