emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: highlight-indent-guides in display engine


From: Stefan Monnier
Subject: Re: highlight-indent-guides in display engine
Date: Mon, 15 Jul 2019 08:58:00 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> But with this minimal support at least there will be something "good
> enough" for C and all the derived from cc-mode (Java, C++, Ruby, Perl,
> Lua) plus Python, Latex, Makefiles, Bash, Tcl, SQL, Assembly, Rust. So,
> many users will be benefited... I think it is still a good deal right?.

I'm not sure I understand the problem that makes it work for those modes
but not for Lisp.

E.g. in C mode by default we get indentation of this form:

    int main ()
    {
      sfgasfgasfg(tot(x
                      + 3),
                  y);
    }

How is this fundamentally different from what happens in Lisp?


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]