summaryrefslogtreecommitdiff
path: root/lisp/progmodes/meta-mode.el
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | (meta-mode-syntax-table): Move init into decl.Stefan Monnier2007-09-191-71/+67
| | | | | | | | (meta-mode-map): Likewise and remove \t binding.
* | (meta-indent-unfinished-line): Do not say that a `%' in a string isMichaël Cadilhac2007-09-101-3/+7
| | | | | | | | | | a comment-start. (meta-indent-previous-line): Fix style.
* | (meta-font-lock-keywords)Michaël Cadilhac2007-09-101-19/+22
| | | | | | | | | | | | | | (font-lock-match-meta-declaration-item-and-skip-to-next) (meta-comment-indent, meta-indent-previous-line) (meta-indent-unfinished-line, meta-beginning-of-defun) (meta-end-of-defun, meta-common-initialization): Handle \f.
* | (meta-indent-calculate-last): Remove.Michaël Cadilhac2007-08-171-43/+110
|/ | | | | | | | | | | | | | | (meta-indent-current-nesting): Use a computation of the nesting instead. (meta-indent-current-indentation): Indentation is given according to nesting and if the previous line was finished or not. (meta-indent-unfinished-line): Tell if the current line ends with a finished expression. (meta-indent-looking-at-code): Like `looking-at', but checks if the point is a string before. (meta-indent-level-count): Use it. Don't count parenthesis as it's done in the nesting function. (meta-indent-in-string-p): Tell if the current point is in a string. (meta-indent-calculate): Treat b-o-b as a special case. Use the previous functions.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright for 2006.Nick Roberts2006-02-101-1/+1
|
* Add :link (custom-group-link font-lock-faces) to defgroup.Juri Linkov2005-11-171-0/+1
|
* * message.el (message-expand-group): Pass the commonMasatake YAMATO2005-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prefix substring of completion to `display-completion-list'. * mh-comp.el (mh-complete-word): Pass the common prefix substring of completion to `display-completion-list'. * dabbrev.el (dabbrev-completion): Pass the common prefix substring of completion to `display-completion-list'. * filecache.el (file-cache-minibuffer-complete) (file-cache-complete): Ditto. * tempo.el (tempo-display-completions): Ditto. * wid-edit.el (widget-file-complete, widget-color-complete): Ditto. * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto. * eshell/em-hist.el (eshell-list-history): Ditto. * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto. * progmodes/etags.el (complete-tag): Ditto. * progmodes/make-mode.el (makefile-complete): Ditto. * progmodes/meta-mode.el (meta-complete-symbol): Ditto. * progmodes/octave-mod.el (octave-complete-symbol): Ditto. * progmodes/pascal.el (pascal-complete-word) (pascal-show-completions): Ditto. * textmodes/bibtex.el (bibtex-complete-internal): Ditto. * simple.el (completion-common-substring): New variable. (completion-setup-function): Use `completion-common-substring' to put faces. * minibuf.c (Fdisplay_completion_list): Add new optional argument COMMON_SUBSTRING. Bind `completion-common-substring' to the optional argument during running `completion-setup-hook'.
* Update copyright for release of 22.1 for progmodes directory.Nick Roberts2005-08-011-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* * progmodes/ada-mode.el (ada-mode):Lute Kamstra2005-05-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * progmodes/antlr-mode.el (antlr-mode): * progmodes/autoconf.el (autoconf-mode): * progmodes/dcl-mode.el (dcl-mode): * progmodes/delphi.el (delphi-mode): * progmodes/ebrowse.el (ebrowse-tree-mode) (ebrowse-electric-list-mode, ebrowse-member-mode) (ebrowse-electric-position-mode): * progmodes/f90.el (f90-mode): * progmodes/fortran.el (fortran-mode): * progmodes/icon.el (icon-mode): * progmodes/idlw-help.el (idlwave-help-mode): * progmodes/idlw-shell.el (idlwave-shell-mode): * progmodes/idlwave.el (idlwave-mode): * progmodes/inf-lisp.el (inferior-lisp-mode): * progmodes/m4-mode.el (m4-mode): * progmodes/meta-mode.el (metafont-mode, metapost-mode): * progmodes/modula2.el (modula-2-mode): * progmodes/octave-inf.el (inferior-octave-mode): * progmodes/octave-mod.el (octave-mode): * progmodes/pascal.el (pascal-mode): * progmodes/sh-script.el (sh-mode): * progmodes/sql.el (sql-mode, sql-interactive-mode): * progmodes/vhdl-mode.el (vhdl-mode): * progmodes/xscheme.el (scheme-interaction-mode): Use run-mode-hooks.
* (meta-mark-active): Fix condition to justDavid Kastrup2005-02-181-1/+1
| | | | use `mark-active' when defined.
* Update AUCTeXDavid Kastrup2004-08-221-1/+1
| | | | information.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (meta-fill-paragraph): Remove.Stefan Monnier2003-02-111-88/+0
| | | | | (meta-common-initialization): Don't set fill-paragraph-function now that fill-paragraph takes care of comments.
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-53/+53
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+1
|
* Changed font-lock-reference-face to font-lock-constant-face.Simon Marshall1998-02-201-2/+2
|
* Customized.Andreas Schwab1998-01-261-28/+59
|
* Comment change.Richard M. Stallman1997-08-031-10/+0
|
* Update copyright notice and permission notice.Richard M. Stallman1997-07-231-4/+6
| | | | | (metafont-mode): Add autoload cookie. (metapost-mode): Add autoload cookie.
* Initial revisionRichard M. Stallman1997-06-221-0/+1099