[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#72311: [PATCH] Treat period as a symbol constituent in cc-mode
From: |
Eli Zaretskii |
Subject: |
bug#72311: [PATCH] Treat period as a symbol constituent in cc-mode |
Date: |
Sat, 27 Jul 2024 08:55:23 +0300 |
> Cc: 72311@debbugs.gnu.org
> From: Vladislav Yegorov <vlad@yegorov.org>
> Date: Fri, 26 Jul 2024 21:26:34 +0200
>
> Subject: [PATCH] Treat period as a symbol constituent in cc-mode
>
> * lisp/progmodes/cc-langs.el: Classify period as a symbol constituent,
> so decimal points for example don't divide the number into two symbols.
What about stuff like 'foo.bar', where 'foo' is a struct and 'bar' is
its member? won't this change make them a single symbol?