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 14:43:24 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> If it works also for lisp, better then, my concern was that in case
> there are things like:
>
>  (setq
>   isearch-adjusted nil
>   isearch-yank-flag nil)
>
> or `cond', where the indentation is usually one space instead of 2, it
> may become more confusing than beneficial.

My point is that those same kinds of problem can show up in any
major mode.  It may work better in some modes than others, but it's
a question of degree, not a binary "works / doesn't work":

    int main ()
    {
       x = (3 +
            (tmp = y + 1,
             (4 +
              5 +
              6)));
    }



        Stefan




reply via email to

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