[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/adoc-mode 19f7f655b7 179/199: Address CI issues.
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/adoc-mode 19f7f655b7 179/199: Address CI issues. |
Date: |
Sun, 3 Sep 2023 06:59:44 -0400 (EDT) |
branch: elpa/adoc-mode
commit 19f7f655b78ae68418cd45037887e1a831e02765
Author: Tobias Zawada <i@tn-home.de>
Commit: Tobias Zawada <i@tn-home.de>
Address CI issues.
---
adoc-mode.el | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/adoc-mode.el b/adoc-mode.el
index 7734433876..90badd145e 100644
--- a/adoc-mode.el
+++ b/adoc-mode.el
@@ -1998,7 +1998,7 @@ START-SRC and END-SRC delimit the actual source code."
(when (fboundp lang-mode)
(let ((string (buffer-substring-no-properties start-src end-src))
(modified (buffer-modified-p))
- (adoc-buffer (current-buffer)) int pos next)
+ (adoc-buffer (current-buffer)) int)
(remove-text-properties start-block end-block '(face nil
adoc-code-block nil font-lock-fontified nil font-lock-multiline nil))
(with-current-buffer
(get-buffer-create
@@ -2011,7 +2011,6 @@ START-SRC and END-SRC delimit the actual source code."
(insert string))
(unless (eq major-mode lang-mode) (funcall lang-mode))
(font-lock-ensure)
- (setq pos (point-min))
(cl-loop for int being the intervals property 'face
for pos = (car int)
for next = (cdr int)
@@ -2108,11 +2107,7 @@ Use this function as matching function MATCHER in
`font-lock-keywords'."
(start-src (match-beginning 1))
(end-src (match-end 1))
(end-src+nl (if (eq (char-after end-src) ?\n) (1+ end-src)
end-src))
- (size (1+ (- end-src start-src)))
- (bol-prev (progn (goto-char start-block)
- (if (bolp) (line-beginning-position 0)
(line-beginning-position))))
- (eol-next (progn (goto-char end-block)
- (if (bolp) (line-beginning-position 2)
(line-beginning-position 3)))))
+ (size (1+ (- end-src start-src))))
(if (if (numberp adoc-fontify-code-blocks-natively)
(<= size adoc-fontify-code-blocks-natively)
adoc-fontify-code-blocks-natively)
- [nongnu] elpa/adoc-mode 9957855384 115/199: bumpded version to 0.6.6, (continued)
- [nongnu] elpa/adoc-mode 9957855384 115/199: bumpded version to 0.6.6, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 414e920433 121/199: Avoid some compilation warnings., ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 141af8c56a 123/199: Associate with .adoc and .asciidoc, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 474b8f0878 126/199: Correct links, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 66cd5645a0 130/199: Clean up the front-matter, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 183e983a5d 161/199: [Fix #17] Don't add non-title entries to imenu (#18), ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode a5c982d123 170/199: [Fix #14] Add standard GH templates, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode ff6277dc29 174/199: Fix broken links in the changelog, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 9e2bb782d4 177/199: Tweak wording, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 4ded97193c 178/199: Implement fontification of source blocks (#21), ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 19f7f655b7 179/199: Address CI issues.,
ELPA Syncer <=
- [nongnu] elpa/adoc-mode 865d7342ab 185/199: Fix a typo, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode f68c4b9178 192/199: Addresses #33. Remove the superfluous (setq found nil) in adoc-kw-replacement, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 497f6c1999 195/199: Addresses #39. `source-language` is only a document attribute. Add comment with adoc manual reference., ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 02f53a301b 124/199: Fix #43. Add missing quote before adoc-reserved in adoc-kw-verbatim-paragraph-sequence, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 192bd717df 096/199: fixed byte compilation error regarding void function adoc-re-verbatim-paragraph-sequence, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 168ffa3f8e 098/199: bugfix: no longer running adoc-mode-hook twice, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 2ab9e1463b 122/199: unichars.el is not a regular package., ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode cacd4e8f67 127/199: Correct links. Avoid some warnings for adoc-mode-test.el, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 3226a938a6 131/199: Update the custom group, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 4508af7824 141/199: Bump the development version, ELPA Syncer, 2023/09/03