bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#5522: emacs does not activate c++ mode when opening a cxxtest file


From: Stefan Kangas
Subject: bug#5522: emacs does not activate c++ mode when opening a cxxtest file
Date: Wed, 26 Jun 2019 01:54:14 +0200

Glenn Morris <rgm@gnu.org> writes:
> Nil Geisweiller wrote:
>> (setq auto-mode-alist (cons '("\\.cxxtest$" . c++-mode) auto-mode-alist))
>
> http://www.google.com/codesearch?q=file%3A\.cxxtest%24
>
> returns only 28 files, several of which aren't C++ code, so this does
> not seem a very widely (or consistently) used extension.

I searched on GitHub, and the only uses of extension:cxxtest I could
find at a glance were from the same project as the ones probably found
by Glen Morris in 2010 -- opencog.

I therefore agree that this is better handled as user or project
customization.

Would anyone object against closing this bug report as wontfix?

Thanks,
Stefan Kangas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]