Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7971473
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T07:38:54+00:00 2026-06-04T07:38:54+00:00

Is it possible to make flymake-mode be aware of syntax (or other) errors in

  • 0

Is it possible to make flymake-mode be aware of syntax (or other) errors in racket files like it done for example for erlang or python? I’m using geiser-mode for racket, if it is matters.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T07:38:55+00:00Added an answer on June 4, 2026 at 7:38 am

    It’s probably very easy, since Racket spits out warning messages in a standard line:column format.

    You don’t even need to invoke the compiler — it’s enough to just run the code via racket the-file. But as a semi-side-note, an even better command-line to use is racket -qf the-file. The thing about running the code as above is that it will actually … run it. More specifically, it loads the module definition and then invokes it. Using -f it will just load the definition but not invoke it and therefore the runtime is not executed. Note that this assumes that the file is one that has just a module, which is what you get for all files that start with a #lang.

    Update: I tried it, and indeed it was easy to set things up. I’ve posted this code on the mailing list:

    (defun flymake-racket-init ()
      (let* ((temp-file (flymake-init-create-temp-buffer-copy
                         'flymake-create-temp-inplace))
             (local-file (file-relative-name
                          temp-file
                          (file-name-directory buffer-file-name))))
        (list "racket" (list "-qf" local-file))))
    (push '("\\.rkt\\'" flymake-racket-init)
          flymake-allowed-file-name-masks)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to make a progressbar in Java like displayed on this page?
Possible Duplicate: Make .gitignore ignore everything except a few files Is it possible to
is it possible to make something like this? // file.php $string = require('otherfile.php'); echo
It is possible to make something like this? $.ajax({ url: test.php, success: function(json, json1){
Possible Duplicates: Make a wizard like application in Android Pattern one activity, multiple views.
Is it possible to make IE6 (or IE 8 set to quirks mode through
Is it possible to make the code-completion on Netbeans automatic, like on Aptana or
Is it possible to make a custom operator so you can do things like
Is it possible to make these relative? for example: webservice.asmx rather then http://servername/webservice.asmx
there is possible make something like this in php ? <script type=text/javascript> for(i=0; i<5;

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.