[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/adoc-mode cacd4e8f67 127/199: Correct links. Avoid some wa
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/adoc-mode cacd4e8f67 127/199: Correct links. Avoid some warnings for adoc-mode-test.el |
Date: |
Sun, 3 Sep 2023 06:59:40 -0400 (EDT) |
branch: elpa/adoc-mode
commit cacd4e8f6773da85ebe17b733eb5e74f2f7c379c
Author: Tobias Zawada <TOZ@esi-group.com>
Commit: Tobias Zawada <TOZ@esi-group.com>
Correct links. Avoid some warnings for adoc-mode-test.el
---
README.md | 4 ++--
adoc-mode-test.el | 13 +++++++++++--
2 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 184f8787c0..26739f7690 100644
--- a/README.md
+++ b/README.md
@@ -15,12 +15,12 @@ be easily ignored.
## Download
The raw file (adoc-mode.el) can be found
-[here](https://raw.github.com/sensorflo/adoc-mode/master/adoc-mode.el).
+[here](https://raw.github.com/emacsorphanage/adoc-mode/master/adoc-mode.el).
Optionally you can get the sources from the [git
repository](https://github.com/emacsorphanage/adoc-mode).
You will also need to download the library
-[markup-faces](https://github.com/emacsorphanage/markup-faces). If you install
+[markup-faces](https://github.com/sensorflo/markup-faces). If you install
adoc-mode via Emacs Lisp Packages, see below, markup-faces is installed
automatically if you don't have it yet.
diff --git a/adoc-mode-test.el b/adoc-mode-test.el
index 1e48b32eb5..b1115b681e 100644
--- a/adoc-mode-test.el
+++ b/adoc-mode-test.el
@@ -21,8 +21,17 @@
;; - beginning/end of buffer
;; - beginning/end of paragraph
;; - side-to-side yes/no with next same construct
+;; checkdoc-params: (NAME ARGS)
(defun adoctest-faces (name &rest args)
- "Todo document adoctest-faces NAME ARGS."
+ "Test font-lock on concatenation of STRING1 ... STRINGn.
+
+The k-th string STRINGk with k=1,...,n `should' be fontified
+with FACEk.
+STRING1, FACE1, ..., STRINGn, FACEn are free.
+
+NAME is just for identifying the test.
+
+\(fn NAME STRING1 FACE1 ... STRINGn FACEn)"
(let ((not-done t)
(font-lock-support-mode))
(with-temp-buffer
@@ -33,7 +42,7 @@
;; exercise
(adoc-mode)
- (font-lock-fontify-buffer)
+ (font-lock-fontify-region (point-min) (point-max))
;; verify
(goto-char (point-min))
- [nongnu] elpa/adoc-mode 9e2bb782d4 177/199: Tweak wording, (continued)
- [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, 2023/09/03
- [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 <=
- [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
- [nongnu] elpa/adoc-mode b204c4bbef 140/199: Fix license badge, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 8d42a05372 142/199: Move tests to a dedicated folder, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 753406593a 146/199: Tweak a heading, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode b992b3bfc8 147/199: Shorten the README's extension, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode fb1e49d7e1 153/199: Use setq-local where appropriate, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 800c316c90 155/199: [Fix #16] Prevent forward references error in adoc-mode-map, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode d3517e596d 102/199: all special inline macros are now fontified before the general inline macro, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode e36c0105ab 104/199: improved fontifying for footnotes, ELPA Syncer, 2023/09/03