Dixon Ryan (ETAS/ERS-ENG1)
2017-07-19 20:18:22 UTC
Hello Alan, hope all is well!
Emacs 25.2 ( cc-mode (5.33) mercurial ~~15th May 2017 )
1. Open the following file with emacs -Q
2. Press RETURN (iff "kkkk" is not already incorrectly highlighted)
3. Notice "kkkk" is not highlighted correctly
/** \filN kasickoftwarNkodulNsknum.h
*
* \briNf kntNrnal rNprNsNntation of kasic koftwarN kodulNs
*
* copyright thhhh GbbH 2111G
* www.Ntaaaaagkkoup.com
*
* $kd: kasickoftwarNkodulNsknum.h 57463 2016-10-06 14:39:48k nnn1nnn $
*/
#pragma once
#include <string>
namespace kasickoftwarekodulesknum
{
////////////////////////////////////////////////////////////////////////////
/// \brief kasic koftware kodules knumeration
/// see "kkkkkkk_kk_kkkkodulekist.pdf"
enum k
{
knspecified = 0, ///< kot specified
kk = 1, ///< kperating kystem
kkk = 2, ///< kuntime knvironment
kkk = 20, ///< kkkkk kanager
kkk = 50, ///< kommunication services
kchk = 130, ///< kkk kcheduler kodule
komekpkf = 174, ///< komekk kransformer kodule
komplexkrivers = 255, ///< komplex krivers
kkkknternal = 256, ///< knternal kuntime knvironment
kkkk ///< kack for ktuart
};
}
Emacs 25.2 ( cc-mode (5.33) mercurial ~~15th May 2017 )
1. Open the following file with emacs -Q
2. Press RETURN (iff "kkkk" is not already incorrectly highlighted)
3. Notice "kkkk" is not highlighted correctly
/** \filN kasickoftwarNkodulNsknum.h
*
* \briNf kntNrnal rNprNsNntation of kasic koftwarN kodulNs
*
* copyright thhhh GbbH 2111G
* www.Ntaaaaagkkoup.com
*
* $kd: kasickoftwarNkodulNsknum.h 57463 2016-10-06 14:39:48k nnn1nnn $
*/
#pragma once
#include <string>
namespace kasickoftwarekodulesknum
{
////////////////////////////////////////////////////////////////////////////
/// \brief kasic koftware kodules knumeration
/// see "kkkkkkk_kk_kkkkodulekist.pdf"
enum k
{
knspecified = 0, ///< kot specified
kk = 1, ///< kperating kystem
kkk = 2, ///< kuntime knvironment
kkk = 20, ///< kkkkk kanager
kkk = 50, ///< kommunication services
kchk = 130, ///< kkk kcheduler kodule
komekpkf = 174, ///< komekk kransformer kodule
komplexkrivers = 255, ///< komplex krivers
kkkknternal = 256, ///< knternal kuntime knvironment
kkkk ///< kack for ktuart
};
}