On 11/05/2016 09:14 AM, Ken MacKenzie wrote:
And particularly if you use emacs, what add ons or setup do you do for racket 
or scheme editing in general.

I use mostly Emacs. Aside from what's already been recommended here, I really like DrRacket's handling of input of non-keyboard characters using TeX codes with a keystroke to convert them, as opposed to the typical Emacs setup with an input method like Agda's that converts them on the fly.

So I ported it to Emacs:

https://github.com/david-christiansen/dr-racket-like-unicode

In my personal config, I use it like this:

(use-package dr-racket-like-unicode
  :ensure t
  :bind (("C-\\" . dr-racket-like-unicode-char)))

This one is also easy to customize. To add an abbreviation, type

M-x customize-variable RET dr-racket-like-unicode-table RET

and then you can add codes to the table.

/David

--
You received this message because you are subscribed to the Google Groups "Racket 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to