[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: regex-case
From: |
Marko Rauhamaa |
Subject: |
Re: regex-case |
Date: |
Sun, 07 Feb 2016 10:15:26 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Matt Wette <address@hidden>:
> [2] may be possible if it is supported by the Guile regexp library.
> But I’m not sure there is a clean way to do this, given that
> syntax-case bindings are lexical.
Additionally, you have a problem with the different regexp flags
(newline semantics, case-sensitivity etc).
Maybe it's best to keep your original idea and keep it simple.
Marko
- regex-case, Matt Wette, 2016/02/06
- Re: regex-case, Matt Wette, 2016/02/06
- Re: regex-case, Marko Rauhamaa, 2016/02/06
- Re: regex-case, Matt Wette, 2016/02/06
- Re: regex-case,
Marko Rauhamaa <=
- Re: regex-case, Matt Wette, 2016/02/06
- Re: regex-case, Ludovic Courtès, 2016/02/08
- Re: regex-case, Matt Wette, 2016/02/10