all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yuan Fu <casouri@gmail.com>
To: Daniel Colascione <dancol@dancol.org>
Cc: emacs-devel@gnu.org
Subject: Re: c-ts-mode style customization
Date: Thu, 23 Mar 2023 12:20:34 -0700	[thread overview]
Message-ID: <79B5F13D-6718-4B47-9CDA-485A07AF36BC@gmail.com> (raw)
In-Reply-To: <1870cd213f8.2829.cc5b3318d7e9908e2c46732289705cb0@dancol.org>



> On Mar 22, 2023, at 9:55 PM, Daniel Colascione <dancol@dancol.org> wrote:
> 
> 
> 
> On March 22, 2023 20:21:22 Yuan Fu <casouri@gmail.com> wrote:
> 
>>> On Mar 22, 2023, at 5:05 PM, Daniel Colascione <dancol@dancol.org> wrote:
>>> 
>>> 
>>> 
>>> On March 22, 2023 19:58:22 Yuan Fu <casouri@gmail.com> wrote:
>>> 
>>>>> On Mar 22, 2023, at 8:53 AM, Daniel Colascione <dancol@dancol.org> wrote:
>>>>> 
>>>>> Shouldn't customization of styles in c-ts-mode look more like cc-mode's
>>>>> style machinery? Right now, the closest thing we have to defining a new
>>>>> style is add-advice on c-ts-mode--indent-styles, which isn't
>>>>> particularly convenient or future-proof. You can't drop a new style in,
>>>>> say, .dir-locals.
>>>>> 
>>>> 
>>>> Actually, you can define a custom function, say, c-ts-mode-my-style, and set c-ts-mode-indent-style to the name of it.
>>>> 
>>>> Yuan
>>> 
>>> 
>>> But that doesn't add the new style to the UI selection menu and doesn't let you define a style in dir-locals. IMHO, cc-mode got this right.
>> 
>> You can set c-ts-mode-indent-style in dir-locals, no?
> 
> 
> No, because I can set that variable only to one of the predefined styles or to a function, and a function isn't a safe value of a directory local variable.

I see, then an alist should solve this.

> 
>> You have a point for UI selection, we can add a c-ts-mode-indent-style-alist that maps style names to rules/functions that returns rules, like c-style-alist.
> 
> Why this emphasis on functions? Why would we want the alist values to be functions instead of just lists of rules?

Nothing except that that’s how it is right now. It certainly wouldn’t harm to allow functions, no?

Anyway, I agree with the general idea. I’ll add the option to set a rule alist.

Yuan


  reply	other threads:[~2023-03-23 19:20 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-22 15:53 c-ts-mode style customization Daniel Colascione
2023-03-22 16:48 ` Eli Zaretskii
2023-03-22 23:58 ` Yuan Fu
2023-03-23  0:05   ` Daniel Colascione
2023-03-23  0:20     ` Yuan Fu
2023-03-23  4:55       ` Daniel Colascione
2023-03-23 19:20         ` Yuan Fu [this message]
2023-03-23 21:06           ` Daniel Colascione
2023-03-23 23:44             ` Yuan Fu
2023-03-24  6:19               ` Eli Zaretskii
2023-03-24  7:02                 ` Yuan Fu
2023-03-24 11:37                   ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=79B5F13D-6718-4B47-9CDA-485A07AF36BC@gmail.com \
    --to=casouri@gmail.com \
    --cc=dancol@dancol.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.