Skip to content

"Error while checking syntax automatically" when visiting a new file #167

@ysalmon

Description

@ysalmon

Description

I get Error while checking syntax automatically when visiting a new file.

Repro steps

Please provide the steps required to reproduce the problem

  1. Visit a new file /tmp/a.fsx.

Expected behavior

fsharp-mode loads and is ready to be used.

Actual behavior

fsharp-mode loads and gives the following error.

Debugger entered--Lisp error: (error "Buffer a.fsx has no process")
  signal(error ("Buffer a.fsx has no process"))
  #[257 "\300 \210\301�@�A\"\207" [flycheck-report-failed-syntax-check signal] 4 "\n\n(fn ERR)"]((error "Buffer a.fsx has no process"))
  funcall(#[257 "\300 \210\301�@�A\"\207" [flycheck-report-failed-syntax-check signal] 4 "\n\n(fn ERR)"] (error "Buffer a.fsx has no process"))
  flycheck-buffer()
  #[0 "\300 \207" [flycheck-buffer] 1 "\n\n(fn)"]()
  funcall(#[0 "\300 \207" [flycheck-buffer] 1 "\n\n(fn)"])
  flycheck-buffer-automatically()
  flycheck-perform-deferred-syntax-check()
  set-window-buffer(nil #<buffer a.fsx>)
  switch-to-buffer(#<buffer a.fsx>)
  find-file("/tmp/a.fsx" t)
  funcall-interactively(find-file "/tmp/a.fsx" t)

Known workarounds

none

Related information

  • Operating system XUbuntu 16.04
  • Branch
  • Emacs version 25.3.2
  • .NET Runtime, CoreCLR or Mono Version Mono JIT compiler version 5.12.0.226
  • Performance information, links to performance testing scripts
  • Flycheck version 31
  • fsharp-mode version 20171021.431

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions