From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: guile-devel@gnu.org
Cc: mirai@makinata.eu, Maxim Cournoyer <maxim.cournoyer@gmail.com>
Subject: [PATCH v2 1/2] .dir-locals: Add indentation rule for sxml-match syntax.
Date: Tue, 12 Dec 2023 23:22:34 -0500 [thread overview]
Message-ID: <20231213042306.13654-2-maxim.cournoyer@gmail.com> (raw)
In-Reply-To: <20231213042306.13654-1-maxim.cournoyer@gmail.com>
* .dir-locals.el (scheme-mode) <sxml-match>: Add indentation rule.
---
(no changes since v1)
.dir-locals.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.dir-locals.el b/.dir-locals.el
index 908670479..a96408dc1 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -48,7 +48,8 @@
(eval . (put '$kclause 'scheme-indent-function 1))
(eval . (put '$fun 'scheme-indent-function 1))
(eval . (put 'record-case 'scheme-indent-function 1))
- (eval . (put 'syntax-parameterize 'scheme-indent-function 1))))
+ (eval . (put 'syntax-parameterize 'scheme-indent-function 1))
+ (eval . (put 'sxml-match 'scheme-indent-function 1))))
(emacs-lisp-mode . ((indent-tabs-mode . nil)))
(texinfo-mode . ((indent-tabs-mode . nil)
(fill-column . 72))))
--
2.41.0
next prev parent reply other threads:[~2023-12-13 4:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20231203170504.7818-3-maxim.cournoyer@gmail.com>
2023-12-13 4:22 ` [PATCH v2 0/2] Add 'snarfi' guild script to convert SRFI HTML specifications to Texinfo Maxim Cournoyer
2023-12-13 4:22 ` Maxim Cournoyer [this message]
2023-12-13 4:22 ` [PATCH v2 2/2] scripts: Add SRFI documentation HTML -> Texinfo snarfer Maxim Cournoyer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231213042306.13654-2-maxim.cournoyer@gmail.com \
--to=maxim.cournoyer@gmail.com \
--cc=guile-devel@gnu.org \
--cc=mirai@makinata.eu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).