* Marcelo Fontes Castellani <[EMAIL PROTECTED]> [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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nome de Tim
> Johnson
> Enviada em: quarta-feira, 1 de outubro de 2003 15:33
> Para: [EMAIL PROTECTED]
> Assunto: [REBOL] Re: REBOL in XEMACS
> 
> 
> 
> * Marcelo Fontes Castellani <[EMAIL PROTECTED]> [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 <[EMAIL PROTECTED]>
>       http://www.alaska-internet-solutions.com
>       http://www.johnsons-web.com
> --
> To unsubscribe from this list, just send an email to
> [EMAIL PROTECTED] with unsubscribe as the subject.
> 
> -- 
> To unsubscribe from this list, just send an email to
> [EMAIL PROTECTED] with unsubscribe as the subject.

-- 
Tim Johnson <[EMAIL PROTECTED]>
      http://www.alaska-internet-solutions.com
      http://www.johnsons-web.com
-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to