[nongnu] elpa/systemd 6f2e31e 048/131: add a mode menu

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 6f2e31ed7cf6cdba179fabc3c304ed520bd09a8c Author: Mark Oteiza Commit: Mark Oteiza add a mode menu --- systemd.el | 8 1 file changed, 8 insertions(+) diff --git a/systemd.el b/systemd.el index b79074b..383b805 100644 --- a/systemd.el +++ b/systemd.el @@

[nongnu] elpa/swift-mode 0e6b044 408/496: Make highlighting symbols in standard library optional

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 0e6b044db527e2832ae360d39246e1f4cf81869b Author: taku0 Commit: taku0 Make highlighting symbols in standard library optional --- swift-mode-font-lock.el | 335 ++-- 1 file changed, 207 insertions(+), 128 deletions(-)

[nongnu] elpa/systemd e7a2efb 021/131: mention `package-install-file` in README

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit e7a2efbac3913dcfde4a7844cbd75ba7d5154e47 Author: Mark Oteiza Commit: Mark Oteiza mention `package-install-file` in README --- README | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index 4f6fccc..de3f066 100644 --- a/READ

[nongnu] elpa/systemd 175d45f 047/131: checkdoc

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 175d45fee63b34ebae6f4f4fd41e1f16a2384515 Author: Mark Oteiza Commit: Mark Oteiza checkdoc --- systemd-company.el | 4 ++-- systemd.el | 23 --- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/systemd-company.el b/syst

[nongnu] elpa/swift-mode ca6437a 116/496: Merge pull request #29 from ap4y/master

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit ca6437a079036f8a101b492374d1884b8c50e1c6 Merge: 699e896 0fcf3ab Author: Bozhidar Batsov Commit: Bozhidar Batsov Merge pull request #29 from ap4y/master Set of improvements and fixes #1 --- swift-mode.el | 82 --

[nongnu] elpa/swift-mode d35275b 417/496: Remove unused variables

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit d35275b90de05f62afda02f7a57c48649bfd147a Author: taku0 Commit: taku0 Remove unused variables --- swift-mode-beginning-of-defun.el | 1 - swift-mode-font-lock.el | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/swift-mode-begin

[nongnu] elpa/systemd 5b68986 024/131: add C-c C-d for opening systemd.directives(7)

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 5b6898630dbb6629bdb7152248d74f63540c9f55 Author: Mark Oteiza Commit: Mark Oteiza add C-c C-d for opening systemd.directives(7) --- systemd.el | 6 ++ 1 file changed, 6 insertions(+) diff --git a/systemd.el b/systemd.el index a0141fa..a5ecd7c 100644 --- a/sys

[nongnu] elpa/swift-mode d77b2df 122/496: Enable nested flag 'n' for C-style multi-line comments

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit d77b2df34635c60e716329c2b80f9762699ea7ea Author: ap4y Commit: ap4y Enable nested flag 'n' for C-style multi-line comments --- swift-mode.el | 4 ++-- test/font-lock-tests.el | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/swift

[nongnu] elpa/systemd 1a7af12 051/131: no strings with single quotes either

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 1a7af1239baad382a15c512e997441ddbcbd137d Author: Mark Oteiza Commit: Mark Oteiza no strings with single quotes either --- systemd.el | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd.el b/systemd.el index 967bca1..7cf6327 100644 --- a/systemd.el +++ b/s

[nongnu] elpa/systemd 00a2520 028/131: add Package-Requires for emacs 24.3 (setq-local)

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 00a2520f65cfb63cc1b5d05e4b70c17dd9efa3f6 Author: Mark Oteiza Commit: Mark Oteiza add Package-Requires for emacs 24.3 (setq-local) --- systemd.el | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd.el b/systemd.el index a740327..3a48a75 100644 --- a/system

[nongnu] elpa/systemd dbf7830 057/131: happy new year

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit dbf78305d435888ef251795c65e702b424e9956b Author: Mark Oteiza Commit: Mark Oteiza happy new year --- systemd-company.el | 2 +- systemd.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/systemd-company.el b/systemd-company.el index

[nongnu] elpa/swift-mode e168b34 128/496: Don't use implicit semicolon for multi-line dot expressions

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit e168b3490305e265a7332346ceb427f1b78aa309 Author: ap4y Commit: ap4y Don't use implicit semicolon for multi-line dot expressions --- swift-mode.el | 3 ++- test/indentation-tests.el | 18 ++ 2 files changed, 20 insertions(+), 1 delet

