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'm trying out the new `racket-xp-mode` and I noticed that it marks all public class methods as unbound occurrences and crosses them out. Here is an example: ```racket #lang racket...

bug

@samth reported on Slack that breaking Typed Racket now breaks Racket Mode. For example "go to the typed-racket/main.rkt and add an extra `(`". > It breaks it because racket-mode now...

enhancement

I learnt `procedure-keywords` can extract a function's keywords, e.g., ```racket (procedure-keywords open-output-file) ;; => '() '(#:exists #:mode) (require plot) (procedure-keywords plot) ;; => '() '(#:bgcolor #:fgcolor #:height #:legend-anchor #:lncolor #:out-file...

enhancement

When using racket-mode and paredit-mode together, `paredit-open-round` reindents more aggressively than it should (or at least, more aggressively than it does in other modes, such as scheme-mode and lisp-mode). For...

Might be cool to provide supported vars that can be incorporated into syntax highlighting. That way, individual projects could create a `.dir-local.el` that defines highlighting for custom syntax they have....

enhancement

To help me help you, please: 1. Open any racket-mode or racket-repl-mode buffer. 2. M-x `racket-bug-report` ENTER. 3. Copy and paste that, here.

bug

- As mentioned on #348, I like completion... just not auto-completion. As a result, I don't enable company-mode in my own real work. Many racket-mode features get "dog-fooded" by me...

enhancement

On `#racket` IRC @odanoburu reports that `#lang datalog` works fine in DrRacket, a DrRacket interactions REPL, and in racket-mode buffer --- but _not_ in racket-repl-mode. When I try, entering something...

DrRacket indents scribble files so that they are easy to read. (Given that you likely want prose in at at-exp anyway.) For example, I can create a file, and it...

enhancement

If the package is not installed, the tests pass. However, if the package is already installed, two tests fail. 2 unexpected results: FAILED racket-tests/indent-rkt FAILED racket-tests/run Here are the relevant...