Thank you Henrik,
I will try this. And if I get somewhere, I will post back the results.
On Tue, Jun 21, 2011 at 2:31 AM, Henrik Sarvell <hsarvell@...> wrote:
> Hi Mansur, I just added support for PicoLisp by editing the elisp file,
> renaming it and adding it to the makefile in the bovine folder, more here:
> http://www.prodevtips.com/2011/06/05/ecb-method-browsing-for-picolisp/
>
> However Eric Ludlam suggested that I simply could add the following to my
> config file instead: (add-hook 'picolisp-mode-hook
> 'semantic-default-elisp-setup)
>
> Which I did and he was correct, that works too, well apart from the comment
> problem I mentioned in my earlier question. This is something that my custom
> picolisp file won't solve either as I don't understand how to edit it to
> switch the comments character from ; to #.
>
> To sum it up: if I were you I would try and find the language closest to
> XLST in the bovine/wisent folder (you are talking about JS/HTML, seems like
> a good start?) and try and work with that if something like this will not
> work in your config file: (add-hook 'xlst-mode-hook
> 'semantic-default-html-setup)
>
>
>
> 1. xslt templates support in ECB (Mansour Al Akeel)
>>
>> 2. Re: Semantic support for PicoLisp (Henrik Sarvell)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Sun, 19 Jun 2011 23:54:45 -0400
>> From: Mansour Al Akeel <mansour.alakeel@...>
>> Subject: [CEDET-devel] xslt templates support in ECB
>> To: cedet-devel@...
>> Message-ID: <BANLkTimu33w4LD5XC4Oqz+LzogmNi6FujA@...>
>> Content-Type: text/plain; charset=UTF-8
>>
>> I did a post to the ECB mailing asking about a way to add XSLT
>> templates support, in the ECB methods window. If it's easier to add a
>> language support for XSLT, then I will try to go down this route.
>> The question can be found here
>> http://sourceforge.net/mailarchive/message.php?msg_id=27674671
>>
>> I decided to take a look at the existing parsers "semantic-html.el"
>> and "semanticdb-javascript.el" to get an idea about the work needed to
>> get started. Knowing that I am not very in elisp, it will take me
>> sometime.
>>
>> This is not a problem, but my question is, is this the easiest and
>> fastest way to add a language support ?
>>
>> Thank you in advance.
>>
>>
>>
>
> ------------------------------------------------------------------------------
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
> _______________________________________________
> Cedet-devel mailing list
> Cedet-devel@...
> https://lists.sourceforge.net/lists/listinfo/cedet-devel
>
>
|