aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-syntax.el
AgeCommit message (Expand)Author
2018-12-26Make coq-mode work without generic/proof-*Stefan Monnier
2018-12-25Reduce the impact of proof-site, in case PG is not usedStefan Monnier
2018-12-22* coq-mode.el: New file to make coq-mode independent from PGStefan Monnier
2018-12-14Fix remaining uses of CL; Make files more declarativeStefan Monnier
2018-12-13Use `cl-lib` instead of `cl` everywhereStefan Monnier
2018-08-23Fix most doc issues raised by (checkdoc)Erik Martin-Dorel
2018-03-07Add a missing parameter in advice on font-lock-fontify-keywords-regionClément Pit--Claudel
2018-02-21Update copyright messages and improve the header of elisp files.Erik Martin-Dorel
2010-09-22Fix some bugs in coq regexp generationDavid Aspinall
2010-08-25Bring syntactic context functions togetherDavid Aspinall
2010-08-18Style fixesDavid Aspinall
2010-08-11only run custom font-lock-fontify-syntactically-region on PG buffersDavid Aspinall
2010-08-11Support custom syntactic fontification. Split out pa macros.David Aspinall
2010-08-08Checkdoc cleanupsDavid Aspinall
2009-12-01proof-splice-separator -> mapconcat builtinDavid Aspinall
2009-12-01proof-ids-to-regexp: use regexp-opt, this seems reliable now.David Aspinall
2009-12-01fix proof-splice-separatorDavid Aspinall
2009-10-03proof-regexp-alt: use shy matchingDavid Aspinall
2009-09-09Add proof-re-search-forward-safeDavid Aspinall
2009-09-06Doc fixes, and many defun -> defsubst to enhance compiled code.David Aspinall
2009-09-05Clean whitespaceDavid Aspinall
2009-09-04Remove proof-shell-prompt-pattern, no longer used.David Aspinall
2009-09-04proof-looking-at-syntactic-context: moved to proof-utils because of macro useDavid Aspinall
2009-09-04commentDavid Aspinall
2009-08-19proof-splice-separator: ignore nil entries for convenienceDavid Aspinall
2009-08-18NoteDavid Aspinall
2009-08-17Update docDavid Aspinall
2009-08-17proof-looking-at-syntactic-context: allow proof assistantDavid Aspinall
2008-07-24Merge changes from Version4Branch.David Aspinall
2008-07-21proof-ids-to-regexp: Use word-symbol constituent match \_< \_> in GNU Emacs,David Aspinall
2008-07-21Changed the main menu of coq. Changed a shortcut for holes.Pierre Courtieu
2008-01-16Reduce compiler warnings. Minor fixes.David Aspinall
2008-01-15Many rearrangements for compatibility, efficient/correct compilation, namespa...David Aspinall
2007-05-10Add proof-replace-regexp-nocasefoldDavid Aspinall
2006-08-23Coq indentation small fixes.Pierre Courtieu
2005-09-01added proof-search-forward, proof-replace-regexp-in-string;Makarius Wenzel
2005-02-13Add suggestion by Stefan Monnier (comment only)David Aspinall
2002-08-31Documentation.David Aspinall
2002-08-31Improved implementation of zap-commas font lock behaviour, patch from Stefan ...David Aspinall
2002-08-13proof-string-match-safe is even more safeDavid Aspinall
2002-07-19Variable name change proof-comment-{start,end}-regexp -> proof-script-comment...David Aspinall
2002-07-18Investigation of proof-zap-commas failure in GNU Emacs; comments, no results.David Aspinall
2002-07-18Fix bug in proof-zap-commas-region (which is anyway faulty)David Aspinall
2002-07-16Refactor several variable names; clean up, doc subterm markup and output disp...David Aspinall
2002-06-21GPLDavid Aspinall
2002-01-31Tweak commentDavid Aspinall
2001-08-10Found another instance of buffer-syntactic-contextDavid Aspinall
2001-05-08Copyright date updatedDavid Aspinall
2000-12-14Generalise proof-format-filenameDavid Aspinall
2000-06-08added proof-looking-at-safe, proof-looking-at-syntactic-context;Makarius Wenzel