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

I don't think this is the same as #463. ![image](https://user-images.githubusercontent.com/1312121/179866799-c36e8f18-9c5a-49a9-82d9-1bfd39ad17cd.png) I'm not sure if this is better called a bug or a feature request, because I don't know if `racket-mode`...

bug
fix-via-hash-lang-mode

Over the past year or so I have been occasionally encountering sporadic high memory usage in Emacs. I think I have finally tracked it down to running `racket-run-module-at-point` immediately after...

bug

One workflow that I like is the idea of a "scratch buffer." That is, a buffer that you can quickly visit, put some code in and evaluate to see what...

enhancement

racket-mode doesn't seem to understand scribble files very well. It would be nice to have Emacs commands for rendering the current buffer to an plain-text, markdown, html, latex, or pdf...

enhancement
fix-via-hash-lang-mode

Consider: ``` #lang at-exp racket (values @~a{b;cdef} "def") ``` This is a valid Racket code in the `at-exp` notation. However, `;` is treated as a comment marker, causing a bad...

bug
fix-via-hash-lang-mode

On Ubuntu 22.04 LTS and perhaps other Linux distros, Firefox and Chrome get installed as Snap packages, which are isolated in some way I don't fully understand from the local...

bug
ubuntu/snap

Two issues related to symbols escaped with `|`. 1. unquoted escaped symbols are not propertized correctly so things like parens leak out. 2. It seems like the priority for `|`...

bug
fix-via-hash-lang-mode

``` racket--cmd/await: cache-set!: contract violation expected: (or/c promise? syntax?) given: #f in: the range of the 2nd argument of (->* (path-string? (-> (or/c promise? syntax?))) ((or/c #f string?)) any) contract...

cannot-reproduce

Sorry to be annoying, filing another bug like this on one of your projects. :) Anyway it seems clear to me based on the headers in the .el files that...

When working on the branch for multiple back ends, including remote, we added code to possibly copy Racket Mode's back end source code (the *.rkt files) to the remote host...

enhancement