[REBOL] Re: RES: Re: REBOL in XEMACS
From: tim:johnsons-web at: 1-Oct-2003 13:41
* Marcelo Fontes Castellani <[castellani-cpt--itautec-philco--com--br]> [031001 12:07]:
> send to me
Send what? :-)
http://www.rebol.com/tools/rebol.el
for most current use this link above for
the rebol emacs-mode. *Caution* you may have
to resolve differences between emacs and xemacs
syntax.
My crude .ctags is below between lines of asterisks
(don't copy them!)
******************************************************************************
--langdef=rebol
--langmap=rebol:.r
--regex-rebol=/[ ]*([^ ]+)[ ]*: func/\1/f,function/
--regex-rebol=/[ ]*([^ ]+)[ ]*: def/\1/f,function/
--regex-rebol=/[ ]*([^ ]+)[ ]*: sub/\1/f,function/
--regex-rebol=/[ ]*([^ ]+)[ ]*: has/\1/f,function/
--regex-rebol=/[ ]*([^ ]+)*: does/\1/f,function/
--regex-rebol=/[ ]*([^ ]+)*: make object!/\1/c,class/
--regex-rebol=/[ ]*([^ ]+)*: context/\1/c,class/
******************************************************************************
*note* that 'sub and 'def are not plain vanilla function constructs
but are complements of Andrew Martin
******************************************************************************
For rtags go here:
http://www.rebol.org/
and put rtags in the
" Find scripts:" box at the upper right-hand corner.
TIA
tim
> -----Mensagem original-----
> De: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]Em nome de Tim
> Johnson
> Enviada em: quarta-feira, 1 de outubro de 2003 15:33
> Para: [rebol-list--rebol--com]
> Assunto: [REBOL] Re: REBOL in XEMACS
>
> * Marcelo Fontes Castellani <[castellani-cpt--itautec-philco--com--br]> [031001
> 06:05]:
> >
> > Someone have an "mode REBOL" to XEMACS to share with me ?
> Hi Marcelo:
>
> I haven't used it though.
> If you're interested in vim, I've done a little
> scripting for vim.
>
> I also have a hack of .ctags (for exuberant ctags),
> and a copy of rtags.r, both should work with
> emacs also
> --
> Tim Johnson <[tim--johnsons-web--com]>
> http://www.alaska-internet-solutions.com
> http://www.johnsons-web.com
> --
> To unsubscribe from this list, just send an email to
> [rebol-request--rebol--com] with unsubscribe as the subject.
>
> --
> To unsubscribe from this list, just send an email to
> [rebol-request--rebol--com] with unsubscribe as the subject.
--
Tim Johnson <[tim--johnsons-web--com]>
http://www.alaska-internet-solutions.com
http://www.johnsons-web.com