racket-mode icon indicating copy to clipboard operation
racket-mode copied to clipboard

Emacs major and minor modes for Racket: edit, REPL, check-syntax, debug, profile, and more.

Results 47 racket-mode issues
Sort by recently updated
recently updated
newest added

Hi, I am using racket-mode to edit text written in a Scribble-inspired format. It looks something like this: ``` @chapter{Vektorer i planen} @table-of-contents[2]{} @section{Vektor} @index{vektor}@index{forskydning}@index{hastighed}@index{fart}@index{knob}@index{pil} @index{vektor, definition}@index{repræsentant}@index{skalar}@index{nulvektor} I dette kapitel...

enhancement

I have installed and reinstalled `racket-mode` as outlined in the [manual](https://www.racket-mode.com/#Install). When I start up emacs after installing `racket-mode`, I keep getting the following error: `{racket-back-end-/} exited abnormally with code...

question
waiting-for-response

I'd like to be able to set a variable to tell `racket-hash-lang-mode` what the buffer syntax is. My use case is editing source blocks in org-mode where the #lang is...

enhancement
racket-hash-lang-mode
waiting-for-response

In my understanding, abnormal hooks should be named `-functions` as opposed to `-hook`. Would it be better if the name were changed to comply with this convention?

question
racket-hash-lang-mode

- When you use Racket as installed from https://snapcraft.io/racket, it runs using `strict` confinement. Among other restrictions, Racket won't be able to read from directories named starting with a dot...

ubuntu/snap
FAQ

Hi! I'm attempting to try out a Rhombus scratch buffer in [mindstream](https://github.com/countvajhula/mindstream), and it needs to use the bleeding edge Racket as its back end. For all other Racket buffers...

enhancement

The default unused face interacts poorly with scheme's extensive use of `kebab-case`. Reading the code ``` (define-values (open-end-line open-end-col open-end-pos) (port-next-location in)) ``` in which `open-end-line` and `open-end-col` were marked...