SRI-CSL / PVS

The People's Verification System
http://pvs.csl.sri.com
GNU General Public License v2.0
132 stars 32 forks source link

Don't load user .emacs when batch processing during build. #94

Closed pdo closed 8 months ago

pdo commented 1 year ago

User code in the .emacs file can interfere with PVS build operations (as it did for me initially), so I think it's better not to load the user's .emacs if possible.

This might also be related to Issue #92, in that it's to do with code external to PVS causing problems. I'm not familiar with the PVS installation process (so far I've only run PVS from the build directory), but maybe a "-q" is also appropriate in the install-sh script?