<feed xmlns='http://www.w3.org/2005/Atom'>
<title>proof-general/acl2, branch master</title>
<subtitle>Emacs plugins for proof management systems</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/'/>
<entry>
<title>Fix remaining uses of CL; Make files more declarative</title>
<updated>2018-12-14T22:11:19+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2018-12-14T03:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=9a25320acf24020fc0e2b97589f9d996f3d1d4fb'/>
<id>9a25320acf24020fc0e2b97589f9d996f3d1d4fb</id>
<content type='text'>
Emacs occasionally loads Elisp files just to get more info (e.g. for C-h f),
so loading a file should "no effect".  Fix the most obvious such effects:
the splash screen and the autotests by moving those effects into a function.

* coq/coq-autotest.el: Make it declarative.  Use lexical-binding.
(coq-autotest): New function holding the code that used to be at top-level.

* generic/proof.el: Use lexical-binding.
Don't call proof-splash-message just because we're being loaded.

* generic/proof-script.el: Use lexical-scoping; fix all warnings.
(pg-show-all-portions): Simplify the code with a closure.
(proof-activate-scripting): Declare activated-interactively as dyn-scoped.
(proof--splash-done): New var.
(proof-mode): Call proof-splash-message upon first use.

* generic/proof-splash.el (proof-splash-message): Don't check
byte-compile-current-file now that we're only called when the mode
is activated.

* acl2/acl2.el (auto-mode-alist): Use `add-to-list` and \'.

* coq/coq-db.el (coq-build-menu-from-db-internal): Avoid silly O(N²).

* coq/coq-seq-compile.el:
* coq/coq-par-test.el:
* coq/coq-par-compile.el: Fix leftover uses of CL's `assert`.

* generic/proof-utils.el:
* generic/pg-movie.el:
* etc/testsuite/pg-test.el:
* coq/coq-syntax.el: Fix leftover uses of CL's `incf`.

* generic/pg-autotest.el: Fix leftover uses of CL's `decf`.

* obsolete/plastic/plastic.el (plastic-preprocessing): Fix leftover use
of CL's `loop`.

* generic/pg-user.el (proof-add-completions): Do nothing if no
proof-assistant is set yet (i.e. during byte-compilation).
(byte-compile-current-file): No need to test this any more.

* generic/proof-syntax.el (proof-regexp-alt-list): Use mapconcat.
Remove unnecessary "\\(?:...\\)".
(proof-regexp-alt): Redefine in terms of proof-regexp-alt-list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Emacs occasionally loads Elisp files just to get more info (e.g. for C-h f),
so loading a file should "no effect".  Fix the most obvious such effects:
the splash screen and the autotests by moving those effects into a function.

* coq/coq-autotest.el: Make it declarative.  Use lexical-binding.
(coq-autotest): New function holding the code that used to be at top-level.

* generic/proof.el: Use lexical-binding.
Don't call proof-splash-message just because we're being loaded.

* generic/proof-script.el: Use lexical-scoping; fix all warnings.
(pg-show-all-portions): Simplify the code with a closure.
(proof-activate-scripting): Declare activated-interactively as dyn-scoped.
(proof--splash-done): New var.
(proof-mode): Call proof-splash-message upon first use.

* generic/proof-splash.el (proof-splash-message): Don't check
byte-compile-current-file now that we're only called when the mode
is activated.

* acl2/acl2.el (auto-mode-alist): Use `add-to-list` and \'.

* coq/coq-db.el (coq-build-menu-from-db-internal): Avoid silly O(N²).

* coq/coq-seq-compile.el:
* coq/coq-par-test.el:
* coq/coq-par-compile.el: Fix leftover uses of CL's `assert`.

* generic/proof-utils.el:
* generic/pg-movie.el:
* etc/testsuite/pg-test.el:
* coq/coq-syntax.el: Fix leftover uses of CL's `incf`.

* generic/pg-autotest.el: Fix leftover uses of CL's `decf`.

* obsolete/plastic/plastic.el (plastic-preprocessing): Fix leftover use
of CL's `loop`.

* generic/pg-user.el (proof-add-completions): Do nothing if no
proof-assistant is set yet (i.e. during byte-compilation).
(byte-compile-current-file): No need to test this any more.

* generic/proof-syntax.el (proof-regexp-alt-list): Use mapconcat.
Remove unnecessary "\\(?:...\\)".
(proof-regexp-alt): Redefine in terms of proof-regexp-alt-list.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright messages and improve the header of elisp files.</title>
<updated>2018-02-20T23:53:25+00:00</updated>
<author>
<name>Erik Martin-Dorel</name>
</author>
<published>2017-08-12T11:48:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=4e0c2a00cfbb7ea5c5ab68573bfb0edb78e8bd6f'/>
<id>4e0c2a00cfbb7ea5c5ab68573bfb0edb78e8bd6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the documentation and prepare the release 4.4.</title>
<updated>2016-09-18T19:27:27+00:00</updated>
<author>
<name>Erik Martin-Dorel</name>
</author>
<published>2016-09-18T18:59:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=771cab48b2f9ea2ae3fa8f944d0e36a805bf9f3b'/>
<id>771cab48b2f9ea2ae3fa8f944d0e36a805bf9f3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean whitespace</title>
<updated>2009-09-05T10:42:23+00:00</updated>
<author>
<name>David Aspinall</name>
</author>
<published>2009-09-05T10:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=b35ce5388cfbd86b2be92e7acb56ff4aa215f58a'/>
<id>b35ce5388cfbd86b2be92e7acb56ff4aa215f58a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove proof-shell-prompt-pattern, no longer used.</title>
<updated>2009-09-04T16:42:57+00:00</updated>
<author>
<name>David Aspinall</name>
</author>
<published>2009-09-04T16:42:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=17460bf8b246b7f26b390ca67145c11ee230de9d'/>
<id>17460bf8b246b7f26b390ca67145c11ee230de9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge changes from Version4Branch.</title>
<updated>2008-07-24T09:51:53+00:00</updated>
<author>
<name>David Aspinall</name>
</author>
<published>2008-07-24T09:51:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=76d6b0b2b1f039549d308a0d2c478a6b05869af9'/>
<id>76d6b0b2b1f039549d308a0d2c478a6b05869af9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated.</title>
<updated>2008-01-15T15:57:03+00:00</updated>
<author>
<name>David Aspinall</name>
</author>
<published>2008-01-15T15:57:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=d31b2387d328405396785da0c570458dd037009b'/>
<id>d31b2387d328405396785da0c570458dd037009b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Many compatibility updates, bug fixes, rearrangements for compilation.</title>
<updated>2008-01-15T13:07:11+00:00</updated>
<author>
<name>David Aspinall</name>
</author>
<published>2008-01-15T13:07:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=6a3c8d9bd0db3a4db6a01a0f587f309da568a943'/>
<id>6a3c8d9bd0db3a4db6a01a0f587f309da568a943</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More email -&gt; trac renames</title>
<updated>2007-12-14T15:00:02+00:00</updated>
<author>
<name>David Aspinall</name>
</author>
<published>2007-12-14T15:00:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=e2bce0cfa89a8d248199a1a2ab7407814676b0ec'/>
<id>e2bce0cfa89a8d248199a1a2ab7407814676b0ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Compiler warnings</title>
<updated>2004-04-17T22:30:11+00:00</updated>
<author>
<name>David Aspinall</name>
</author>
<published>2004-04-17T22:30:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/proof-general/commit/?id=2968c81ed673a83ed338d9362324a591d1b1b792'/>
<id>2968c81ed673a83ed338d9362324a591d1b1b792</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
