[nongnu] scratch/editorconfig 9f8cc3e6e8 1/2: (editorconfig-set-local-variables): Get first, set later

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig commit 9f8cc3e6e898e00da7ee06761ee46802807b0077 Author: Stefan Monnier Commit: Stefan Monnier (editorconfig-set-local-variables): Get first, set later In preparation for the use of Emacs-30's `hack-dir-local-get-variables-functions`, split the job of

[nongnu] scratch/editorconfig ad60e1a93e 2/2: Use new Emacs-30 hooks

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig commit ad60e1a93eccd6e7953a41374a869aab5b022797 Author: Stefan Monnier Commit: Stefan Monnier Use new Emacs-30 hooks * editorconfig.el (editorconfig--get-coding-system) (editorconfig--get-dir-local-variables): New functions. (editorconfig-mode):

[nongnu] branch scratch/editorconfig created (now ad60e1a93e)

2024-06-12 Thread Stefan Monnier via
monnier pushed a change to branch scratch/editorconfig. at ad60e1a93e Use new Emacs-30 hooks This branch includes the following new commits: new 9f8cc3e6e8 (editorconfig-set-local-variables): Get first, set later new ad60e1a93e Use new Emacs-30 hooks

[nongnu] scratch/editorconfig-wip c573d24af8 6/7: WiP: reduce allocation in parser

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig-wip commit c573d24af8193421fe733821da75fbca88229ee3 Author: Stefan Monnier Commit: Stefan Monnier WiP: reduce allocation in parser --- editorconfig-core-handle.el | 95 +++-- 1 file changed, 39 insertions(+), 56 deletions(

[nongnu] scratch/editorconfig-wip 7457c878b8 3/7: Misc changes accrued while trying to run the tests

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig-wip commit 7457c878b8700ed02a15f6c22e8256dda4b6bc61 Author: Stefan Monnier Commit: Stefan Monnier Misc changes accrued while trying to run the tests * Makefile (SRCS): Filter out `editorconfig-autoloads.el` and `editorconfig-pkg.el`. (test-ert):

[nongnu] scratch/editorconfig-wip 3d2e0af8af 2/7: Miscellaneous minor changes.

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig-wip commit 3d2e0af8af14f7af592aeb7b5ebd7ea5ef131941 Author: Stefan Monnier Commit: Stefan Monnier Miscellaneous minor changes. * editorconfig.el: Drop redundant `require`s of pcase, nadvice, rx. Remove unnecessary (and incorrect) `defvar`s in `eval-w

[nongnu] scratch/editorconfig-wip dff7b4dc2e 4/7: WiP

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig-wip commit dff7b4dc2e6adc4b8ec8d7dcf169bf132dd42d33 Author: Stefan Monnier Commit: Stefan Monnier WiP --- .dir-locals.el | 4 ++ editorconfig-core-handle.el | 5 +-- editorconfig-core.el| 38 + editorconfig-exec.el

[nongnu] branch scratch/editorconfig-wip created (now 785be24cbd)

2024-06-12 Thread Stefan Monnier via
monnier pushed a change to branch scratch/editorconfig-wip. at 785be24cbd WiP: eliminate O(N^2) complexity in fnmatch translation This branch includes the following new commits: new ed46b54596 Cosmetic changes for compilation purposes new 3d2e0af8af Miscellaneous minor c

[nongnu] scratch/editorconfig-wip ed46b54596 1/7: Cosmetic changes for compilation purposes

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig-wip commit ed46b545960f70a8d29f0e2ef53a6a192836da3f Author: Stefan Monnier Commit: Stefan Monnier Cosmetic changes for compilation purposes * editorconfig.el: Remove redundant `:group`: arguments. Prefer #' to quote function names. ert-tests

[nongnu] scratch/editorconfig-wip 785be24cbd 7/7: WiP: eliminate O(N^2) complexity in fnmatch translation

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig-wip commit 785be24cbdfc783840e3000fc578d794e01612b8 Author: Stefan Monnier Commit: Stefan Monnier WiP: eliminate O(N^2) complexity in fnmatch translation --- editorconfig-fnmatch.el | 162 +--- 1 file changed, 84 inser

[nongnu] scratch/editorconfig-wip c4bb7da5d1 5/7: WiP

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig-wip commit c4bb7da5d1f726212a2b871824d81448e92b0ec6 Author: Stefan Monnier Commit: Stefan Monnier WiP --- editorconfig-core-handle.el | 34 -- 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/editorconfig-core-handl

[nongnu] scratch/editorconfig 0d207c59e1: WiP: Fix test regressions

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig commit 0d207c59e18e7eb2a20ac857ad3055f2fdcb350a Author: Stefan Monnier Commit: Stefan Monnier WiP: Fix test regressions --- Makefile | 2 +- editorconfig.el | 56 --- ert-tests/editorconfig.

[nongnu] branch scratch/editorconfig deleted (was 0d207c59e1)

2024-06-12 Thread Stefan Monnier via
monnier pushed a change to branch scratch/editorconfig. was 0d207c59e1 WiP: Fix test regressions This change permanently discards the following revisions: discards 0d207c59e1 WiP: Fix test regressions

[nongnu] scratch/editorconfig c8031d4983 5/5: WiP: Document test regressions

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig commit c8031d498343280413bcac7f72be337cf8921237 Author: Stefan Monnier Commit: Stefan Monnier WiP: Document test regressions --- Makefile | 2 +- ert-tests/editorconfig.el | 10 ++ 2 files changed, 11 insertions(+), 1 deletion(-) diff

[nongnu] scratch/editorconfig c24ec14b8b 1/5: (editorconfig--should-set): Eliminate `lisp-indent-offset` special case

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig commit c24ec14b8b982468f4ed1296aff1a2e6108e9227 Author: Stefan Monnier Commit: Stefan Monnier (editorconfig--should-set): Eliminate `lisp-indent-offset` special case Instead of treating `lisp-indent-offset` specially in `editorconfig--should-set` (to

[nongnu] scratch/editorconfig 964747660c 2/5: Don't hook into `read-only-mode-hook`

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig commit 964747660cacf01799512e28c8999afea345203e Author: Stefan Monnier Commit: Stefan Monnier Don't hook into `read-only-mode-hook` We shouldn't re-set variables just because `read-only-mode` is (de)activated, and with Emacs-30's hooks it would be e

[nongnu] scratch/editorconfig 54ee2b4862 3/5: (editorconfig-set-local-variables): Get first, set later

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig commit 54ee2b48626e6688c21699253865f57f45ff2679 Author: Stefan Monnier Commit: Stefan Monnier (editorconfig-set-local-variables): Get first, set later In preparation for the use of Emacs-30's `hack-dir-local-get-variables-functions`, split the job of

[nongnu] scratch/editorconfig 9f183805ce 4/5: Use new Emacs-30 hooks

2024-06-12 Thread Stefan Monnier via
branch: scratch/editorconfig commit 9f183805cec5d1757cfd53ab7e375e2367839a2b Author: Stefan Monnier Commit: Stefan Monnier Use new Emacs-30 hooks * editorconfig.el (editorconfig--get-coding-system) (editorconfig--get-dir-local-variables): New functions. (editorconfig-mode):

[nongnu] branch scratch/editorconfig created (now c8031d4983)

2024-06-12 Thread Stefan Monnier via
monnier pushed a change to branch scratch/editorconfig. at c8031d4983 WiP: Document test regressions This branch includes the following new commits: new c24ec14b8b (editorconfig--should-set): Eliminate `lisp-indent-offset` special case new 964747660c Don't hook into `re

[nongnu] scratch/editorconfig 676096fdae: (editorconfig--get-trailing-nl): Fix handling of `mode-require-final-newline`

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig commit 676096fdaedf3bdc1b9326c6d0c24cd42d64db05 Author: Stefan Monnier Commit: Stefan Monnier (editorconfig--get-trailing-nl): Fix handling of `mode-require-final-newline` `mode-require-final-newline` is the customization with which users can say ho

[nongnu] branch scratch/editorconfig-cc created (now 3764c87538)

2024-06-13 Thread Stefan Monnier via
monnier pushed a change to branch scratch/editorconfig-cc. at 3764c87538 Fix text (#342) This branch includes the following new commits: new 38ac903256 Erase initial commit content new 68ad326706 Update EditorConfig url. new d744546fc6 Add root=true to the top .e

[nongnu] scratch/editorconfig-cc ef90cfda83 009/351: Update package information.

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit ef90cfda833faeeb8b92cd528bf9523762efa94e Author: Hong Xu Commit: Stefan Monnier Update package information. --- editorconfig.el | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/editorconfig.el b/editorconfig.el index 646c8

[nongnu] scratch/editorconfig-cc a8ca8c46f7 005/351: Update EditorConfig Core URL.

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit a8ca8c46f75e76565d773c44cc9f36169beaa24c Author: Hong Xu Commit: Stefan Monnier Update EditorConfig Core URL. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7efe102e55..2a5127f32e 100644 --- a/README.md ++

[nongnu] scratch/editorconfig-cc 6bfbea985c 073/351: Catch error thrown from get-properties-function and display it

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 6bfbea985c29952c7c763823639b5337304d539c Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Catch error thrown from get-properties-function and display it This commit also fixes `display-warning' usage. --- editorconfig.el | 26 ++

[nongnu] scratch/editorconfig-cc e69ebeeaa1 010/351: Reset the indentation rule.

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit e69ebeeaa1dd8e4769d5a40e25323db8d8672e59 Author: Hong Xu Commit: Stefan Monnier Reset the indentation rule. --- .editorconfig | 2 ++ editorconfig.el | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconf

[nongnu] scratch/editorconfig-cc a4b8e55bf4 032/351: Make EditorConfig core function pluggable

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit a4b8e55bf4dea4567f165ad5f71694f659610b3d Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Make EditorConfig core function pluggable Close #41 Squashed commit of the following: commit e91aca6f38d9c42be19cc49aafc75ac0

[nongnu] scratch/editorconfig-cc 9e9c4f706a 041/351: Update .editorconfig for Makefile and .gitmodules

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 9e9c4f706a4becbaddf888abc7bb5db77d348946 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Update .editorconfig for Makefile and .gitmodules --- .editorconfig | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) diff

[nongnu] scratch/editorconfig-cc f263d8a45c 095/351: Update instructions about core program

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit f263d8a45cfff8f0c7c052d3b5ed96bc2889cfc1 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Update instructions about core program --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md inde

[nongnu] scratch/editorconfig-cc de2b791957 083/351: Add editorconfig-exclude-modes

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit de2b7919571d374eaf5b9a68f747949b5072895b Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Add editorconfig-exclude-modes --- editorconfig.el | 27 +++ 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/edi

[nongnu] scratch/editorconfig-cc 5bc887b015 017/351: Support web-mode.

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 5bc887b015d0c192133109448debcb1cd0a7b575 Author: Hong Xu Commit: Stefan Monnier Support web-mode. Fix editorconfig/editorconfig#124 --- editorconfig.el | 4 1 file changed, 4 insertions(+) diff --git a/editorconfig.el b/editorconfig.el i

[nongnu] scratch/editorconfig-cc 031ef9c1c1 081/351: Add one variable editorconfig-properties-hash

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 031ef9c1c119b7e8157b3f47af2d922f43564f9a Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Add one variable editorconfig-properties-hash --- editorconfig.el | 8 1 file changed, 8 insertions(+) diff --git a/editorconfig.el b/editorc

[nongnu] scratch/editorconfig-cc 871a69ab90 028/351: Add Hong Xu to contributor list.

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 871a69ab908cb00e69fa5be0f7e4deaabcbe8b5d Author: Hong Xu Commit: Stefan Monnier Add Hong Xu to contributor list. --- CONTRIBUTORS | 8 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 000

[nongnu] scratch/editorconfig-cc c02d94298b 082/351: Add editorocnfig-display-current-properties

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit c02d94298babd6e5a01db4a3b80c1f3c791eff38 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Add editorocnfig-display-current-properties A function useful for debugging. --- editorconfig.el | 19 +++ 1 file changed, 19

[nongnu] scratch/editorconfig-cc 6f7137e593 113/351: Simplify definition of string-integer-p (#96)

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 6f7137e59320014628133a8ae92487097a4dbf4a Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Simplify definition of string-integer-p (#96) --- editorconfig.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/editorconfig

[nongnu] scratch/editorconfig-cc 9fdc9cc689 218/351: Add variable editorconfig-trim-whitespaces-mode

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 9fdc9cc689d33d8b5f5c510da80a155361a07fa4 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Add variable editorconfig-trim-whitespaces-mode --- editorconfig.el | 24 +++- 1 file changed, 11 insertions(+), 13 deletions(-) diff

[nongnu] scratch/editorconfig-cc 13f3c4951c 084/351: Bump required editorconfi-core version

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 13f3c4951c2e33af319b1d33928d700e1cd89a28 Author: Hong Xu Commit: Stefan Monnier Bump required editorconfi-core version Fix #80 --- editorconfig.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editorconfig.el b/editorconf

[nongnu] scratch/editorconfig-cc 2ddf470e7b 062/351: Bump version: 0.6.2

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 2ddf470e7b28ca67819b9627b625e54c46dc0228 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Bump version: 0.6.2 Also use stable version in Package-Requires: there should be no problem with this. --- editorconfig-core-handle.el | 2

[nongnu] scratch/editorconfig-cc b1d254fd14 122/351: Add a :lighter "EditorConfig" for editorconfig-mode.

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit b1d254fd14cd31107e27dada98b7b43e1cc8d63e Author: Hong Xu Commit: Stefan Monnier Add a :lighter "EditorConfig" for editorconfig-mode. --- editorconfig.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editorconfig.el b/editorconfig.

[nongnu] scratch/editorconfig-cc 381cf75a95 070/351: Add ps-mode indentation support

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 381cf75a9513dd72928ab12b946e99316d50e100 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Add ps-mode indentation support --- editorconfig.el | 1 + 1 file changed, 1 insertion(+) diff --git a/editorconfig.el b/editorconfig.el index 2f348e1

[nongnu] scratch/editorconfig-cc c36ed4aeb7 025/351: Version 0.4

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit c36ed4aeb7096abbe455fd91fd4708a413f0c16f Author: Hong Xu Commit: Stefan Monnier Version 0.4 --- editorconfig.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editorconfig.el b/editorconfig.el index 989d8f5702..baeb8350cf 100644 --

[nongnu] scratch/editorconfig-cc de83e09632 243/351: Update docstring

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit de83e09632e119be9ec5cb3c04844a3895708965 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Update docstring --- README.md | 2 +- editorconfig-core-handle.el | 2 +- editorconfig.el | 47 ++

[nongnu] scratch/editorconfig-cc 46eb2863da 031/351: Add autoload cookie

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 46eb2863daa2f391bda9b9f8b0db0db210922b32 Author: USAMI Kenta Commit: Stefan Monnier Add autoload cookie --- editorconfig.el | 1 + 1 file changed, 1 insertion(+) diff --git a/editorconfig.el b/editorconfig.el index 3c72fd0f02..6f5ce71cff 100644 --- a/

[nongnu] scratch/editorconfig-cc 21ea6f23c2 063/351: Support charset property

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 21ea6f23c2e9629dcb45e67a91a5326782464dd9 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Support charset property --- editorconfig.el | 25 ++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/editorconfi

[nongnu] scratch/editorconfig-cc 9bd6af5f0e 097/351: Add EditorConfig group definition

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 9bd6af5f0e33e00f0d5af631e1ab13acd208eff4 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Add EditorConfig group definition --- editorconfig.el | 5 + 1 file changed, 5 insertions(+) diff --git a/editorconfig.el b/editorconfig.el index

[nongnu] scratch/editorconfig-cc d7c6a8befd 128/351: Reidentation for all *.el files.

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit d7c6a8befd4143aea671074ce839ac80ca1619c3 Author: Hong Xu Commit: Stefan Monnier Reidentation for all *.el files. --- editorconfig-conf-mode.el | 60 +-- editorconfig-core-handle.el | 174 +++--- editorconfig-core.el

[nongnu] scratch/editorconfig-cc e452e1d45b 086/351: Bump version to 0.7.4

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit e452e1d45bd27ee405887d40dd6eaeee93661798 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Bump version to 0.7.4 Only Package-Version in editoroconfig.el will be respected so remove from other files. --- bin/editorconfig-el

[nongnu] scratch/editorconfig-cc 92519a8c25 022/351: Don't set indent size if the given value makes no sense.

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 92519a8c255cfd7d2b730842c7cb00304f992735 Author: Hong Xu Commit: Stefan Monnier Don't set indent size if the given value makes no sense. --- editorconfig.el | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/editorconfig.el b/e

[nongnu] scratch/editorconfig-cc 39eca13316 279/351: Add Github Actions build.yaml

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 39eca13316180e5063a5ebaa3e6630d34006a811 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Add Github Actions build.yaml --- .github/workflows/build.yaml | 40 1 file changed, 40 insertions(+) diff --git

[nongnu] scratch/editorconfig-cc 2dbb864922 044/351: Update Makefile to run all tests including core

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 2dbb8649227c34aa415c1b578839e284524bdca5 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Update Makefile to run all tests including core --- Makefile | 65 1 file changed, 65

[nongnu] scratch/editorconfig-cc ac28a9fd1d 015/351: Bump version number

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit ac28a9fd1d5b4bd0130fe78d3428cc1e93bbff7a Author: Hong Xu Commit: Stefan Monnier Bump version number --- editorconfig.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editorconfig.el b/editorconfig.el index 6f60324c9e..b45aac04

[nongnu] scratch/editorconfig-cc 706348108c 181/351: Check editorconfig configs when read only state changes

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 706348108cb5a49743264e5c19b911b7411c8cb7 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Check editorconfig configs when read only state changes --- editorconfig.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editorco

[nongnu] scratch/editorconfig-cc 52abce4b1e 268/351: 2020

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 52abce4b1e06ef7033eac4a682c80eb2ed5937fe Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier 2020 --- bin/editorconfig-el | 2 +- editorconfig-conf-mode.el | 2 +- editorconfig-core-handle.el | 2 +- editorconfig-core.el| 2 +- e

[nongnu] scratch/editorconfig-cc 3a7bb0d820 185/351: Clear translate cache on file reload

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 3a7bb0d8209dbd4fd8cb5ab8825ae5278337adda Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Clear translate cache on file reload --- editorconfig-fnmatch.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/editorconfig-fnma

[nongnu] scratch/editorconfig-cc 97c22ffe64 109/351: Remove link to Marmalade package repository

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 97c22ffe6407ad00fbaf39e06925aeecc7154639 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Remove link to Marmalade package repository Recently we do not update the package in Marmalade repository. --- README.md | 1 - 1 file changed

[nongnu] scratch/editorconfig-cc 68ad326706 002/351: Update EditorConfig url.

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 68ad326706a14a707395501aeb03b579aef83777 Author: Hong Xu Commit: Stefan Monnier Update EditorConfig url. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md new file mode 100644 index 00..ae24132e20 --- /dev/

[nongnu] scratch/editorconfig-cc dbfe71c45c 165/351: Fix Makefile

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit dbfe71c45c05e3e9d7196fab114eae55f2c1f16f Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Fix Makefile --- Makefile | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 19a784af6d..85f5b4fbfd

[nongnu] scratch/editorconfig-cc 0b31539954 072/351: Throw error when editorconfig executable was not found

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 0b31539954f777eaf50cd589db04888a09950e7b Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Throw error when editorconfig executable was not found --- editorconfig.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/edito

[nongnu] scratch/editorconfig-cc b33e5568ff 172/351: Add test for various normal whitespace

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit b33e5568ff166ed7ecdf2bb2734f68c862b2fc3b Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Add test for various normal whitespace Currently core-handle fails to parse files that contain whitespaces like line breaks, horizontal space,

[nongnu] scratch/editorconfig-cc 10be4fd165 006/351: provide feature, use symbol prefix, add commentary,

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 10be4fd165d39baa4394e26256f696a39ab01de3 Author: Jonas Bernoulli Commit: Stefan Monnier provide feature, use symbol prefix, add commentary, remove url from summary --- editorconfig.el | 57 ++

[nongnu] scratch/editorconfig-cc d2963a3313 227/351: Use 0.8.0 for next version

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit d2963a3313955ab50d3a8ba50a3532bc12982b00 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Use 0.8.0 for next version --- editorconfig-core-handle.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editorconfig-core-handle.el

[nongnu] scratch/editorconfig-cc b70817d18d 139/351: Catch error thrown from editorconfig-custom-hooks

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit b70817d18dde84f9f2cde99646a7ac393a3d4b46 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Catch error thrown from editorconfig-custom-hooks And show it as warning. --- editorconfig.el | 8 +++- 1 file changed, 7 insertions(+), 1

[nongnu] scratch/editorconfig-cc baa846c702 226/351: Remove unused tests

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit baa846c702bc6f659bbe6482d7dfe4e96f92636a Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Remove unused tests --- ert-tests/editorconfig-core.el | 9 - 1 file changed, 9 deletions(-) diff --git a/ert-tests/editorconfig-core.el b/ert-te

[nongnu] scratch/editorconfig-cc ee5b70f1e2 068/351: editorocnfig-core: Throw error when parsing .editorconfig failed

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit ee5b70f1e2c4abba5cdf691b957fec337915f8ba Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier editorocnfig-core: Throw error when parsing .editorconfig failed --- editorconfig-core-handle.el | 42 ++ 1 fil

[nongnu] scratch/editorconfig-cc 5986c305c9 167/351: Remove .info and add .texi

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 5986c305c9b7fe98c5b60a64997f914555e1a121 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Remove .info and add .texi --- doc/editorconfig.info | 283 -- doc/editorconfig.texi | 250 +++

[nongnu] scratch/editorconfig-cc e0d8fdbdbb 248/351: Use https for melpa badge

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit e0d8fdbdbb9a9ce9cb584d3251b6cdbe451b0888 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Use https for melpa badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 153aa42eac..902924

[nongnu] scratch/editorconfig-cc 56722d34df 019/351: Add sh-indentation to the list of indent variable.

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 56722d34df673387597dd68e3dd2c179fb0fcb96 Author: Hong Xu Commit: Stefan Monnier Add sh-indentation to the list of indent variable. --- editorconfig.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editorconfig.el b/editorconfig.

[nongnu] scratch/editorconfig-cc 649e645106 076/351: Bump version to 0.7.2

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 649e64510605f829f5404b6416d528a51b452ef4 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Bump version to 0.7.2 --- bin/editorconfig-el | 2 +- editorconfig-core-handle.el | 2 +- editorconfig-core.el| 4 ++-- editorconfig-fn

[nongnu] scratch/editorconfig-cc 32fb0d6b9c 056/351: Use `require` instead of `load` in usage example

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 32fb0d6b9c8d177a0209972af880eebdc573 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Use `require` instead of `load` in usage example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48512e1c

[nongnu] scratch/editorconfig-cc 4e5526d1d9 149/351: Add file_type_emacs entry for .editorconfig

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 4e5526d1d970001e2396ddeaf14a31ed4be74d0d Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Add file_type_emacs entry for .editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig inde

[nongnu] scratch/editorconfig-cc e7a0874591 026/351: Add hook mechanism.

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit e7a0874591b23885e10dc322211ff9f77b944dae Author: Hong Xu Commit: Stefan Monnier Add hook mechanism. --- editorconfig.el | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/editorconfig.el b/editorconfig.el inde

[nongnu] scratch/editorconfig-cc d8742edc38 168/351: Fix make doc command

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit d8742edc38f6e51cca1fe89e54fa3dc5f9f66cf7 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Fix make doc command --- Makefile | 5 +++-- doc/header.txt | 4 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Make

[nongnu] scratch/editorconfig-cc 903e483a70 052/351: Make `editorconfig-apply' an interactive command

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 903e483a700aed386468944809c83979e5d6133a Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Make `editorconfig-apply' an interactive command --- editorconfig.el | 1 + 1 file changed, 1 insertion(+) diff --git a/editorconfig.el b/editorconfig

[nongnu] scratch/editorconfig-cc 0efb6ea02f 039/351: Add 10sr to the contributor list

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 0efb6ea02f52aa8e643fbb0d631bca85af247ff0 Author: Hong Xu Commit: Stefan Monnier Add 10sr to the contributor list --- CONTRIBUTORS | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index bd80c0cb6c..6e525baa0e 100644 --- a/

[nongnu] scratch/editorconfig-cc b5f1eab15e 169/351: Update texi

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit b5f1eab15ea70f1547fb14916fffdb15d7e202b4 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Update texi --- doc/editorconfig.texi | 4 1 file changed, 4 insertions(+) diff --git a/doc/editorconfig.texi b/doc/editorconfig.texi index 7488a2d2

[nongnu] scratch/editorconfig-cc 17ba04ab68 141/351: Update editorconfig-conf-mode lighter text

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 17ba04ab68144e74022a2039310732563554b0a1 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Update editorconfig-conf-mode lighter text --- editorconfig-conf-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editorconf

[nongnu] scratch/editorconfig-cc ca7aeff4b3 159/351: Add variable to disable indent_size when conditions are met for lisp

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit ca7aeff4b38bcb028d3529d8e3902cc0374d3611 Author: Jay Kamat Commit: Stefan Monnier Add variable to disable indent_size when conditions are met for lisp --- editorconfig.el | 23 +++ 1 file changed, 23 insertions(+) diff --git a/edit

[nongnu] scratch/editorconfig-cc d02b7027ae 132/351: Add plugin-tests submodule

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit d02b7027aef8c88fef495db18e58174659249cfc Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Add plugin-tests submodule --- .gitmodules| 3 +++ ert-tests/plugin-tests | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitmodules

[nongnu] scratch/editorconfig-cc 96123213ed 229/351: Add support for Emacs24.5

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 96123213ed4ff3d5e39242a54f854cb93cc84f34 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Add support for Emacs24.5 --- .travis.yml | 1 + editorconfig-core-handle.el | 2 ++ editorconfig.el | 2 +- 3 files changed,

[nongnu] scratch/editorconfig-cc 4fd932bb7c 060/351: Check package metadata using ert framework

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 4fd932bb7cfbe54c93d21811f8142db921737dcd Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Check package metadata using ert framework --- Makefile | 23 +-- ert-tests/metadata.el | 12 2 files cha

[nongnu] scratch/editorconfig-cc 9beb04599a 350/351: Refactor find-file advices (#340)

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 9beb04599ac4e94b434cb4db2e2e68239e7d12cd Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Refactor find-file advices (#340) * Add coding-system test * Refactor find-file advices * Fix test * Fix test

[nongnu] scratch/editorconfig-cc cf6786403a 034/351: Change symbol prefix: edconf -> editorconfig

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit cf6786403ac486bcea5e9feb9eb419852564d407 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Change symbol prefix: edconf -> editorconfig --- editorconfig.el | 141 1 file changed, 102 in

[nongnu] scratch/editorconfig-cc 625073f793 224/351: Implement --hash-merge

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 625073f793eb45502c9c655e1db0e9e2de7d17cb Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Implement --hash-merge --- editorconfig-core.el | 12 1 file changed, 12 insertions(+) diff --git a/editorconfig-core.el b/editorconfig-core

[nongnu] scratch/editorconfig-cc 20c8ea8cc9 174/351: Update travis config file

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 20c8ea8cc95411853829bf42c9bc38a21df5168b Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Update travis config file --- .travis.yml | 17 + 1 file changed, 17 insertions(+) diff --git a/.travis.yml b/.travis.yml new file mode 1

[nongnu] scratch/editorconfig-cc e5bfa5284c 280/351: Do not init submodule in Makefile

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit e5bfa5284cc42031c5b30199913ede7610cdafd1 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Do not init submodule in Makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c787fe4e6c..74dbfdd153 100644

[nongnu] scratch/editorconfig-cc 24c8272763 321/351: Add bash-ts-mode to editorconfig-indentation-alist (#296)

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 24c8272763ab9ba274784c6f6335e2955a16ae87 Author: Mohsin Kaleem Commit: Stefan Monnier Add bash-ts-mode to editorconfig-indentation-alist (#296) Co-authored-by: Hong Xu --- editorconfig.el | 1 + 1 file changed, 1 insertion(+) diff --git a/ed

[nongnu] scratch/editorconfig-cc 4b3784445a 180/351: Add trim-trailing-ws tests

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 4b3784445a0ea21dc49221cdb2a44873824a4812 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Add trim-trailing-ws tests With case where read-only-mode is enabled --- ert-tests/editorconfig.el | 13 + 1 file changed, 13 inserti

[nongnu] scratch/editorconfig-cc 8a2e9be119 131/351: Fix indentations of ert-tests/

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 8a2e9be119b0ff4d063b4034347e8081f48b943f Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Fix indentations of ert-tests/ See #111 --- ert-tests/editorconfig-core-handle.el | 60 +- ert-tests/editorconfig-core.el| 2

[nongnu] scratch/editorconfig-cc 05f63eca50 136/351: Update year in copyright

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 05f63eca5063a5111a4b87fc2e8a24ed668f8f21 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Update year in copyright --- bin/editorconfig-el | 2 +- editorconfig-conf-mode.el | 2 +- editorconfig-core-handle.el | 2 +- editorconfig-c

[nongnu] scratch/editorconfig-cc 06b57e1fb7 309/351: Add emacs 28.1 to test target (#270)

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 06b57e1fb73cdbe1ad9474272b9885acd64cfc3e Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Add emacs 28.1 to test target (#270) --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.

[nongnu] scratch/editorconfig-cc 49c0563f03 285/351: Do not run editorconfig-apply on recentf-save-file (#241)

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 49c0563f03c145a77bb01befbeebf58fecc35394 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Do not run editorconfig-apply on recentf-save-file (#241) --- editorconfig.el | 5 + 1 file changed, 5 insertions(+) diff --git a/editorconfig.el b/e

[nongnu] scratch/editorconfig-cc 87d78d5746 106/351: Add examples for core-handle members

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 87d78d5746bf09d3eb1fc215dfaafbc81fa8bb7b Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Add examples for core-handle members --- editorconfig-core-handle.el | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git

[nongnu] scratch/editorconfig-cc b902de5bb4 294/351: Add debug message to -set-coding-system

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit b902de5bb4af12f829c3d7f77e2d55b98cc753c6 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Add debug message to -set-coding-system --- editorconfig.el | 7 +++ 1 file changed, 7 insertions(+) diff --git a/editorconfig.el b/editorconfig.el i

[nongnu] scratch/editorconfig-cc d744546fc6 003/351: Add root=true to the top .editorconfig.

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit d744546fc6864c0a2a4b524804982656988526b9 Author: Hong Xu Commit: Stefan Monnier Add root=true to the top .editorconfig. --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00

[nongnu] scratch/editorconfig-cc 0b314fcbea 135/351: Update README for some variables

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 0b314fcbea9d3d3193de5a2d366916431464ed3b Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Update README for some variables --- README.md | 35 +-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a

[nongnu] scratch/editorconfig-cc b1643c7360 077/351: Add support for scss-mode

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit b1643c736013da7ceef9f86fa8343b634c6eeb78 Author: Hong Xu Commit: Stefan Monnier Add support for scss-mode --- editorconfig.el | 1 + 1 file changed, 1 insertion(+) diff --git a/editorconfig.el b/editorconfig.el index ff0f662587..0315db7e3e 100644 ---

[nongnu] scratch/editorconfig-cc 0f54515c82 325/351: Load subr-x when compiling (#302)

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 0f54515c82be1b031ec2a2a9c3981ad3c5f694c7 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Load subr-x when compiling (#302) `when-let` depends on this. --- editorconfig.el | 1 + 1 file changed, 1 insertion(+) diff --git a/editorconfi

[nongnu] scratch/editorconfig-cc 490381ede2 154/351: Prepare v0.7.11

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 490381ede2c2880010cb00357de0a021247bb807 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Prepare v0.7.11 --- editorconfig-core.el | 2 +- editorconfig.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editorconf

[nongnu] scratch/editorconfig-cc 1eabf1ce45 110/351: Add link to Melpa stable

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 1eabf1ce450a06ab9d3520aa1604539eebdfaf1a Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Add link to Melpa stable --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aaf8593974..ce

[nongnu] scratch/editorconfig-cc d83aba5206 055/351: Bump version: 0.6.1

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit d83aba5206b164b811460a0546b0d5924cfcd099 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier Bump version: 0.6.1 This release is only for melpa stable and has no change since 0.6 --- bin/editorconfig-el | 2 +- editorconfig-cor

[nongnu] scratch/editorconfig-cc 5f5a7bf03d 237/351: Update commentary section

2024-06-13 Thread Stefan Monnier via
branch: scratch/editorconfig-cc commit 5f5a7bf03d06e01cc2bfbe9646b397024d752368 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier Update commentary section --- editorconfig-core-handle.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editorconfig-core-handle

<    14   15   16   17   18   19   20   21   22   23   >