GNU bug report logs -
#62994
Support styled underlines on TTY frames
Previous Next
Full log
View this message in rfc822 format
> From: Mohsin Kaleem <mohkale <at> kisara.moe>
> Cc: 62994 <at> debbugs.gnu.org
> Date: Fri, 21 Apr 2023 19:43:07 +0100
>
> Mohsin Kaleem <mohkale <at> kisara.moe> writes:
>
> > Cool, doesn't seem to be in the Emacs repo but I'm guessing it's this
> > [1]. I'll try to adapt to it.
>
> I still don't get how to apply this to this repo Eli. You mentioned using
> tabs and spaces but every lines aside from a nested expression starts
> with 2 spaces. Some times there's 3 levels deep of expressions all
> indented with spaces and then one tab width just wide enough at 8
> characters to appear like it's indented with spaces atop the previous
> scope.
>
> Can I just do leading indent with tabs matching current indentation
> level, curly braces 2 space ahead of the parent indent, and spaces ahead
> of tabs to align a parenthesized expression or multi line condition with
> the previous line?
Why are you doing this manually? Emacs does that for you, as soon as
you set indent-tabs-mode to a non-nil value. .dir-locals.el in the
Emacs Git repository should do that automatically; it already does on
the release branch and soon will be doing that on the master branch as
well. And to reformat existing code, make a region around it and
invoke "M-x tabify".
There should be no need to insert tabs and spaces manually.
This bug report was last modified 1 year and 50 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.