GNU bug report logs -
#47488
Treatment of # in js.el
Previous Next
Reported by: Reuben Thomas <rrt <at> sc3d.org>
Date: Mon, 29 Mar 2021 21:29:02 UTC
Severity: minor
Tags: fixed
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #46 received at 47488 <at> debbugs.gnu.org (full text, mbox):
Dmitry Gutov <dgutov <at> yandex.ru> writes:
>> I think that sounds like a good solution. Grepping around a bit,
>> perhaps `cpp-font-lock-keywords-source-directives' in font-lock.el would
>> be a good source to use here?
>
> ... looking at the regexp it also matches #file, #line or #warning.
>
> Each of these could also be a name of a private attribute, I
> think. Still, if those are indeed standard preprocessor directives,
> this var looks like a good choice.
I've never heard of the #file directive, but:
;; `cpp-font-lock-keywords-source-directives' is calculated from:
;;
;; (regexp-opt
;; '("define" "elif" "else" "endif" "error" "file" "if" "ifdef"
;; "ifndef" "import" "include" "line" "pragma" "undef" "warning"))
I spent 30 seconds googling, and I could find no list of directive that
includes #file, so... Bug #warning is used, and so is #line, so perhaps
it's an old thing?
Anyway, I'll amend the change to js.el to check whether it matches this
regexp.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 4 years and 10 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.