unofficial mirror of emacs-devel@gnu.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

* Re: SPICE simulation in GNU Emacs
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Stallman @ 2021-10-07 22:28 UTC (permalink / raw)
  To: Anand Tamariya; +Cc: emacs-devel

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

I recall that SPICE was nonfree software, in the 1980s.
What about nowadays?  Is it free?

-- 
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)





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

* Re: SPICE simulation in GNU Emacs
  2021-10-07 22:28 ` Richard Stallman
@ 2021-10-07 23:39   ` Alexandre Garreau
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Garreau @ 2021-10-07 23:39 UTC (permalink / raw)
  To: rms; +Cc: Anand Tamariya, emacs-devel

Le vendredi 8 octobre 2021, 00:28:27 CEST Richard Stallman a écrit :
> [[[ To any NSA and FBI agents reading my email: please consider    ]]]
> [[[ whether defending the US Constitution against all enemies,     ]]]
> [[[ foreign or domestic, requires you to follow Snowden's example. ]]]
> 
> I recall that SPICE was nonfree software, in the 1980s.
> What about nowadays?  Is it free?

According Wikipedia it’s now free-software, and that since back in the 
70s:

https://en.wikipedia.org/wiki/SPICE

That recalls me that in my electronic courses in college we used a 
graphical analog and digital electronic simulation software from the 80s, 
called respectively “analog” and “diglog”, from a “chipmunk” software 
suite, and that was so old (and unupdated since so much time) it directly 
dialogued with the X server and was licensed under the GPLv1…




^ 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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).