help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: use emacs as abs modeling language compiler


From: Philippe Coatmeur
Subject: Re: use emacs as abs modeling language compiler
Date: Wed, 30 Nov 2022 16:03:29 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 29/11/2022 17:40, yasereqaderi@gmail.com wrote:
hi everybody;

i want to run and compile ABS modeling language on EMACS editor, the installation is done step 
by step but i have an error with code 127 "absc --java "filename /bin/bash: line 1: 
absc : command not found  compilation exited abnormally with code 127" can anybody help 
me to solve this problem?

If your compile & run commands runs fine in the shell, you can then make a bash script, and call it with something like this:


(defun px/build-current ()
  (interactive)
    (async-shell-command (concat default-directory "build.sh")))

You will then have the output in a separate window, just like in your image.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]