5

I'm using Xemacs (not GNU Emacs) for ages, as I like it's interface better (and in days of yore, it's support for LaTeX/BibTeX and related tools was much better). But there seems to be no official Raku (neé Perl 6) mode around. There is one for GNU Emacs, but it seems to depend on lots of GNU Emacs infrastructure. Is there some extraofficial mode available? Or at least some guide for some elisp-ignorant to shoehorn/port the GNU Emacs one to Xemacs?

vonbrand
  • 11,412
  • 8
  • 32
  • 52

1 Answers1

3

The raku-mode is developed in this repo. Maybe you can open an issue there, or fork and make it work for xemacs.

jjmerelo
  • 22,578
  • 8
  • 40
  • 86
  • 1
    It talks about a lot of GNU Emacs-only infrastructure, I hoped there was a native Xemacs one. Oh, well. – vonbrand Jul 12 '20 at 16:47