[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Regexp for c-or-c++-mode
From: |
Alan Mackenzie |
Subject: |
Regexp for c-or-c++-mode |
Date: |
Sun, 7 Jun 2020 16:41:00 +0000 |
Hello, Micha�.
In c-or-c++-mode--regexp, there are several occurrences of
[ \t\r]
. These expressions notably lack \n. This seems strange, given how \n
is the normal line terminator in Emacs and \r is a rarely used artefact.
Is there any reason these expressions are like that, and if so please
tell me that reason. If there is no such reason, I have a patch ready
to put the \n's into the regexp.
Thanks!
--
Alan Mackenzie (Nuremberg, Germany).
- Regexp for c-or-c++-mode,
Alan Mackenzie <=
- Re: Regexp for c-or-c++-mode, Michał Nazarewicz, 2020/06/07
- Re: Regexp for c-or-c++-mode, Alan Mackenzie, 2020/06/09
- Re: Regexp for c-or-c++-mode, Michał Nazarewicz, 2020/06/10
- Re: Regexp for c-or-c++-mode, Robert Pluim, 2020/06/10
- Re: Regexp for c-or-c++-mode, Michał Nazarewicz, 2020/06/10
- Re: Regexp for c-or-c++-mode, Robert Pluim, 2020/06/10
- Re: Regexp for c-or-c++-mode, Michał Nazarewicz, 2020/06/10
- Re: Regexp for c-or-c++-mode, Alan Mackenzie, 2020/06/11