Bruce Stephens <bruce+cedet@...> writes:
[...]
> I'm getting an idle error:
>
> CTAGS/config.h...
> Idle Work Including Error: "#<buffer DsaCSSLConfig.C> - Wrong type argument: stringp, nil"
>
> (I guess the actual filenames aren't significant, except that this is
> ctags related.) config.h is the first file included into
> DsaCSSLConfig.C.
My fault.
In c-mode-common-hooks I have a function that conditionally switches
on flymake-mode, and it uses buffer-file-name. Buffers needn't be
visiting files, of course, and that seems to be what's happening here.
[...]
|