Package: basex
Version: 6.7.1-1
Severity: wishlist
In emacs,
compile is an interactive compiled Lisp function in `compile.el'.
It is bound to C-x c, <menu-bar> <tools> <compile>.
(compile COMMAND &optional COMINT)
Compile the program including the current buffer. Default: run `make'.
Runs COMMAND, a shell command, in a separate process asynchronously
with output going to the buffer `*compilation*'.
You can then use the command C-x ` to find the next error message
and move to the source code that caused it.
Validate is ready for emacs
$ man validate
--[no]emacs
(don't) use an output format intended for parsing by (X)Emacs,
autodetected.
But not basex
$ basex /tmp/e.xqy
Error: Stopped at line 1, column 23:
[XQST0031] XQuery version "1.0-ml" not supported.
Mainly the file is missing. We only see the line number...
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]