[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Low level trickery for changing character syntax?
From: |
Thorsten Jolitz |
Subject: |
Re: Low level trickery for changing character syntax? |
Date: |
Tue, 08 Apr 2014 19:06:13 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Thorsten Jolitz <tjolitz@gmail.com> writes:
> In short, when called from file.type-A, I want foo to match "// #
> *Fat*//", while it should only match "* *Fat*" when called from
> file.type-B (without changing foo or rgxp-1).
sorry, vice versa of course
- file.type-A: match "* *Fat*"
- file.type-B: match "// # *Fat*//"
I became confused (although it is really irrelevant for the example).
--
cheers,
Thorsten