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

Capturing from Racket Slack (before it scrolls off into unpaid history there): --- badkins Nov 19th at 5:00 PM I'm seeing an oddity with Racket-XP mode. There are some lines...

bug

I feel the guide doesn't give new users a clear picture of the strengths of each option https://docs.racket-lang.org/guide/Emacs.html I'm drafting a PR to fix that.

question

Hi, I'm a MELPA Stable user, which means that I can only install software from MELPA that has had a tag added to the repository to indicate a "stable" state....

enhancement

We had to [fix a similar issue in Guile last year](https://lists.gnu.org/archive/html/guile-user/2016-10/msg00007.html). [Localhost + port isn't actually safe](https://web.archive.org/web/20171119171836/http://bouk.co/blog/hacking-developers/) in that it's possible for the browser to act as a "confused deputy"...

security

Please note that I am **NOT** asking for anything like full support for sweet expressions in this mode. I only want the imenu to work. I can make this happen...

enhancement

Via Racket Slack, @samth supplied [this example file](https://gist.githubusercontent.com/samth/25bb9eb5d0b36983bae48efb5a032402/raw/66a0e1d9384bc8d1097aa73cfe1a792fdff83e17/expander.rktl) which is over 8 million bytes and 86,000 lines long. It seems to take nearly 60 seconds for the Racket Mode back...

bug

Hey Greg. This is a weird one which I'm not entirely sure how to report or reproduce reliably. Perhaps you'll be able to think of where the problem might be...

question

This is re a post made on the mailing list recently (cc @nineluj) by a student in my class who is trying to use `racket-mode` with Emacs. The problem is...

enhancement

First of all this might be a problem of my workflow rather than anything else, but I found that the `racket-test` command which runs in the REPL has file positions...

question

It is possible to have an arrow between two identifiers that are not textually equivalent (definitely possible in DrRacket, and theoretically possible in Racket Mode). In the above event, renaming...