1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-19 10:22:27 +00:00
Commit Graph

29 Commits

Author SHA1 Message Date
Nick Roberts
f4733d22e6 (asm-font-lock-keywords): Use font-lock-variable-name-face for registers. 2004-10-23 22:04:13 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Masatake YAMATO
c1b559329f * progmodes/asm-mode.el (asm-font-lock-keywords): Support
labels starting with "." and directives starting with ".".
2003-06-25 06:52:04 +00:00
Stefan Monnier
dfc42f38c1 (asm-calculate-indentation, asm-indent-line): New functions.
(asm-mode): Use them in indent-line-function.
Set tab-always-indent to nil to stay closer to previous tab behavior.
Set comment-add.  Remove space at end of comment-add.
(asm-newline): Obsolete.  Use newline-and-indent instead.
(asm-mode-map): Remove TAB binding.
(asm-code-level-empty-comment-pattern)
(asm-flush-left-empty-comment-pattern)
(asm-inline-empty-comment-pattern): Remove.
(asm-comment): Use newcomment functions instead.
(asm-colon): Don't tab if colon is not after a label.
(asm-line-matches, asm-pop-comment-level): Remove.
2003-04-02 16:48:11 +00:00
Stefan Monnier
c7d565f4dc (asm-mode-syntax-table): Setup entries that do not depend on asm-comment-char.
(asm-mode-map): Declare and init at the same time.
(asm-code-level-empty-comment-pattern)
(asm-flush-left-empty-comment-pattern)
(asm-inline-empty-comment-pattern): Use \s< so they do not depend
on asm-comment-char.  Turn them into constants.
(asm-mode): Simplify.
(asm-line-matches): Remove unused arg.
2003-04-01 23:09:13 +00:00
Juanma Barranquero
3d29fd3365 (asm-mode): Support skipping C lang style comments. 2003-03-31 20:16:01 +00:00
Andreas Schwab
769c4c6377 (asm-font-lock-keywords): Allow arbitrary
words separated by dots.  Match optional parenthesized word at
start of line.
2003-02-02 17:35:47 +00:00
Juanma Barranquero
1825567708 (asm-mode): Added syntax table entries for /* */ comments. 2003-01-23 09:12:03 +00:00
Stefan Monnier
5bf9c8a0c9 (asm-mode): Don't gratuitously override the default for comment-column. 2000-09-29 03:31:36 +00:00
Richard M. Stallman
6f9a5d90c6 (asm-mode): Set comment-start properly from asm-comment-char.
(asm-font-lock-keywords): Recognize instruction width suffixes.
1999-09-02 04:48:09 +00:00
Karl Heuer
1ce965febf (asm-mode): Doc fix.
(asm-comment-char): Escape literal semicolon.
1998-09-23 23:38:11 +00:00
Andreas Schwab
28d16ed35b Customized. 1998-01-26 11:29:46 +00:00
Richard M. Stallman
896546cd9b Add provide call. 1997-06-22 18:57:55 +00:00
Erik Naggum
16bba9cabc (asm-mode-map): Fix typo. 1996-06-22 02:14:01 +00:00
Richard M. Stallman
6c58b173c9 (asm-mode-map): Bind C-c ; to comment-region. 1996-06-21 20:58:52 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Richard M. Stallman
f45a220ab3 (asm-mode): Make a per-buffer child keymap here.
Use asm-comment-char to specify which character to define.
(asm-mode-map): Don't bind `;' at load time.
1995-03-23 20:57:04 +00:00
Richard M. Stallman
148d2a8dec Doc fixes. 1995-03-22 21:31:08 +00:00
Simon Marshall
788a3a2b22 * asm-mode.el: (asm-mode): Set font-lock-defaults. 1994-10-12 08:06:09 +00:00
Richard M. Stallman
a4d8ed20e2 (asm-font-lock-keywords): New variable.
(asm-mode): Set font-lock-keywords locally.
1994-10-07 10:07:02 +00:00
Karl Heuer
24768ef9ce (asm-comment): Don't match newline. 1994-05-07 01:58:40 +00:00
Richard M. Stallman
18e3ab4119 (asm-mode): Doc fix. 1994-03-22 20:48:30 +00:00
Richard M. Stallman
8a68f868d1 (asm-mode): Don't mess with auto-fill mode. 1993-12-23 03:16:25 +00:00
Richard M. Stallman
1d928d6939 Doc fix. 1993-05-05 22:47:54 +00:00
Eric S. Raymond
1bd6009347 entered into RCS 1992-07-24 21:00:38 +00:00
Eric S. Raymond
f961a17c44 *** empty log message *** 1992-07-17 07:10:46 +00:00
Richard M. Stallman
15ece07de6 *** empty log message *** 1992-07-16 21:43:09 +00:00
Eric S. Raymond
c0274f385f *** empty log message *** 1992-05-30 23:54:21 +00:00
Jim Blandy
0231f2dce8 Initial revision 1991-12-21 08:23:15 +00:00