summaryrefslogtreecommitdiff
path: root/lisp/progmodes/sh-script.el
Commit message (Expand)AuthorAgeFilesLines
* (sh-font-lock-quoted-subshell): Skip over theStefan Monnier2007-07-161-3/+4
* (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.Stefan Monnier2007-06-181-5/+22
* Remove unneeded * from docstrings. Use [:alpha:] & [:alnum:] where applicable.Stefan Monnier2007-06-131-108/+90
* (sh-font-lock-backslash-quote, sh-font-lock-flush-syntax-ppss-cache): New funs.Stefan Monnier2007-06-111-2/+19
* (sh-mode): Recognize .profile as sh style.Richard M. Stallman2007-04-281-0/+2
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (sh-make-vars-local): Fix a typo in message string.Eli Zaretskii2006-12-221-1/+1
* Update copyright years.Glenn Morris2006-12-101-2/+2
* (sh-get-kw): | is not among the allowed chars for a keyword.Stefan Monnier2006-10-101-1/+1
* (sh-prev-thing): Remove (forward-char 1) nowStefan Monnier2006-10-041-4/+0
* (sh-prev-thing): Massage to untangle theStefan Monnier2006-10-031-49/+43
* (sh-prev-thing): Fix last change.Eli Zaretskii2006-10-021-3/+3
* (sh-prev-thing): Take `sh-leading-keywords' into account.Eli Zaretskii2006-09-301-27/+36
* (sh-quoted-subshell): Make sure we don't mistake a closing " for an opening one.Stefan Monnier2006-08-081-5/+8
* (sh-quoted-subshell): Further fix last change.Stefan Monnier2006-07-201-45/+46
* (sh-quoted-subshell): Fix last change.Stefan Monnier2006-07-191-1/+1
* (sh-font-lock-keywords-1): Revert inadvertently installed patch hunk.Stefan Monnier2006-07-181-1/+1
* (sh-quoted-subshell): Don't match escaped `. Use `cond', push', and `dolist'.Stefan Monnier2006-07-171-12/+19
* (sh-quoted-exec): New face for quoted exec constructs like `foo bar`.Eli Zaretskii2006-06-031-6/+76
* (sh-mode): Use skeleton-pair-filter-function.Roland Winkler2006-05-211-2/+2
* (sh-mode): Use skeleton-filter-function.Roland Winkler2006-05-211-2/+2
* (sh-shell): Mark as safe.Dan Nicolaescu2006-04-201-0/+1
* (sh-mode): Fix bug: Arrange to useThien-Thi Nguyen2006-02-251-19/+21
* (sh-mode): Set shell type based on file name if no other specific basis.Richard M. Stallman2006-02-211-0/+10
* Update copyright for 2006.Nick Roberts2006-02-101-2/+2
* * progmodes/sh-script.el (sh-mode): Add keymap to docstring.Chong Yidong2005-12-181-1/+1
* (sh-font-lock-syntactic-keywords): \ doesn't escape single quotes.Stefan Monnier2005-11-271-0/+2
* (sh-font-lock-paren): Handle continued lines in patterns.Stefan Monnier2005-11-211-1/+5
* Add :link (custom-group-link font-lock-faces) to defgroup.Juri Linkov2005-11-171-0/+1
* (sh-font-lock-syntactic-keywords): Make $@ and $? into sexps.Stefan Monnier2005-10-211-0/+2
* (sh-escaped-line-re): New var.Stefan Monnier2005-10-201-3/+28
* (sh-tmp-file): Use mktemp -t. Finish support for es and rc shells.Richard M. Stallman2005-10-111-13/+5
* (sh-tmp-file): Use mktemp.Richard M. Stallman2005-10-101-5/+13
* (sh-blink): Fix spurious reference to variable `message'.Juanma Barranquero2005-09-191-1/+1
* Message format fixes, commit no. 3Deepak Goel2005-09-181-7/+7
* (sh-skeleton-pair-default-alist): New var.Richard M. Stallman2005-09-091-1/+6
* (font-lock-comment-face, font-lock-set-defaults, font-lock-string-face):Juanma Barranquero2005-08-301-0/+3
* (sh-font-lock-keywords-var): Variable renamed from sh-font-lock-keywords.Richard M. Stallman2005-08-151-41/+45
* (sh-get-indent-info): Only indent a continuation line if SPC or TAB precedes \.Stefan Monnier2005-07-131-17/+21
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (sh, sh-script): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-3/+3
* (sh-get-kw): `&' also separates words.Glenn Morris2005-06-301-1/+1
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-414Miles Bader2005-06-141-2/+4
* * progmodes/ada-mode.el (ada-mode):Lute Kamstra2005-05-261-1/+1
* (sh-mode, sh-get-word): Minor regexp fixes.Stefan Monnier2005-05-201-2/+2
* More doc usage fixes.Richard M. Stallman2005-05-141-4/+4
* Many doc usage fixes.Richard M. Stallman2005-05-141-30/+30
* (sh-mode-default-syntax-table): Set theDan Nicolaescu2005-05-111-0/+4
* (sh-indent-for-do): Default to 0.Richard M. Stallman2005-05-101-1/+1
* (sh-font-lock-keywords): Use font-lock-negation-char-face.Daniel Pfeiffer2005-05-051-1/+3