1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
Simon Marshall
d3aadf0b0c Use simpler fn. 1996-11-16 13:42:45 +00:00
Simon Marshall
2ff2cda889 Add Font Lock support. Add mode command autoload cookie. 1996-10-23 09:45:11 +00:00
Richard M. Stallman
d353f8febf (save-match-data): Definition deleted. 1996-09-02 17:03:33 +00:00
Richard M. Stallman
8b09046c08 (simula-submit-bug-report): Use emacs-version.
(simula-version): Function and variable deleted.
1996-04-21 01:40:33 +00:00
Richard M. Stallman
8ca3cd4462 (simula-tab-always-indent, simula-indent-level)
(simula-substatement-offset, simula-continued-statement-offset)
(simula-label-offset, simula-if-indent, simula-inspect-indent)
(simula-electric-indent, simula-abbrev-keyword, simula-abbrev-stdproc):
Added default constants.
(simula-emacs-features): new constant to hold information
on which flavor if emacs is running (from cc-mode.el).
(simula-mode-menu): Menu definition for Lucid Emacs
(simula-mode-map): Bound new command simula-indent-exp to C-M-q
and added lots of commands to [menu-bar].
(simula-popup-menu): New function for Lucid menus.
(simula-keep-region-active): New function for Lucid menus.
(simula-indent-exp): New command that indents a whole expression.
(simula-indent-line): New strategies for finding the right amount to indent.
(simula-skip-comment-backward): Added optional parameter stop-at-end
to stop at the first END statement.
(simula-expand-stdproc): Added abbrev expansion to verbatim copy
of abbrev table, same for function simula-expand-keyword.
(simula-search-backward): Added Doc string, and lots of error checking.
(simula-search-forward): Added Doc string, and lots of error checking.
Added hilit19 config code.
(simula-version): New variable and function to report value.
(simula-submit-bug-report): New function to submit bug report.
1996-04-21 01:39:51 +00:00
Karl Heuer
23161c61c4 (simula-electric-keyword): Pass proper format string to message. 1996-01-25 00:57:23 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Boris Goldowsky
c53857e9b2 (simula-mode): Remove ^ from paragraph-start & paragraph-separate. 1995-03-02 15:43:35 +00:00
Richard M. Stallman
a4e104bf5c Doc fix. 1994-05-22 22:14:17 +00:00
Richard M. Stallman
338819bcd0 Fix version in comment. 1993-09-06 13:01:02 +00:00
Richard M. Stallman
3005d32e0f Doc fixes.
(simula-mode-syntax-table): Copy the syntax table.
1993-09-06 12:59:18 +00:00
Jim Blandy
eb8c3be94e Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
Eric S. Raymond
d9ecc911ff Added or corrected Commentary headers 1993-03-22 16:53:22 +00:00
Richard M. Stallman
ae20cac8ea (simula-electric-label): Handle any event when flushing the display. 1993-03-06 06:01:29 +00:00
Jim Blandy
dbc4e1c129 JimB's changes since January 18th 1993-01-26 01:58:16 +00:00
Jim Blandy
ca3e10c715 * bytecomp.el: Declare unread-command-char an obsolete variable.
* vip.el (vip-escape-to-emacs, vip-prefix-arg-value,
	vip-prefix-arg-com): Use unread-command-event instead of
	unread-command-char; respect its new semantics.
	* simula.el (simula-electric-label): Same.

	* simula.el (simula-calculate-indent): Call backward-word with the
	appropriate argument.
1992-11-16 01:42:04 +00:00
Eric S. Raymond
5814274441 entered into RCS 1992-07-22 02:58:48 +00:00
Eric S. Raymond
f961a17c44 *** empty log message *** 1992-07-17 07:10:46 +00:00
Eric S. Raymond
a26389d11d Initial revision 1992-07-16 21:46:36 +00:00