Skip to content

comment-add value is different from clojure-mode #26

Closed
@Andre0991

Description

@Andre0991

comment-add is 1 in clojure-mode 1, whereas clojure-ts-mode does not set it in clojure-ts-mode-variables. This affects how many ; are added when using comment-region (see the full explanation below).

I guess it would make sense to simply reproduce clojure-mode settings.
I can open a PR for that, if it's the case.

What do you think?

Thanks!


comment-add is a variable defined in ‘newcomment.el’.

Its value is 1
Local in buffer clojure-mode.el; global value is 0

How many more comment chars should be inserted by ‘comment-region’.
This determines the default value of the numeric argument of ‘comment-region’.
The ‘plain’ comment style doubles this value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions