c-eldoc icon indicating copy to clipboard operation
c-eldoc copied to clipboard

eldoc-mode plugin for C source code

Results 4 c-eldoc issues
Sort by recently updated
recently updated
newest added

It would be nice to fix this to prevent warnings on startup of packages that depend on c-eldoc.

If I include a large header set like webkitgtk: ```lisp (setq c-eldoc-includes "`pkg-config gtk+-3.0 --cflags` -I./ -I../ `pkg-config webkit2gtk-4.0 --cflags`") ``` then every out-of-cache lookups hangs for some seconds. This...

If I use a library which is not found in the paths set by `c-eldoc-includes`, all lookups fail, including those for which the libraries are found.

When put point into `fread()`, the message shows, How to config it to use with system libs? Thanks!