summaryrefslogtreecommitdiff
path: root/lisp/progmodes/sh-script.el
Commit message (Expand)AuthorAgeFilesLines
* (sh-mode-syntax-table) <defvar>:Stefan Monnier2000-11-121-54/+46
* (sh-mode-map): Remove bindings forStefan Monnier2000-10-211-408/+79
* Require skeleton and comint whenDave Love2000-10-151-0/+3
* (sh-imenu-generic-expression): Fix.Stefan Monnier2000-10-151-557/+328
* (sh-search-word): Remove call toGerd Moellmann2000-09-191-1/+0
* (sh-search-word): Rewritten forGerd Moellmann2000-09-191-29/+77
* Big bag of typos.Stefan Monnier2000-08-181-103/+101
* (sh-while-getopts): Fix handling ofGerd Moellmann2000-06-211-1/+1
* (sh-symbol-list, sh-number-or-symbol-list)Stefan Monnier2000-06-051-145/+139
* (sh-ancestor-alist): Add `bash2'.Gerd Moellmann2000-05-231-0/+2
* (sh-while-getopts) <sh>: Handle case thatGerd Moellmann2000-05-151-1/+2
* (sh-mode): Don't call sh-set-shellGerd Moellmann1999-12-221-1/+1
* Fix typo.Gerd Moellmann1999-12-161-1/+1
* (sh-mode): If there is no #!-line, use the shellGerd Moellmann1999-12-161-6/+1
* Fix for when font-lock mode is active.Gerd Moellmann1999-12-121-0/+14
* Added support for indenting existing scripts.Gerd Moellmann1999-10-121-103/+2599
* (sh-tmp-file): Use $TMPDIR, if defined, for sh.Eli Zaretskii1999-09-061-2/+2
* (sh-feature): If nothing is known about the given shell, use theRichard M. Stallman1999-07-011-0/+4
* (sh-mode): When setting syntaxKarl Heuer1999-06-291-1/+2
* (sh-mode): Do not fail if buffer has noKarl Heuer1999-05-151-2/+3
* Update comment.Karl Heuer1998-12-141-1/+1
* (sh-canonicalize-shell): Fix regexp.Andreas Schwab1998-10-301-2/+2
* (sh-font-lock-keywords): Don't crash for an unrecognized shell.Richard M. Stallman1998-10-211-5/+6
* (sh-mode): Handle .spec and .mspec files.Richard M. Stallman1998-10-201-4/+11
* (sh-set-shell): Remove .exe suffix from shell name.Richard M. Stallman1998-09-281-5/+9
* (sh-mode): parse-sexp-ignore-comments = t.Richard M. Stallman1998-07-191-0/+2
* (sh-shell-file): Add cmdproxy to MS shells.Richard M. Stallman1998-05-071-1/+2
* (sh-shell-file): If $SHELL evaluates toEli Zaretskii1998-05-031-1/+10
* *** empty log message ***Dan Nicolaescu1998-04-201-1/+2
* (sh-font-lock-keywords): Fontify sh-style function names in declarations.Richard M. Stallman1998-02-151-1/+6
* (sh-set-shell): Use standard-syntax-table if none other is specified.Richard M. Stallman1998-02-111-1/+2
* (sh-case): Fix paren error.Richard M. Stallman1998-01-261-33/+33
* Use imenu-case-fold-search.Dave Love1997-12-121-0/+1
* Deal with `#'s in variable references.Simon Marshall1997-12-041-1/+8
* (sh-imenu-generic-expression): New variable.Karl Heuer1997-12-041-0/+15
* (sh-mode): Set `comment-start-skip' always.Dave Love1997-11-301-3/+6
* (sh-indent-line): Delete debugging code.Richard M. Stallman1997-08-271-1/+0
* (sh-indent-line): Avoid infinite loopRichard M. Stallman1997-08-231-2/+5
* Whitespace change.Richard M. Stallman1997-06-221-0/+1
* Update for syntax-table text properties.Simon Marshall1997-05-291-12/+12
* (sh-case): Make this a simple define-skeletonRichard M. Stallman1997-04-221-46/+36
* Remove all menu-enable properties except for sh-case.Richard M. Stallman1997-04-171-3/+3
* (sh-while-getopts): Don't add menu-enable property.Richard M. Stallman1997-04-151-1/+0
* Add defgroup's; change use defcustom for user vars.Richard M. Stallman1997-04-121-29/+95
* (sh-mode): Set font-lock-comment-start-regexp via font-lock-defaults.Richard M. Stallman1997-04-101-6/+9
* (sh-set-shell): If file has no #! line,Richard M. Stallman1997-03-301-1/+4
* (sh-case): Define with defun and defvarRichard M. Stallman1997-03-221-39/+46
* (sh-mode-hook, sh-set-shell-hook): Add defvars.Karl Heuer1997-02-231-0/+6
* (sh-shell-file): Downcase and remove extension on shells in NT.Richard M. Stallman1997-01-071-3/+3
* (sh-shell-file): On MSDOS, collapse $SHELL to lowerRichard M. Stallman1997-01-021-8/+16