[nongnu] elpa/swift-mode 0b1e5e8 420/496: Support raw texts

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 0b1e5e8ec5c65264690815cd64dd5ae31937d9f3 Author: taku0 Commit: taku0 Support raw texts https://github.com/apple/swift-evolution/blob/master/proposals/0200-raw-string-escaping.md --- swift-mode-lexer.el | 121 +---

[nongnu] elpa/swift-mode f847923 419/496: Highlight more compiler directives

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit f847923de3e26930c83c7efa1e215376f3d004f5 Author: taku0 Commit: taku0 Highlight more compiler directives --- swift-mode-font-lock.el | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/swift-mode-font-lock.el b/swift-mode-font-lock.

[nongnu] elpa/systemd 2b70f83 035/131: these groups need not be nested

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 2b70f833fdc0de88080e19d94f5a6431da7f6df1 Author: Mark Oteiza Commit: Mark Oteiza these groups need not be nested --- systemd.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.el b/systemd.el index 64dc2dc..79a0697 100644 --- a/systemd

[nongnu] elpa/systemd a434645 063/131: improvements to autoload regexen

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit a434645e766f69144fbb4047ddbeb5f4b8ebf0f6 Author: Mark Oteiza Commit: Mark Oteiza improvements to autoload regexen many thanks to @Lompik * don't match empty unit names. AIUI unit names are alphanumeric with the exception of the group [-_.@], non

[nongnu] elpa/swift-mode f62cd58 423/496: Change standard values for executables

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit f62cd5844557f2df2279c8cd587dbfd28dc92887 Author: taku0 Commit: taku0 Change standard values for executables --- swift-mode-repl.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/swift-mode-repl.el b/swift-mode-repl.el index 9f

[nongnu] elpa/systemd cd22a2c 065/131: use a-zA-Z0-9

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit cd22a2c25074a63f206248db26ef5af6505de728 Author: Mark Oteiza Commit: Mark Oteiza use a-zA-Z0-9 the alphanum class matches multibyte characters, and matching only alphanumeric ASCII is what is desired here --- systemd.el | 6 +++--- 1 file changed, 3

[nongnu] elpa/systemd 968ae5e 039/131: bump for bug fix

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 968ae5ee04239b62d6e391bbd4636758646c8b7a Author: Mark Oteiza Commit: Mark Oteiza bump for bug fix --- systemd.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.el b/systemd.el index 05dee90..7fbc5bb 100644 --- a/systemd.el +++ b/syste

[nongnu] elpa/swift-mode 835c3d3 132/496: Merge pull request #40 from ap4y/improve_37

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 835c3d3f524325789256d9abfde9152be277a073 Merge: abd6e07 2593659 Author: Bozhidar Batsov Commit: Bozhidar Batsov Merge pull request #40 from ap4y/improve_37 Improve indentation for multi-line dot expression with dot positioned on the second line --- s

[nongnu] elpa/swift-mode 4a56636 432/496: Update test data

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 4a56636c749cb996f250875f506a47af0a262b53 Author: taku0 Commit: taku0 Update test data --- test/swift-files/imenu/imenu-expected.el | 58 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/test/swift-files/imenu/ime

[nongnu] elpa/swift-mode c08c3a1 138/496: Define dot-exp smie rule as combination of ids rather than expressions

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit c08c3a16ed4089fe0e140c00f51213dd15058d0d Author: ap4y Commit: ap4y Define dot-exp smie rule as combination of ids rather than expressions --- swift-mode.el | 2 +- test/indentation-tests.el | 9 + 2 files changed, 10 insertions(+), 1 deleti

[nongnu] elpa/systemd bd1b86e 072/131: woops!

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit bd1b86eecd1c126409acf9dab3de9daa5dc2012d Author: Mark Oteiza Commit: Mark Oteiza woops! --- tests/systemd-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/systemd-tests.el b/tests/systemd-tests.el index 8207eba..0703017 100644 --

[nongnu] elpa/systemd 070e15e 060/131: autoload temp files generated by sd's tempfn_random

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 070e15e4c083c43c716a223168a27497d5bfdef9 Author: Mark Oteiza Commit: Mark Oteiza autoload temp files generated by sd's tempfn_random * adds 16 random hex digits to the end of file name * instead of a bunch of autoloads, draw regexp into a pair of defc

[nongnu] elpa/swift-mode 2eb3952 136/496: Merge pull request #45 from ap4y/dot_in_string_interpolation

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 2eb3952b737fd380555894ecef2be01f983b7963 Merge: 18ea989 4059bc1 Author: Bozhidar Batsov Commit: Bozhidar Batsov Merge pull request #45 from ap4y/dot_in_string_interpolation Add dot(.) to the allowed symbols inside string interpolation --- swift-mode.e

