help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile's SCM_DEFINE and Semantic mode


From: Bruno Félix Rezende Ribeiro
Subject: Re: Guile's SCM_DEFINE and Semantic mode
Date: Mon, 03 Nov 2014 20:57:30 -0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30

Thien-Thi Nguyen wrote:
> Perhaps you can first find out how Semantic handles Emacs C source,
> which is full of similar constructs (named ‘DEFUN’) and then tweak
> that method for ‘SCM_DEFINE’.

That's an interesting idea; thank you.  However, Ludovic Courtès pointed
out, at GNU Guile users' mailing list, that GNU GLOBAL handles
SCM_DEFINE'd functions.  So, I ended up using ggtags as it seems
Semantic doesn't use GNU GLOBAL database for 'semantic-complete-jump'
and 'semantic-ia-fast-jump', despite its use of it in searches of symbol
references.  I'm still using Semantic for other things, in particular
for mode-line documentation, as ggtags' Eldoc support is not working for
me, and Semantic is able to grab the prototype of SCM_DEFINE'd functions
from the header files.

-- 
 ,= ,-_-. =.  Bruno Félix Rezende Ribeiro (oitofelix) [0x28D618AF]
((_/)o o(\_)) There is no system but GNU;
 `-'(. .)`-'  GNU Linux-Libre is one of its official kernels;
     \_/      All software must be free as in freedom;

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]