all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* SPICE simulation in GNU Emacs
@ 2021-10-07  4:10 Anand Tamariya
  2021-10-07 22:28 ` Richard Stallman
  0 siblings, 1 reply; 3+ messages in thread
From: Anand Tamariya @ 2021-10-07  4:10 UTC (permalink / raw)
  To: Emacs Devel

[-- Attachment #1: Type: text/plain, Size: 779 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1534 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-07 23:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-07  4:10 SPICE simulation in GNU Emacs Anand Tamariya
2021-10-07 22:28 ` Richard Stallman
2021-10-07 23:39   ` Alexandre Garreau

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.