[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/company 78ed92db96 14/30: Fix "Attempt to modify read-o
From: |
ELPA Syncer |
Subject: |
[elpa] externals/company 78ed92db96 14/30: Fix "Attempt to modify read-only object" |
Date: |
Sat, 13 Jul 2024 00:57:51 -0400 (EDT) |
branch: externals/company
commit 78ed92db9694d25dd7faf0dfe2c3b3b3eb8805a4
Author: Dmitry Gutov <dmitry@gutov.dev>
Commit: Dmitry Gutov <dmitry@gutov.dev>
Fix "Attempt to modify read-only object"
---
company.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/company.el b/company.el
index f84b085e17..c5bdb4e98a 100644
--- a/company.el
+++ b/company.el
@@ -1212,6 +1212,7 @@ MAX-LEN is how far back to try to match the
IDLE-BEGIN-AFTER-RE regexp."
(let ((res (apply #'completion-emacs22-all-completions args)))
(when res (setq keep-prefix nil))
res)))
+ (completion-styles-alist (copy-tree completion-styles-alist))
((nth 2 (assoc 'emacs22 completion-styles-alist))
wrapper)
(all (completion-all-completions (concat prefix suffix)
- [elpa] externals/company updated (8d2ca28a16 -> 31f7ad52e4), ELPA Syncer, 2024/07/13
- [elpa] externals/company 22551866cc 03/30: Switch to non-obsolete function, ELPA Syncer, 2024/07/13
- [elpa] externals/company b5db1934ce 08/30: company--capf-post-completion: Make sure to replace the suffix, ELPA Syncer, 2024/07/13
- [elpa] externals/company 01e82364bf 23/30: company-post-command: Refresh more often, ELPA Syncer, 2024/07/13
- [elpa] externals/company 78ed92db96 14/30: Fix "Attempt to modify read-only object",
ELPA Syncer <=
- [elpa] externals/company ff6107bde3 04/30: company-inhibit-inside-symbols: New option, ELPA Syncer, 2024/07/13
- [elpa] externals/company 426e1830ff 06/30: company--unique-match-p: Also include suffix, ELPA Syncer, 2024/07/13
- [elpa] externals/company d7e77b9673 01/30: #1106 #340 Complete inside symbols, ELPA Syncer, 2024/07/13
- [elpa] externals/company 7ed2baeedd 05/30: Merge branch 'master' into completion_inside_symbol, ELPA Syncer, 2024/07/13
- [elpa] externals/company ebe5244443 07/30: Merge branch 'master' into completion_inside_symbol, ELPA Syncer, 2024/07/13
- [elpa] externals/company 10fcb21d46 09/30: Remove suffix after completion by company-dabbrev-code too, ELPA Syncer, 2024/07/13
- [elpa] externals/company 2fefdc7ce3 02/30: Fix test failures, ELPA Syncer, 2024/07/13
- [elpa] externals/company 436b0d6247 10/30: New backend command `adjust-boundaries`, ELPA Syncer, 2024/07/13
- [elpa] externals/company 477799b362 18/30: Make suffix matching use "proper suffix" logic by default, ELPA Syncer, 2024/07/13
- [elpa] externals/company a011dbd892 27/30: Update company-files tests, ELPA Syncer, 2024/07/13