From: Johannes Sixt <j6t@kdbg.org>
To: "Scott L. Burson" <Scott@sympoiesis.com>
Cc: "Junio C Hamano" <gitster@pobox.com>,
"Ævar Arnfjörð Bjarmason" <avarab@gmail.com>,
"Jaydeep P Das" <jaydeepjd.8914@gmail.com>,
"D. Ben Knoble" <ben.knoble@gmail.com>,
git@vger.kernel.org,
"Scott L. Burson via GitGitGadget" <gitgitgadget@gmail.com>
Subject: Re: [PATCH v4 0/2] userdiff: extend Scheme support to cover other Lisp dialects
Date: Wed, 15 Apr 2026 08:54:21 +0200 [thread overview]
Message-ID: <5880e69f-a617-426f-ab1b-12a27c763fcd@kdbg.org> (raw)
In-Reply-To: <pull.2000.v4.git.1776220063.gitgitgadget@gmail.com>
Am 15.04.26 um 04:27 schrieb Scott L. Burson via GitGitGadget:
> Range-diff vs v3:
>
> 1: e20ac5b6a6 = 1: 8e0b1e3d01 userdiff: tighten word-diff test case of the scheme driver
> 2: fb4c8dc5d4 ! 2: 0bd51e02ba userdiff: extend Scheme support to cover other Lisp dialects
> @@ Commit message
>
> ## Documentation/gitattributes.adoc ##
> @@ Documentation/gitattributes.adoc: patterns are available:
> +
> - `rust` suitable for source code in the Rust language.
>
> - - `scheme` suitable for source code in the Scheme language.
> -+Also handles Emacs Lisp, Common Lisp, and most other dialects.
> +-- `scheme` suitable for source code in the Scheme language.
> ++- `scheme` suitable for source code in most Lisp dialects,
> ++ including Scheme, Emacs Lisp, Common Lisp, and Clojure.
>
> - `tex` suitable for source code for LaTeX documents.
>
> @@ t/t4034/scheme/expect
> ; This is a <RED>really<RESET><GREEN>(moderately)<RESET> cool function.
> (<RED>this\place<RESET><GREEN>that\place<RESET> (+ 3 4))
> - (define <RED>|the greeting|<RESET><GREEN>|a greeting|<RESET> "hello")
> -+ (define <RED>|the \greeting|<RESET><GREEN>|a \greeting|<RESET> |hello there|)
> ++ (define <RED>|the \| \greeting|<RESET><GREEN>|a \greeting|<RESET> |hello there|)
> ({<RED>}<RESET>(([<RED>]<RESET>(func-n)<RED>[<RESET>]))<RED>{<RESET>})
> (let ((c (<RED>+ a b<RESET><GREEN>add1 first<RESET>)))
> (format "one more than the total is %d" (<RED>add1<RESET><GREEN>+<RESET> c <GREEN>second<RESET>))))
> @@ t/t4034/scheme/pre
> ; This is a really cool function.
> (this\place (+ 3 4))
> - (define |the greeting| "hello")
> -+ (define |the \greeting| |hello there|)
> ++ (define |the \| \greeting| |hello there|)
> ({}(([](func-n)[])){})
> (let ((c (+ a b)))
> (format "one more than the total is %d" (add1 c))))
>
This implements the conclusion of our discussion from three months ago.
Acked-by: Johannes Sixt <j6t@kdbg.org>
-- Hannes
prev parent reply other threads:[~2026-04-15 6:54 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-15 10:17 [PATCH] diff: "lisp" userdiff_driver Scott L. Burson via GitGitGadget
2025-11-15 17:06 ` Johannes Sixt
2025-11-15 23:32 ` Scott L. Burson
2025-11-20 16:47 ` D. Ben Knoble
2025-11-27 2:10 ` Scott L. Burson
2025-11-16 5:30 ` Junio C Hamano
2025-11-17 23:23 ` Scott L. Burson
2025-11-18 4:38 ` Junio C Hamano
2025-11-27 2:38 ` [PATCH v2 0/2] userdiff: extend Scheme support to cover other Lisp dialects Scott L. Burson via GitGitGadget
2025-11-27 2:38 ` [PATCH v2 1/2] diff: "lisp" userdiff_driver Scott L. Burson via GitGitGadget
2025-11-27 10:32 ` Scott L. Burson
2025-11-27 10:51 ` Johannes Sixt
2025-11-27 2:38 ` [PATCH v2 2/2] merge with Scheme regexp; fix bugs Scott L. Burson via GitGitGadget
2025-11-27 16:09 ` Johannes Sixt
2025-12-02 10:27 ` Johannes Sixt
2026-01-14 6:18 ` Scott L. Burson
2026-01-14 8:40 ` Johannes Sixt
2026-01-15 23:18 ` [PATCH v3 0/2] userdiff: extend Scheme support to cover other Lisp dialects Scott L. Burson via GitGitGadget
2026-01-15 23:18 ` [PATCH v3 1/2] userdiff: tighten word-diff test case of the scheme driver Johannes Sixt via GitGitGadget
2026-01-15 23:18 ` [PATCH v3 2/2] userdiff: extend Scheme support to cover other Lisp dialects Scott L. Burson via GitGitGadget
2026-01-16 8:49 ` Johannes Sixt
2026-01-17 2:09 ` Scott L. Burson
2026-01-17 8:15 ` Johannes Sixt
2026-04-15 2:27 ` [PATCH v4 0/2] " Scott L. Burson via GitGitGadget
2026-04-15 2:27 ` [PATCH v4 1/2] userdiff: tighten word-diff test case of the scheme driver Johannes Sixt via GitGitGadget
2026-04-15 2:27 ` [PATCH v4 2/2] userdiff: extend Scheme support to cover other Lisp dialects Scott L. Burson via GitGitGadget
2026-04-15 6:54 ` Johannes Sixt [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5880e69f-a617-426f-ab1b-12a27c763fcd@kdbg.org \
--to=j6t@kdbg.org \
--cc=Scott@sympoiesis.com \
--cc=avarab@gmail.com \
--cc=ben.knoble@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitgitgadget@gmail.com \
--cc=gitster@pobox.com \
--cc=jaydeepjd.8914@gmail.com \
/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