-
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
racket-repl-mode and racket-xp-mode: set next-error-last-buffer
Set next-error-last-buffer: 1. On each run, to the racket-repl-mode buffer used by the run. This means next-error-find-buffer will look to that REPL buffer (as opposed to e.g. some compilation-mode buffer that happens to exist). 2. On each racket-xp-mode annotation, to the edit buffer IFF there were expansion errors. This means the standard next-error and previous-error will work to show racket-xp-mode expansion errors, if any, else they'll defer to some other buffer such as racket-repl-mode. As a result we can mark our special racket-xp-{next previous}-error commands as obsolete. Change the menu and default keymap to use {next previous}-error. Fix obsolete.
- Loading branch information
1 parent
53b8173
commit 2d1fb86
Showing
2 changed files
with
33 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters