bug#24319: 25.1.50; Failure to fontify C++ buffer with override keyword
From:
Matthias Meulien
Subject:
bug#24319: 25.1.50; Failure to fontify C++ buffer with override keyword
Date:
Sat, 27 Aug 2016 17:19:58 +0200
Switch to an empty buffer and enable c++-mode. Add the following content to the buffer:
struct foo : public bar { foo() {}
~foo() {} };
Everything is fine. Then add the keyword `override' to the destructor.
struct foo : public bar { foo() {}
~foo() override {} };
Now ~foo is no more fontified...
In GNU Emacs 25.1.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.20.9) of 2016-08-19 built on carbon Repository revision: 4a80c8bb276de0fdb1f9ddb8f1c1cf7d57d30918 Windowing system distributor 'The X.Org Foundation', version 11.0.11804000 System Description: Arch Linux
Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a.
Important settings: value of $LANG: fr_FR.UTF-8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix
Major mode: C++/l
Minor modes in effect: tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t