[nongnu] elpa/systemd a73c16a 085/131: nix LOCAL argument for adding to company-backends

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit a73c16aac02221c2348cb3bfce43a74949432a3c Author: Mark Oteiza Commit: Mark Oteiza nix LOCAL argument for adding to company-backends --- systemd.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.el b/systemd.el index 3c42a25..f80e7f3 10

[nongnu] elpa/swift-mode 5e3ab8c 139/496: Apply swift-indent-multiline-statement-offset to the multi-line

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 5e3ab8cd253bc5311475833532342285f3e8c21b Author: ap4y Commit: ap4y Apply swift-indent-multiline-statement-offset to the multi-line statements with hanging operator --- swift-mode.el | 6 ++ test/indentation-tests.el | 10 ++ 2 file

[nongnu] elpa/swift-mode b260308 451/496: Declare local variables

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit b260308e922bd0361779f66a2e5bc1ef0aae4d30 Author: taku0 Commit: taku0 Declare local variables --- test/swift-mode-test-beginning-of-defun.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/swift-mode-test-beginning-of-defun.el b/te

[nongnu] elpa/systemd 0c871fc 042/131: Use four different candidate lists:

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 0c871fc508deb2fe84dab948d320fea36b851645 Author: Mark Oteiza Commit: Mark Oteiza Use four different candidate lists: Section vs directive, normal unit vs network configuration --- systemd-company.el | 37 + 1 file chan

[nongnu] elpa/systemd 9fc0545 061/131: move systemd-font-lock-keywords

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 9fc054586da6a2f37c4972ce6433881274e45796 Author: Mark Oteiza Commit: Mark Oteiza move systemd-font-lock-keywords --- systemd.el | 44 ++-- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/systemd.el b/systemd

[nongnu] elpa/systemd 7769000 086/131: bump to 0.4.1

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 7769000ba6b395dfaa2c6b0fce48ae5d5cd9a035 Author: Mark Oteiza Commit: Mark Oteiza bump to 0.4.1 --- systemd.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.el b/systemd.el index f80e7f3..33a884c 100644 --- a/systemd.el +++ b/systemd.

[nongnu] elpa/swift-mode 88a83ad 145/496: Apply DECSPEC token class only for functions

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 88a83adda4beb330824e5bae3df747dd665d52eb Author: ap4y Commit: ap4y Apply DECSPEC token class only for functions --- swift-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/swift-mode.el b/swift-mode.el index f16fbe9..07d9c07 100644

[nongnu] elpa/swift-mode 8a7be9c 424/496: Use remap for keymap

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 8a7be9c2f161639c125de65e2b213a13b0de291d Author: taku0 Commit: taku0 Use remap for keymap --- swift-mode.el | 27 --- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/swift-mode.el b/swift-mode.el index a7e7c24..ce1bef1 1

[nongnu] elpa/swift-mode 1268425 455/496: Add links to various formatters

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 1268425311ab20f1618df4e52cb1b79e28b553df Author: taku0 Commit: taku0 Add links to various formatters --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 68df61d..98018cd 100644 --- a/README.md +++ b/README.md @@ -19

[nongnu] elpa/swift-mode 773219a 142/496: Treat default clause for case statement as a whole with colon in bnf

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 773219a11063af8bb2b9af2ac7c2406247bdddbd Author: ap4y Commit: ap4y Treat default clause for case statement as a whole with colon in bnf grammar This commit removes ambiguity from case statement grammars, it seems default lexer parses this state

[nongnu] elpa/systemd bf39be2 062/131: assimilate systemd-company.el into systemd.el

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit bf39be20e4f03ee727d13affcf5549b9994c0d73 Author: Mark Oteiza Commit: Mark Oteiza assimilate systemd-company.el into systemd.el hopefully didn't break everything \o/ * eventual goal is to have the large lists generated at byte compile time from t

[nongnu] elpa/swift-mode 2ab9ea1 458/496: Bump version to 8.0.2

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 2ab9ea1784a12a482ed9e3fb284b7a7658f40fff Author: taku0 Commit: taku0 Bump version to 8.0.2 --- swift-mode-beginning-of-defun.el | 2 +- swift-mode-font-lock.el| 2 +- swift-mode-imenu.el| 2 +- swift-mode-i

