1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

38 Commits

Author SHA1 Message Date
Stefan Monnier
4a0aa1d93a (perl-font-lock-syntactic-keywords): New var, to recognize ${ $' and PODs.
(perl-font-lock-syntactic-face-function): New function.
(perl-mode): Use them.
(perl-continuation-line-p): New function, from perl-calculate-indent.
(perl-calculate-indent): Use it, to properly handle continuation
lines of continuation lines.
2001-06-10 18:02:43 +00:00
Stefan Monnier
4b8dfb4345 (perl-mode): Use define-derived-mode.
(perl-comment-indent): Simplify to let newcomment.el do its job.
(perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
(perl-mark-function): Cleanup the namespace.
(perl-calculate-indent): Don't be fooled by nested functions.
2001-05-25 21:16:05 +00:00
Stefan Monnier
be5e3be3ac (perl-mode): Don't gratuitously override the default for comment-column. 2000-09-29 03:32:40 +00:00
Gerd Moellmann
cc6777a332 (perl-indent-line): When looking for a
label, ensure that the first colon isn't followed by another.
2000-05-30 20:40:09 +00:00
Richard M. Stallman
d06ad999da (perl-mode): Add autoload cookie. 1998-04-30 03:22:20 +00:00
Stephen Eglen
5636765c52 Customized. 1998-02-22 19:51:45 +00:00
Simon Marshall
883212ce69 Changed font-lock-reference-face to font-lock-constant-face. 1998-02-20 14:58:27 +00:00
Dave Love
c0b08eb017 Use imenu-case-fold-search. 1997-12-12 17:10:08 +00:00
Karl Heuer
fcae1b4cb2 (perl-mode): Delete autoload cookie. 1997-11-23 02:14:14 +00:00
Richard M. Stallman
b8668259e2 (calculate-perl-indent): When indenting under a
containing openparen, skip spaces after the openparen.
1997-04-08 01:18:14 +00:00
Karl Heuer
3d0ced7a14 *** empty log message *** 1996-11-17 19:40:38 +00:00
Richard M. Stallman
5b1bdb5f74 (electric-perl-terminator, perl-indent-command):
(perl-backward-to-noncomment, indent-perl-exp): Avoid error if
comment-start-skip is nil.
1996-10-26 18:14:31 +00:00
Richard M. Stallman
86175613ea Add `provide' call. 1996-09-28 03:17:21 +00:00
Karl Heuer
4d23eb4bd3 (perl-imenu-generic-expression): Recognize packages. 1996-02-21 21:29:14 +00:00
Simon Marshall
3e7fc8bd9f Support for Font Lock mode. 1996-01-25 10:27:31 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Karl Heuer
a7acbbe4d4 Comment fixes. 1996-01-05 22:21:28 +00:00
Richard M. Stallman
f42484a2cd (perl-imenu-generic-expression) New variable.
(perl-mode): Set imenu-generic-expression.
1995-07-26 18:01:10 +00:00
Richard M. Stallman
012733b38e (perl-comment-indent): Make extra space only when
not at beginning of line.
1995-04-11 03:00:04 +00:00
Richard M. Stallman
8de214e60d (calculate-perl-indent): When backing up over continuations,
don't go to line beg;
perl-backward-to-start-of-continued-exp gives the right place.
1995-03-08 02:22:45 +00:00
Boris Goldowsky
edae0c554c (perl-mode): Remove ^ from paragraph-start & paragraph-separate. 1995-03-02 15:37:20 +00:00
Richard M. Stallman
15cb2300cf (perl-tab-to-comment): Default is nil. 1995-02-23 06:26:55 +00:00
Simon Marshall
cad69fcd2b * perl-mode.el: (perl-mode): Set font-lock-defaults. 1994-10-12 09:04:05 +00:00
Richard M. Stallman
9e55147771 (perl-font-lock-keywords): New variable.
(perl-mode): Set font-lock-keywords locally.
1994-10-07 10:08:48 +00:00
Richard M. Stallman
c6818db902 Comment change. 1994-09-24 04:14:20 +00:00
Richard M. Stallman
c1033e008c (perl-indent-command): Fix backwards conditional. 1994-08-17 01:45:45 +00:00
Karl Heuer
8f1204db34 Update copyright. 1994-05-03 23:47:06 +00:00
Richard M. Stallman
7ac7f4c200 (perl-mode): Set parse-sexp-ignore-comments. 1994-02-12 02:17:58 +00:00
Richard M. Stallman
10e6ca88b1 Change defconsts to defvars. Doc fixes. 1994-01-14 20:54:08 +00:00
Richard M. Stallman
97c48db572 (perl-mode): Add autoload cookie. 1993-08-05 01:37:04 +00:00
Jim Blandy
eb8c3be94e Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
Eric S. Raymond
e41b2db1da Added or corrected Commentary sections 1993-03-22 03:27:18 +00:00
Richard M. Stallman
4da319370e entered into RCS 1992-07-27 08:52:26 +00:00
Eric S. Raymond
3a801d0c71 *** empty log message *** 1992-07-22 04:22:42 +00:00
Eric S. Raymond
d7b4d18fd4 *** empty log message *** 1992-07-17 20:24:00 +00:00
Eric S. Raymond
282d89c00d *** empty log message *** 1992-07-16 06:28:10 +00:00
Eric S. Raymond
4821e2af02 *** empty log message *** 1992-07-15 23:29:10 +00:00
Jim Blandy
2076c87c10 Initial revision 1991-12-21 09:29:41 +00:00