Lugaru's Epsilon
Programmer's
Editor

Context:
Epsilon User's Manual and Reference
   . . .
   Commands by Topic
      Getting Help
      Moving Around
      Changing Text
      . . .
      Miscellaneous
   Command Reference
      . . .
      next-buffer
      next-difference
      next-error
      next-match
      next-page
      . . .
   Variable Reference
      abort-file-io
      abort-file-matching
      abort-key
      . . .
      yank-rectangle-to-corner
   . . .

Previous   Up    Next
next-difference  Command Reference   next-match


Epsilon User's Manual and Reference > Command Reference >

next-error

Find a compiler error message, then jump to the offending line.

This command searches in the process buffer for a line containing a compiler error message. Epsilon uses a regular expression search to recognize these messages.

If a window displays the file containing the error, Epsilon switches to that window. Otherwise, it uses the find-file command to display the file in the current window. It then goes to the indicated line of the file using the goto-line command, then displays the error message in the echo area. A positive numeric argument of n moves to the nth next error message. A negative numeric argument of -n moves to the nth previous error message. A numeric argument of zero repeats the last message.

Users running Cygwin tools may wish to set the cygwin-filenames variable to make Epsilon recognize file names in this format.

More info:

Compiling From Epsilon



Previous   Up    Next
next-difference  Command Reference   next-match


Lugaru Copyright (C) 1984, 2020 by Lugaru Software Ltd. All rights reserved.