Emacs TAGS
Vlad Dumitrescu (QRV)
vlad.dumitrescu@REDACTED
Tue Jan 29 15:56:19 CET 2002
Hi,
I only had little time to look at EDE and friends, but I am already impressed! Already Speedbar adds a lot of useability to Emacs.
I for one am interested in Erlang bindings. And I will certainly ask a lot of questions if it doesn't install smoothly :-)
best regards,
Vlad
-----Original Message-----
From: Vladimir Sekissov [mailto:svg@REDACTED]
Sent: tisdag den 29 januari 2002 14:38
To: vlad.dumitrescu@REDACTED
Cc: erlang-questions@REDACTED
Subject: Re: Emacs TAGS
Good day,
vlad.dumitrescu> I have a wondering about the TAGS functionality present (or wanted) in erlang.el
vlad.dumitrescu>
...
vlad.dumitrescu> If more people are interested, I can lend a hand for helping to implement them. They are (in no particular order):
vlad.dumitrescu>
vlad.dumitrescu> 1. lookup/complete tags of the form "module:func"
vlad.dumitrescu> 2. lookup/complete only exported functions from other modules than the one in the active buffer
vlad.dumitrescu>
vlad.dumitrescu> I think that #1 requires only some simple processing of the TAGS file.
I wrote Erlang BNF gramma for Emacs Semantic package
(http://cedet.sourceforge.net, used in Emacs JDE, ECB and other packages)
some times ago so most Semantic functionality works well with Erlang:
- menu of module definitions, records and functions;
- navigation between function clauses (next, previous, jump to, search);
- function doc generation.
Many others could be easily added.
I can post it to mail list if somebody is interested in it.
Best Regards,
Vladimir Sekissov
More information about the erlang-questions
mailing list