aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/modes.texi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move to ../doc/lisprefGlenn Morris2007-09-061-3271/+0
|
* (Example Major Modes): Fix typo.Martin Rudalics2007-08-081-1/+1
|
* (magic-fallback-mode-alist): Rename from file-start-mode-alist.Stefan Monnier2007-05-161-1/+1
|
* (Example Major Modes): Explain last line of text-mode is redundant.Richard M. Stallman2007-05-121-1/+5
|
* (Auto Major Mode): Document file-start-mode-alist.Richard M. Stallman2007-05-101-0/+5
|
* Improve index entry. Remove redundant one.Richard M. Stallman2007-04-071-2/+1
|
* wordingKarl Berry2007-04-021-1/+1
|
* Improve indexing.Eli Zaretskii2007-03-311-0/+6
|
* (Major Mode Conventions): Fundamental mode is exception.Richard M. Stallman2007-03-041-1/+3
|
* Fix typo.Chong Yidong2007-02-031-3/+3
|
* (Defining Minor Modes): Document that a :require keyword or similarChong Yidong2007-02-031-4/+19
| | | | may be required to make saved customization variables work.
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-161-2/+2
| | | | 2001).
* (Defining Minor Modes): Fix previous change.Richard M. Stallman2007-01-051-1/+3
|
* (Defining Minor Modes): Explain effect of commandRichard M. Stallman2007-01-021-3/+6
| | | | defined with define-global-minor-mode on new buffers.
* (Font Lock Basics): Explain how nil for font-lock-defaults affectsRichard M. Stallman2006-12-111-3/+13
| | | | | face menu. Explain how to make it non-nil without enabling any fontification.
* (Font Lock Basics): Document nil value of font-lock-defaults.Chong Yidong2006-12-101-4/+7
|
* (Multiline Font Lock): Rephrase some parts for clarity.Stefan Monnier2006-11-231-9/+12
|
* Rephrase some font-lock-multiline text.Stefan Monnier2006-11-191-9/+12
|
* (Precalculated Fontification): Don't say thatRichard M. Stallman2006-10-161-2/+1
| | | | not setting font-lock-defaults avoids loading font-lock.
* (%-Constructs): Reorder coding systems in theJuri Linkov2006-09-291-1/+1
| | | | documentation of %z to the real order displayed in the modeline.
* (Syntactic Font Lock): Mention specific faces once again.Richard M. Stallman2006-08-311-4/+5
|
* (Syntactic Font Lock): Mention font-lock-syntactic-face-function.Stefan Monnier2006-08-311-1/+1
| | | | Suggested by Richard Bielawski <RBielawski@moneygram.com>
* Clean up wording in previous change.Richard M. Stallman2006-08-081-96/+83
|
* * modes.texi (Hooks): Clarify.Chong Yidong2006-08-071-348/+355
| | | | | | | | | | | | (Major Mode Basics): Mention define-derived-mode explicitly. (Major Mode Conventions): Rebinding RET is OK for some modes. Mention change-major-mode-hook and after-change-major-mode-hook. (Example Major Modes): Moved to end of Modes section. (Mode Line Basics): Clarify. (Mode Line Data): Mention help-echo and local-map in strings. Explain reason for treatment of non-risky variables. (Properties in Mode): Clarify. (Faces for Font Lock): Add font-lock-negation-char-face.
* Fix typo in markup.Juanma Barranquero2006-08-031-1/+1
|
* (font-lock-beg, font-lock-end, font-lock-extend-region-functions): New vars.Stefan Monnier2006-08-031-1/+5
| | | | | | | | (font-lock-extend-region-multiline) (font-lock-extend-region-wholelines): New functions. (font-lock-default-fontify-region): Use them. (font-lock-extend-jit-lock-region-after-change): Only round up if font-lock-default-fontify-region will do it as well.
* (font-lock-extend-after-change-region-function):Stefan Monnier2006-08-031-1/+1
| | | | | | | | | | Rename from font-lock-extend-region-function. (font-lock-extend-region): Remove by inlining at call sites. (font-lock-after-change-function): Don't needlessly round up to a whole number of lines. (font-lock-extend-jit-lock-region-after-change): Be more careful about the boundary conditions and the interactions between the various ways to extend the region.
* (Minor Mode Conventions): Update link for add-to-list.Nick Roberts2006-07-311-1/+1
|
* (Multiline Font Lock): Can't use jit-lock-defer-multilineStefan Monnier2006-07-251-2/+1
| | | | to ensure correct identification.
* (Keymaps and Minor Modes): List punct chars for minor modes.Richard M. Stallman2006-07-241-3/+2
|
* Put period and comma inside quotes.Richard M. Stallman2006-07-181-3/+3
|
* (Syntactic Font Lock): Give default for font-lock-syntax-table.Richard M. Stallman2006-07-171-1/+2
|
* (Defining Minor Modes, Header Lines): Remove @tindex.Eli Zaretskii2006-07-081-3/+0
|
* fix overfull/underfull boxesKarl Berry2006-07-051-3/+4
|
* (%-Constructs): Add %e, %z, %Z.Juri Linkov2006-05-251-0/+10
|
* (Multiline Font Lock): Renamed from Multi line Font Lock Elements.Richard M. Stallman2006-04-301-114/+105
| | | | | Much clarification. (Font Lock Multiline, Region to Fontify): Much clarification.
* Improve the documentation of how to hilight multiline elements.Stefan Monnier2006-04-291-18/+82
|
* Minor tweaks.Stefan Monnier2006-04-261-6/+5
|
* Add documentation about font-lock-multiline.Stefan Monnier2006-04-241-41/+89
|
* (Imenu): Clarify what special items do.Richard M. Stallman2006-04-181-4/+3
|
* * font-lock.el (font-lock-lines-before): Delete variable, subsumed byStefan Monnier2006-03-151-10/+0
| | | | | | | | the new extend-region feature. (font-lock-after-change-function): Update correspondingly. * jit-lock.el (jit-lock-after-change): Update correspondingly. * progmodes/grep.el (font-lock-lines-before): Don't disable. * modes.texi (Region to Fontify): Remove font-lock-lines-before.
* * modes.texi: New node, "Region to Fontify" (for Font Lock).Alan Mackenzie2006-03-141-8/+42
| | | | | | This describes font-lock-extend-region-function. ("Other Font Lock Variables"): move "font-lock-lines-before" to the new node "Region to Fontify".
* (%-Constructs): Remove obsolete info about `global-mode-string'.Juanma Barranquero2006-02-081-2/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Fix typos.Eli Zaretskii2006-01-071-2/+2
|
* (Mode Line Format): Correct typo in menu.Luc Teirlinck2005-12-301-1/+1
|
* (Mode Line Top): New node.Richard M. Stallman2005-12-301-67/+79
| | | | | | | | | (Mode Line Data): Some text moved to new node. Explain the data structure more concretely. (Mode Line Basics): Clarifications. (Mode Line Variables): Clarify intro paragraph. (%-Constructs): Clarify intro paragraph. (Mode Line Format): Update menu.
* (Customizing Keywords): Rename `append' to `how'.Romain Francoise2005-12-141-6/+5
| | | | Fix typo.
* (Minor Mode Conventions): Use custom-set-minor-mode.Stefan Monnier2005-11-161-2/+2
| | | | (Minor Mode Conventions): Mention the use of a hook.
* (Minor Mode Conventions): Use custom-set-minor-mode.Stefan Monnier2005-11-161-2/+1
|