[nongnu] elpa/systemd bf7b281 088/131: nix unneeded arg

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit bf7b281cdbae4ad99a7d7394d40ba8fd64a3e9c8 Author: Mark Oteiza Commit: Mark Oteiza nix unneeded arg --- systemd.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.el b/systemd.el index 33a884c..a96f4cd 100644 --- a/systemd.el +++ b/syste

[nongnu] elpa/swift-mode 9c716c1 155/496: Update README

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 9c716c11f7fc1594a14aafcbe301acb405ab7efd Author: ap4y Commit: ap4y Update README --- README.md | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d96c4fc..edec659 100644 --- a/README.md +++ b/README.md @@ -10

[nongnu] elpa/systemd fa1277d 092/131: add reminder

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit fa1277d1cd955b031a943d52d370e97aec3f2cac Author: Mark Oteiza Commit: Mark Oteiza add reminder The new regex is not too hard to generate with some set/combinatorics fun, but perhaps going about this a different way would be better (let ((s (

[nongnu] elpa/systemd 3580191 067/131: add autoload regex tests

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 35801910e7e20130d3b4da2da0a893fa7df097dd Author: Mark Oteiza Commit: Mark Oteiza add autoload regex tests --- Makefile | 7 - tests/systemd-tests.el | 81 ++ 2 files changed, 87 insertions(+), 1 d

[nongnu] elpa/swift-mode 323bb97 457/496: Update copyright notices

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 323bb9716d18b6d468ec939b6a95d4af8ac9a10d Author: taku0 Commit: taku0 Update copyright notices --- swift-mode-beginning-of-defun.el | 2 +- swift-mode-font-lock.el| 2 +- swift-mode-indent.el | 2 +- swift-mod

[nongnu] elpa/systemd a2c60f4 096/131: happy belated new year

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit a2c60f407ad6f7909ef76277eb782ce53ff455a5 Author: Mark Oteiza Commit: Mark Oteiza happy belated new year --- tests/systemd-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/systemd-tests.el b/tests/systemd-tests.el index 0703017..b

[nongnu] elpa/swift-mode edec7d5 471/496: Suppress a doccheck warning for old versions

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit edec7d59b04d7a9438d4def0795a75466f874c8b Author: taku0 Commit: taku0 Suppress a doccheck warning for old versions --- Eldev | 1 + Makefile | 8 +- scripts/lint_in_docker.sh | 18 scripts/run_linter.sh | 6 +

[nongnu] elpa/systemd 6fd29c5 070/131: font lock keywords: comments and sections

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 6fd29c5c85def7e9bc853c042eae82d0ba4f7fc8 Author: Mark Oteiza Commit: Mark Oteiza font lock keywords: comments and sections * let comments be prefixed with whitespace * match ignored "X-" section headers --- systemd.el | 4 ++-- 1 file changed, 2 inse

[nongnu] elpa/systemd 930e82e 100/131: font lock additional exec prefix

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 930e82e5fefe8a8a05bb0145002380287bb4ec02 Author: Mark Oteiza Commit: Mark Oteiza font lock additional exec prefix --- systemd.el | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/systemd.el b/systemd.el index 1b79065..3e

[nongnu] elpa/swift-mode cba6718 472/496: Exclude 25.1 from GitHub Action

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit cba6718d3a35d6b0f2790941fe2fc25633394e27 Author: taku0 Commit: taku0 Exclude 25.1 from GitHub Action --- .github/workflows/run-test.yml | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-test.yml b/.github/workflows/r

[nongnu] elpa/swift-mode d7b13b0 150/496: Convert targeted sdk flycheck option from list to string

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit d7b13b09f636550d1993a6823b9c87ebdb49972c Author: ap4y Commit: ap4y Convert targeted sdk flycheck option from list to string swiftc frontend doesn't support multiple parameters for the `--sdk` key --- swift-mode.el | 7 --- 1 file changed, 4 insert

[nongnu] elpa/systemd 5cb70eb 069/131: change dropin filename restrictions

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 5cb70eb68420c6bda58a6c356aaeaf2942b31d0a Author: Mark Oteiza Commit: Mark Oteiza change dropin filename restrictions * do not match in .d/ subdirectories * there are no restrictions on dropin config file base names --- systemd.el | 3 +--

[nongnu] elpa/swift-mode 67fd6a9 160/496: Fix indentation of multiline operator expressions

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 67fd6a9ada58f33c87445901561ad2e7fd475ecf Author: Christian Kruse Commit: Christian Kruse Fix indentation of multiline operator expressions Expressions with multiple operators over multiple lines got indented one offset deeper per line break. An add

[nongnu] elpa/swift-mode 02a1726 476/496: Introduce some font-lock tests

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 02a17262276cb93d0939b24e73afff10e8b01347 Author: Daniel Martín Commit: taku0 Introduce some font-lock tests For now, they are only focused on swift-mode:negation-char-face. --- test/swift-files/font-lock/font-lock.swift | 51 +++ test/swi

[nongnu] elpa/systemd 2c71ec5 103/131: systemd 234.11

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 2c71ec55291eca382305b1f31020e0396907534d Author: Mark Oteiza Commit: Mark Oteiza systemd 234.11 --- network-directives.txt | 11 +++ unit-directives.txt| 5 + 2 files changed, 16 insertions(+) diff --git a/network-directives.txt b/network-direct

[nongnu] elpa/systemd ff523bc 071/131: woops

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit ff523bc3dac98fce5325d66fb330ea19154417f5 Author: Mark Oteiza Commit: Mark Oteiza woops --- systemd.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.el b/systemd.el index 48bcd2d..34ccedb 100644 --- a/systemd.el +++ b/systemd.el @@ -3

[nongnu] elpa/swift-mode c73d653 151/496: Use correct function from cl-lib

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit c73d65320efdcbf63eea2db9d3f544df9641c687 Author: ap4y Commit: ap4y Use correct function from cl-lib --- swift-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift-mode.el b/swift-mode.el index 9793755..1036f3e 100644 --- a/swift-mo

[nongnu] elpa/swift-mode a3caf1d 163/496: Change '_' character class to 'symbol constituent'

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit a3caf1d14009f262de1b118fa5d87de6b754ddaa Author: Chris Barrett Commit: Chris Barrett Change '_' character class to 'symbol constituent' Resolves 62 --- swift-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift-mode.el b/s

[nongnu] elpa/swift-mode e9e493e 487/496: Set `comment-line-break-function`

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit e9e493eb93e3ba41ce95886d1beb760a0062c574 Author: taku0 Commit: taku0 Set `comment-line-break-function` Emacs 27 bind M-j and C-M-j to `default-indent-new-line` which delegates to `comment-line-break-function`. Emacs 26 and earlier bind it

[nongnu] elpa/systemd b0c1d64 109/131: add multi-line comment highlighting

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit b0c1d64d62d9209d45fff813a35f917badc9f051 Author: Mark Oteiza Commit: Mark Oteiza add multi-line comment highlighting between font-lock-keywords, the elisp manual, examples in the emacs source (sh-mode is one) and the webernets, it is rather difficult

[nongnu] elpa/swift-mode 5611c0f 164/496: Updated syntax: a lot of attributes moved to keywords

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 5611c0f32960539036616b2072aaad3365ba20ab Author: Christian Kruse Commit: Christian Kruse Updated syntax: a lot of attributes moved to keywords - required, dynamic, final, lazy and optional are now keywords - the assignment attribute no longer exist

[nongnu] elpa/systemd 70c7620 116/131: add -pkg file to clean target

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 70c762072d2ded68b7754624f0995c5c0641b17a Author: Mark Oteiza Commit: Mark Oteiza add -pkg file to clean target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eba0524..c142855 100644 --- a/Makefile +++ b/

[nongnu] elpa/swift-mode 8db040e 166/496: fix: underscores are word characters (Word constituents)

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 8db040e421dbd93da1ae03dd374137f155f8c589 Author: Christian Kruse Commit: Christian Kruse fix: underscores are word characters (Word constituents) In Swift, underscores are word characters (Word constituents), not Symbol constituents. This fixes #64

[nongnu] elpa/systemd 1e7567a 117/131: prepare v1.6

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 1e7567a9973bf80cab0d7e0355656a84bee7ca96 Author: Mark Oteiza Commit: Mark Oteiza prepare v1.6 --- systemd.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.el b/systemd.el index 3ce5d32..7e4f5f9 100644 --- a/systemd.el +++ b/systemd.e

[nongnu] elpa/systemd 2e1f739 081/131: update readme

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 2e1f7394f1339cfcc62c5139f902040ca61012e3 Author: Mark Oteiza Commit: Mark Oteiza update readme --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 3cc1a98..d7554a6 100644 --- a/README +++ b/README @@ -10,9 +10,

[nongnu] elpa/systemd 63d64ad 076/131: generate directive lists from files

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 63d64ad4e6cd86d6559480f6920fbc7244fa13c0 Author: Mark Oteiza Commit: Mark Oteiza generate directive lists from files --- systemd.el | 118 ++--- 1 file changed, 10 insertions(+), 108 deletions(-) diff --git

[nongnu] elpa/swift-mode 1b47a09 495/496: Bump version to 8.3.0

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 1b47a09f1c0e15c543e0551e7f1e643f437e7711 Author: taku0 Commit: taku0 Bump version to 8.3.0 --- swift-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift-mode.el b/swift-mode.el index 2613e17..aef22bc 100644 --- a/swift-mode.el +++

[nongnu] elpa/swift-mode 3298fb1 169/496: Stop overriding user preferences for tab-width.

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 3298fb17639b1421ec589a00e469f153937da31d Author: ap4y Commit: ap4y Stop overriding user preferences for tab-width. fixes #68 --- swift-mode.el | 1 - 1 file changed, 1 deletion(-) diff --git a/swift-mode.el b/swift-mode.el index 1d60fc5..297d2af 1006

[nongnu] elpa/systemd b03e616 079/131: bump

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit b03e616f0d0fbd512c32afcf87a596eae509abc2 Author: Mark Oteiza Commit: Mark Oteiza bump --- README | 3 ++- systemd.el | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index d5eadf7..3cc1a98 100644 --- a/README +++ b/README

[nongnu] elpa/systemd f0b29ad 087/131: systemd v232 directives

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit f0b29ad130a3a5b9456343bd8c68ac1f08aeff04 Author: Mark Oteiza Commit: Mark Oteiza systemd v232 directives --- network-directives.txt | 21 +++-- unit-directives.txt| 12 2 files changed, 31 insertions(+), 2 deletions(-) diff --git

[nongnu] elpa/swift-mode 370caa7 494/496: Update copyright notices

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 370caa7c4f878210119c87b9b429d277ec06b40f Author: taku0 Commit: taku0 Update copyright notices --- README.md| 2 +- swift-mode-beginning-of-defun.el | 2 +- swift-mode-font-lock.el | 2 +- swift-mode-imenu.el | 2 +-

[nongnu] elpa/swift-mode f2b923e 178/496: Improve case statement grammar

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit f2b923ebfb55de285bfdb70ca9dd374a115b00a9 Author: ap4y Commit: ap4y Improve case statement grammar --- swift-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift-mode.el b/swift-mode.el index b8c5e74..382c1a5 100644 --- a/swift-mode

[nongnu] elpa/swift-mode ad12a30 486/496: Remove Cask from README

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit ad12a3025156873995318b6a0480cd2459063bf7 Author: taku0 Commit: taku0 Remove Cask from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 420d3af..7570f87 100644 --- a/README.md +++ b/README.md @

[nongnu] elpa/systemd 4c073b0 091/131: missed one

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 4c073b0c047164386a93ecc092175703b2bb60e2 Author: Mark Oteiza Commit: Mark Oteiza missed one --- network-directives.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/network-directives.txt b/network-directives.txt index 33aa1de..68d6b3d 100644 --- a/network-

[nongnu] elpa/systemd 21d50f2 121/131: Sort specifiers alphabetically

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 21d50f27d8d99caf950f85654130aef030ba9fc2 Author: Lucas Werkmeister Commit: Mark Oteiza Sort specifiers alphabetically The systemd.unit(5) manpage sorts unit file specifiers alphabetically since commit systemd/systemd@709f4c472c, and since the order in

[nongnu] elpa/systemd feb6dad 007/131: add Makefile

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit feb6dadd44df4fbe2c870c76e5eb5edd2b7d55af Author: Mark Oteiza Commit: Mark Oteiza add Makefile --- Makefile | 21 + README | 8 2 files changed, 29 insertions(+) diff --git a/Makefile b/Makefile new file mode 100644 index 000..

[nongnu] elpa/swift-mode 2d0194e 184/496: Correct several indentation cases for class defitinion

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 2d0194e8065548e03a753d0268dcd025388c7b51 Author: ap4y Commit: ap4y Correct several indentation cases for class defitinion --- swift-mode.el | 6 ++- test/indentation-tests.el | 117 ++ 2 files changed,

[nongnu] elpa/systemd a46e81b 017/131: autoload for slice units

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit a46e81b0e975960bb7630480e53428fe0bee30bb Author: Mark Oteiza Commit: Mark Oteiza autoload for slice units --- systemd.el | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd.el b/systemd.el index 3a2e684..16f2878 100644 --- a/systemd.el +++ b/systemd.el @@

[nongnu] elpa/swift-mode cac2884 185/496: Add lists to the "type" grammar

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit cac2884d29e2aa4470ceb6ac6beeb52f4da76a5f Author: ap4y Commit: ap4y Add lists to the "type" grammar --- swift-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift-mode.el b/swift-mode.el index 8eecbc2..ca86e33 100644 --- a/swift-mod

[nongnu] elpa/systemd ec8f6cf 128/131: happy new year

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit ec8f6cfe9d09d8d912908ada0eb512637dc2303d Author: Mark Oteiza Commit: Mark Oteiza happy new year --- systemd.el| 2 +- test/systemd-tests.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/systemd.el b/systemd.el index f544ed9..0

[nongnu] elpa/systemd 6884c8f 098/131: systemd 233?

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 6884c8f9c6657ba9774ad8438226b54db438aabf Author: Mark Oteiza Commit: Mark Oteiza systemd 233? --- network-directives.txt | 10 -- nspawn-directives.txt | 5 ++--- unit-directives.txt| 5 + 3 files changed, 15 insertions(+), 5 deletions(-) diff

[nongnu] elpa/swift-mode a6267eb 189/496: Improve indentation for the function definitions

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit a6267ebec3cdb516cb5bb2ae8ca08984beca050e Author: ap4y Commit: ap4y Improve indentation for the function definitions --- swift-mode.el | 5 - test/indentation-tests.el | 39 ++- 2 files changed, 42 insertions

[nongnu] elpa/systemd 20c9d97 129/131: happy new year

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 20c9d97e240f0d12fba3172513e9e62a1d95dab4 Author: Mark Oteiza Commit: Mark Oteiza happy new year --- systemd.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.el b/systemd.el index 04fb564..0059b54 100644 --- a/systemd.el +++ b/systemd

[nongnu] elpa/systemd 9693935 099/131: nix extra newline

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 9693935bdd92df959fc1e6acf69fe6f607c717e0 Author: Mark Oteiza Commit: Mark Oteiza nix extra newline --- tests/systemd-tests.el | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/systemd-tests.el b/tests/systemd-tests.el index b90f678..b4a441a 100644 --- a/te

[nongnu] elpa/swift-mode 1122ab9 204/496: Add grammar rule for return statement in function

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 1122ab9ded38b233735b5e3a94118a783d54670e Author: ap4y Commit: ap4y Add grammar rule for return statement in function --- swift-mode.el | 5 +++-- test/indentation-tests.el | 30 ++ 2 files changed, 33 insertions(+), 2 d

[nongnu] elpa/systemd 50c63c2 026/131: allow cycling completions in `systemd-doc-open`

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 50c63c23aa3a010ebee20206400a89f0e9a73196 Author: Mark Oteiza Commit: Mark Oteiza allow cycling completions in `systemd-doc-open` --- systemd.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/systemd.el b/systemd.el index 332e4b3..0b947d7 10

[nongnu] elpa/systemd b561c6b 093/131: happy new year

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit b561c6bce9828e67c986903c24fb524451a02e64 Author: Mark Oteiza Commit: Mark Oteiza happy new year --- systemd.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.el b/systemd.el index c1f8a8c..6cfe9c3 100644 --- a/systemd.el +++ b/systemd

[nongnu] elpa/systemd 28601d8 101/131: woops

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 28601d814f1f7e9410251f63ec53d8bb731c35e2 Author: Mark Oteiza Commit: Mark Oteiza woops --- systemd.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.el b/systemd.el index 3e7f6f3..44319dc 100644 --- a/systemd.el +++ b/systemd.el @@ -2

[nongnu] elpa/systemd 9cfd315 102/131: simplify

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 9cfd31533742859fa081b79aceafac315444a4b3 Author: Mark Oteiza Commit: Mark Oteiza simplify --- systemd.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/systemd.el b/systemd.el index 44319dc..451b6ff 100644 --- a/systemd.el +++ b/systemd.el

[nongnu] elpa/systemd cf435f4 034/131: convolute sexp

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit cf435f40ef2ca7431221e26c308f2e640aaeff29 Author: Mark Oteiza Commit: Mark Oteiza convolute sexp --- systemd.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/systemd.el b/systemd.el index 00221d5..64dc2dc 100644 --- a/systemd.el +++ b/s

[nongnu] elpa/swift-mode 9e6c538 210/496: Correct DECSPEC regex and lexer rule

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 9e6c538a6b355c9ba2ec10995df60053c7357c9a Author: ap4y Commit: ap4y Correct DECSPEC regex and lexer rule --- swift-mode.el | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/swift-mode.el b/swift-mode.el index 1666781..c8e2d42 100644 ---

[nongnu] elpa/systemd 2a27186 023/131: format the list more programmatically

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 2a27186ee094990ff66d23e886fb66d79a9cd88b Author: Mark Oteiza Commit: Mark Oteiza format the list more programmatically repeat procedure for systemd 219 --- systemd-company.el | 54 -- 1 file changed, 28

[nongnu] branch elpa/yaml-mode created (now 63b637f)

2021-08-29 Thread ELPA Syncer
elpasync pushed a change to branch elpa/yaml-mode. at 63b637f Merge pull request #88 from scop/feature/magic-mode-alist This branch includes the following new commits: new 20d12a2 init new 6694896 change e-mail new 6555018 Merged branch(TEST-MARSHALL-PATC

[nongnu] elpa/swift-mode d0c65bc 212/496: Fix bug with the closing parentheses in method calls and function

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit d0c65bc50dc45b3031e216aa4352899b8f05a844 Author: ap4y Commit: ap4y Fix bug with the closing parentheses in method calls and function declarations with multi-line arguments --- swift-mode.el | 6 +++--- test/indentation-tests.el | 23 ++

[nongnu] elpa/systemd 8e6a8ce 038/131: remove backslash escapes from doc completions

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 8e6a8cec7f517daa9d8c53e6b09e15e4cf69680e Author: Mark Oteiza Commit: Mark Oteiza remove backslash escapes from doc completions --- systemd.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.el b/systemd.el index ffbd319..05dee90 100644

[nongnu] elpa/systemd 995ebbe 106/131: add conventional environment variable highlighting

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 995ebbe3d5e7e18fa54ee801596abd5656a81d63 Author: Mark Oteiza Commit: Mark Oteiza add conventional environment variable highlighting --- systemd.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systemd.el b/systemd.el index 42410b9..ccca456 100644 --- a/s

[nongnu] elpa/yaml-mode 20d12a2 001/124: init

2021-08-29 Thread ELPA Syncer
branch: elpa/yaml-mode commit 20d12a2aff0bc9b21428f1421eaf097f4a355ad7 Author: root Commit: root init git-svn-id: http://svn.clouder.jp/repos/public/yaml-mode/trunk@1 c9fe89ab-c918-0410-b9be-faebe9bd2962 --- Makefile | 30 + README | 44 ++

[nongnu] elpa/systemd 57dcf5a 041/131: for some reason, this directive is missing

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 57dcf5a90e9cde8b1f7aac76e9b1586ae00ad224 Author: Mark Oteiza Commit: Mark Oteiza for some reason, this directive is missing --- systemd-company.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd-company.el b/systemd-company.el index 9e

[nongnu] elpa/swift-mode 2c67d92 213/496: Fix indentation of the closure arguments inside parentheses

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 2c67d9246fbe57629c8d5685d0abfde3deb96989 Author: ap4y Commit: ap4y Fix indentation of the closure arguments inside parentheses --- swift-mode.el | 16 ++-- test/indentation-tests.el | 46 -- 2

[nongnu] elpa/systemd 5c9389d 110/131: move this matcher down with the other ones

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 5c9389dae316a26e76c4b3a92c2149c091e5e8ba Author: Mark Oteiza Commit: Mark Oteiza move this matcher down with the other ones --- systemd.el | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/systemd.el b/systemd.el

[nongnu] elpa/yaml-mode e142e65 008/124: added newline

2021-08-29 Thread ELPA Syncer
branch: elpa/yaml-mode commit e142e6533bb375641c91847641b3084370e039aa Author: yoshiki Commit: yoshiki added newline git-svn-id: http://svn.clouder.jp/repos/public/yaml-mode/trunk@61 c9fe89ab-c918-0410-b9be-faebe9bd2962 --- Changes | 1 + 1 file changed, 1 insertion(+) diff --git

[nongnu] elpa/systemd 807c748 044/131: systemd 225

2021-08-29 Thread ELPA Syncer
branch: elpa/systemd commit 807c748e28f69269e58c62838ac15bd1b22fd36d Author: Mark Oteiza Commit: Mark Oteiza systemd 225 --- systemd-company.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/systemd-company.el b/systemd-company.el index 906f134..34d6278 100

[nongnu] elpa/swift-mode 5a858c7 218/496: Improve indentation of the array and dictionary expressions

2021-08-29 Thread ELPA Syncer
branch: elpa/swift-mode commit 5a858c7dc58de1dd4c63a22eca814a37d8bbfb59 Author: ap4y Commit: ap4y Improve indentation of the array and dictionary expressions --- swift-mode.el | 1 + test/indentation-tests.el | 32 2 files changed, 33 insertions

<    5   6   7   8   9   10   11   12   13   14   >