-
I'm trying to pin down an issue on my system. When I use `#lang dssl2` in emacs w/either racket-mode or racket-hash-lang-mode, the outputs don't get printed nicely, I instead see their sexp struct rep…
-
In Racket programs, for sexp comments, [racket-mode](https://github.com/greghendershott/racket-mode) does a very clever thing: the code in the sexp comment is highlighted with colors as normal, but th…
-
Hello
I am using Emacs 29.4, racket-mode 20240923.1416 and racket v8.14 on Mac OSX Sequoia 15.0. It looks like my Emacs has trouble communicating with racket backend.
I can't open Repl. M-x r…
-
> I get the hangs particularly when the lexer errors. See https://github.com/racket/rhombus/issues/573 for related info.
_Originally posted by @samth in https://github.com/greghendershott/racket-mo…
-
`eval-in-repl-racket.el` uses the function `racket--repl-show-and-move-to-end` from `racket-mode`. However, this function is no longer available. I'm not sure what it has been replaced with, but the i…
jloow updated
3 months ago
-
子龙
racket mode 下自动补全时报错:
`company: backend company-capf error "Command server process is nil"`
可以帮忙解决下么
-
Black screen on program launch. At the time I both had Dr.Racket and it's stepper open, and I think I might have messed around with light/dark mode on general preferences on MacOS.
1. Had app o…
-
Trying install idris2 with racket on Fedora with racket 7.9 (tested on FC38 and FC39, on several desktops, `racket-7.9-1.fc38.x86_64`, `racket-7.9-1.fc39.x86_64`)
Compilation `raco exe idris2_app/i…
-
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 implicit. Source might look like th…
-
Hi there, thanks for this great project; it makes writing Lisps a lot more pleasureful.
I've hit a situation where some or all of `racket-mode`, `lsp-mode`, `parinfer-rust-mode`, and the underlying…