emacs-devel
[Top][All Lists]
Advanced

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

SPICE simulation in GNU Emacs


From: Anand Tamariya
Subject: SPICE simulation in GNU Emacs
Date: Thu, 7 Oct 2021 09:40:11 +0530

Now you can manage and run SPICE simulation within GNU Emacs using ngspice.

Code: https://gitlab.com/atamariya/emacs/-/blob/dev/lisp/spice-mode.el

Details: https://lifeofpenguin.blogspot.com/2021/10/spice-simulation-in-gnu-emacs.html

Note: Till I figure out a better way to override compilation-error rules, you need to apply the following patch to jump to error location via 'next-error' command.

modified   lisp/progmodes/compile.el
@@ -2186,7 +2186,7 @@ define-compilation-mode
    compilation-mode-font-lock-keywords
    compilation-page-delimiter
    compilation-parse-errors-filename-function
-   compilation-process-setup-function
+   ;; compilation-process-setup-function
    compilation-scroll-output
    compilation-search-path
    compilation-skip-threshold


reply via email to

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