Tagged Questions
The compile-mode tag has no wiki summary.
1
vote
1answer
42 views
capturing pva multiline compiler output for emacs compile mode
I wish to compile hSpice pva through emacs.
However, compile-mode does not parse the output properly.
This is the error message the pva compiler generates (the pvaE section):
Parsing include file ...
0
votes
1answer
314 views
elisp compile, add a regexp to error detection
I am starting with emacs, and don't know much elisp. Nearly nothing, really.
I want to use ack as a replacement of grep.
These are the instructions I followed to use ack from within emacs:
...
0
votes
3answers
360 views
pathname translation in Emacs for finding local source file path from remote (ssh compile) error filenames
Is there some sort of general pathname-rewriting/normalizing facility I can exploit in Emacs to allow source files in compile-mode to be translated to local paths based on remote paths? I was hoping ...