GNU bug report logs - #17463
cc-langs loaded at runtime

Previous Next

Packages: cc-mode, emacs;

Reported by: Shigeru Fukaya <shigeru.fukaya <at> gmail.com>

Date: Sun, 11 May 2014 13:50:02 UTC

Severity: normal

Found in version 24.3.90

Done: Alan Mackenzie <acm <at> muc.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Shigeru Fukaya <shigeru.fukaya <at> gmail.com>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 17463 <at> debbugs.gnu.org
Subject: bug#17463: 24.3.90; invoking c-mode always loads `cl'
Date: Mon, 12 May 2014 05:27:52 +0900
>>> c-mode loads `cc-langs' and it always, as it is execution time, loads `cl'.
>>> I suspect in cc-langs
>>>
>>>     (cc-external-require 'cl)
>>>
>>> sholud be simply changed to
>>>
>>>     (eval-when-compile 'cl)
>
>Anyway, I don't think that's the real cause.
>
>emacs -Q -f c-mode
>
>is not supposed to load cc-langs, yet it does since 24.3.

I don't know well the real cause, at least in my environments (MingW
24.3, Cygwin 24.4),

(list (featurep 'cl) (featurep 'cc-langs))

return (t t) after "emacs -Q -f c-mode".

-- Shigeru




This bug report was last modified 10 years and 313 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.