aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/modes.texi
Commit message (Collapse)AuthorAgeFilesLines
* * doc/emacs/modes.texi (Running Hooks): Document with-wrapper-hook.Chong Yidong2011-10-261-16/+38
|
* Document new Emacs 24 faces in Lisp manual.Chong Yidong2011-08-301-35/+6
| | | | | | | * doc/lispref/display.texi (Basic Faces): New node. Document new faces. * doc/lispref/modes.texi (Major Mode Conventions): Move some text there. (Mode Help): Remove major-mode var, duplicated in Major Modes.
* Update and edit manual sections on major modes.Chong Yidong2011-08-291-162/+175
| | | | | | | | | * doc/emacs/modes.texi (Choosing Modes): auto-mode-case-fold is now t. * doc/lispref/modes.texi (Basic Major Modes): New node. Callers updated. (Major Modes): Document fundamental-mode and major-mode. (Major Mode Basics): Node deleted; text moved to Major Modes. (Derived Modes): Document derived-mode-p.
* Improve documentation of `special' modes.Eli Zaretskii2011-08-161-8/+13
| | | | | doc/lispref/modes.texi (Major Mode Conventions): Improve the documentation of `mode-class' `special' modes.
* * modes.texi (Running Hooks): Mention buffer-local hook variablesLars Magne Ingebrigtsen2011-07-131-5/+10
| | | | Fixes: debbugs:6218
* (Mode Line Variables): Document `mode-line-remote' and `mode-line-client'Lars Magne Ingebrigtsen2011-07-101-0/+9
| | | | Fixes: debbugs:2975
* Merge from emacs-23; up to 2010-06-12T11:17:[email protected].Glenn Morris2011-05-291-8/+14
|\
| * Tweaks to lisp manual to remove over/underflows in printed version.Chong Yidong2011-05-291-9/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * help.texi (Accessing Documentation): * display.texi (Pixel Specification): * processes.texi (Serial Ports, Serial Ports): * nonascii.texi (Character Properties, Default Coding Systems): * text.texi (Changing Properties, Special Properties): * windows.texi (Window Start and End): * modes.texi (SMIE Indentation Example, SMIE Tricks): * keymaps.texi (Searching Keymaps, Tool Bar): * minibuf.texi (Basic Completion): * compile.texi (Eval During Compile): * strings.texi (Formatting Strings): Tweaks to avoid overflowing 7x9 paper in printed manual. * lists.texi (Sets And Lists): Fix misplaced text.
* | Tweak previous modes.texi change.Glenn Morris2011-05-261-1/+1
| |
* | Make set-auto-mode respect mode: entries at the end of the file (bug#8586)Glenn Morris2011-05-261-11/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/files.el (set-auto-mode): Also respect mode: entries at the end of the file. * doc/lispref/modes.texi (Auto Major Mode): Update for set-auto-mode changes. * doc/emacs/custom.texi (Specifying File Variables): Major modes no longer need come first. * etc/NEWS: Mention this.
* | Misc small lispref fixes.Nix2011-05-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * windows.texi (Displaying Buffers): pop-to-buffer is not a command. * text.texi (Parsing HTML): Update for function name changes. * syntax.texi (Syntax Flags): Small fix. * keymaps.texi (Active Keymaps): Typo fix. (Changing Key Bindings): Grammar fix. * frames.texi (Minibuffers and Frames): Grammar fix. (Window System Selections): x-select-enable-clipboard now defaults to t. * customize.texi (Common Keywords): * display.texi (Abstract Display): * modes.texi (Auto-Indentation): * nonascii.texi (Converting Representations): Typo fixes. * control.texi (Examples of Catch): Call it "goto" not "go to".
* | Merge from emacs-23; up to 2010-06-10T12:56:[email protected].Glenn Morris2011-05-121-5/+5
|\|
| * * lispref/modes.texi (Region to Refontify): Rename from "Region to Fontify".Stefan Monnier2011-05-061-4/+4
| | | | | | | | | | | | | | (Multiline Font Lock): * lispref/vol2.texi (Top): * lispref/vol1.texi (Top): * lispref/elisp.texi (Top): Update menu accordingly.
| * doc/lispref/modes.texi (Region to Fontify): Fix typo.Drew Adams2011-05-061-1/+1
| |
* | Fix non-ASCII characters in User and ELisp manuals.Eli Zaretskii2011-03-101-1/+1
| | | | | | | | | | | | | | | | | | doc/lispref/modes.texi (Operator Precedence Grammars): Don't use characters outside ISO-8859-1. doc/emacs/search.texi (Regexp Example): doc/emacs/mule.texi (International Chars): doc/emacs/building.texi (External Lisp): Don't use characters outside ISO-8859-1.
* | * modes.texi (Major Mode Conventions): Add face guidelines.Chong Yidong2011-02-021-46/+77
| | | | | | | | (Faces for Font Lock): List faces in order of prominence.
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
| |
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\|
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | Merge changes from emacs-23 branchChong Yidong2011-01-021-14/+23
|\|
| * More fallout from fixing bug #7587.Eli Zaretskii2010-12-251-14/+9
| | | | | | | | | | | | | | | | src/xdisp.c (Fformat_mode_line): Doc fix: no need to state that only the basic faces are supported. doc/lispref/modes.texi (Emulating Mode Line): Fix last change. etc/NEWS: Remove the entry about format-mode-line accepting only basic faces.
| * Fallout from fixing bug #7587.Eli Zaretskii2010-12-181-13/+27
| | | | | | | | | | | | | | | | doc/lispref/modes.texi (Emulating Mode Line): Update documentation of format-mode-line according to changes that fixed bug #7587. etc/NEWS: Mention the incompatible change in format-mode-line wrt its FACE argument.
* | * doc/lispref/keymaps.texi (Simple Menu Items, Extended Menu Items):Stefan Monnier2010-12-181-1/+2
| | | | | | | | | | | | | | | | Remove mention of the key-binding-data cache since we don't use it any more. * doc/lispref/modes.texi (Derived Modes): Mention prog-mode. Fixes: debbugs:7542
* | Merge from emacs-23Stefan Monnier2010-12-131-72/+719
|\|
| * * doc/lispref/modes.texi (Auto-Indentation): New section to document SMIE.Stefan Monnier2010-12-071-4/+664
| | | | | | | | | | (Major Mode Conventions): * doc/lispref/text.texi (Mode-Specific Indent): Refer to it.
| * * doc/lispref/backups.texi (Making Backups):Stefan Monnier2010-12-011-68/+61
|/ | | | | | * doc/lispref/modes.texi (Example Major Modes): Use recommended coding style. (Major Mode Basics, Derived Modes): Encourge more strongly use of define-derived-mode. Mention completion-at-point-functions.
* Doc fix for define-minor-mode (Bug#6880).Chong Yidong2010-08-221-3/+9
| | | | | | * doc/lispref/modes.texi (Defining Minor Modes): Doc fix (Bug#6880). * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
* * doc/lispref/modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.Juanma Barranquero2010-07-291-3/+3
|
* * modes.texi (Defining Minor Modes): Use C-delete in examples (bug#6334).Juanma Barranquero2010-07-271-3/+3
|
* * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).Chong Yidong2010-06-201-1/+1
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* modes.texi (Example Major Modes): Fix indentation. (Bug#5195)Eli Zaretskii2010-01-021-2/+2
|
* (Mode Line Variables): Fix last change.Eli Zaretskii2009-08-271-1/+0
|
* * subr.el (default-mode-line-format, default-header-line-format)Stefan Monnier2009-08-271-25/+13
| | | | | | | | | | | | | | | | | | | (default-line-spacing, default-abbrev-mode, default-ctl-arrow) (default-direction-reversed, default-truncate-lines) (default-left-margin, default-tab-width, default-case-fold-search) (default-left-margin-width, default-right-margin-width) (default-left-fringe-width, default-right-fringe-width) (default-fringes-outside-margins, default-scroll-bar-width) (default-vertical-scroll-bar, default-indicate-empty-lines) (default-indicate-buffer-boundaries, default-fringe-indicator-alist) (default-fringe-cursor-alist, default-scroll-up-aggressively) (default-scroll-down-aggressively, default-fill-column) (default-cursor-type, default-buffer-file-type) (default-cursor-in-non-selected-windows) (default-buffer-file-coding-system, default-major-mode) (default-enable-multibyte-characters): Mark as obsolete. * cus-start.el (default-major-mode): Customize `major-mode' instead. (enable-multibyte-characters): Not customizable any more.
* (Multiline Font Lock): End menu description with period.Glenn Morris2009-07-101-1/+1
|
* * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.Martin Rudalics2009-05-211-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * backups.texi (Making Backups): backup-directory-alist and make-backup-file-name-function are options. (Auto-Saving): auto-save-list-file-prefix is an option. * buffers.texi (Killing Buffers): buffer-offer-save is an option. * display.texi (Refresh Screen): no-redraw-on-reenter is an option. (Echo Area Customization): echo-keystrokes is an option. (Selective Display): selective-display-ellipses is an option. (Temporary Displays): temp-buffer-show-function is an option. (Face Attributes): underline-minimum-offset and x-bitmap-file-path are options. (Font Selection): face-font-family-alternatives, face-font-selection-order, face-font-registry-alternatives, and scalable-fonts-allowed are options. (Fringe Indicators): indicate-buffer-boundaries is an option. (Fringe Cursors): overflow-newline-into-fringe is an option. (Scroll Bars): scroll-bar-mode is an option. * eval.texi (Eval): max-lisp-eval-depth is an option. * files.texi (Visiting Functions): find-file-hook is an option. (Directory Names): directory-abbrev-alist is an option. (Unique File Names): temporary-file-directory and small-temporary-file-directory are options. * frames.texi (Initial Parameters): initial-frame-alist, minibuffer-frame-alist and default-frame-alist are options. (Cursor Parameters): blink-cursor-alist and cursor-in-non-selected-windows ar options. (Window System Selections): selection-coding-system is an option. (Display Feature Testing): display-mm-dimensions-alist is an option. * help.texi (Help Functions): help-char and help-event-list are options. * keymaps.texi (Functions for Key Lookup): meta-prefix-char is an option. * minibuf.texi (Minibuffer History): history-length and history-delete-duplicates are options. (High-Level Completion): read-buffer-function and read-buffer-completion-ignore-case are options. (Reading File Names): read-file-name-completion-ignore-case is an option. * modes.texi (Mode Line Top): mode-line-format is an option. (Mode Line Variables): mode-line-position and mode-line-modes are options. * nonascii.texi (Text Representations): enable-multibyte-characters is an option. (Default Coding Systems): auto-coding-regexp-alist, file-coding-system-alist, auto-coding-alist and auto-coding-functions are options. (Specifying Coding Systems): inhibit-eol-conversion is an option. * os.texi (Init File): site-run-file is an option. (System Environment): mail-host-address is an option. (User Identification): user-mail-address is an option. (Terminal Output): baud-rate is an option. * positions.texi (Word Motion): words-include-escapes is an option. * searching.texi (Standard Regexps): page-delimiter, paragraph-separate, paragraph-separate and sentence-end are options. * text.texi (Margins): left-margin and fill-nobreak-predicate are options. * variables.texi (Local Variables): max-specpdl-size is an option. * windows.texi (Choosing Window): split-window-preferred-function, special-display-function and display-buffer-function are options.
* * modes.texi (Precalculated Fontification): Clarify text.Richard M. Stallman2009-05-171-12/+15
|
* (Mode Line Variables): The default values of the modeChong Yidong2009-03-291-51/+17
| | | | line variables are now more complicated.
* (Derived Modes): Note that define-derive-mode sets the mode-classChong Yidong2009-03-281-1/+7
| | | | property.
* (Major Mode Conventions): Note that specialness is inherited.Chong Yidong2009-03-281-14/+20
|
* Remove duplicate words.Juanma Barranquero2009-02-201-2/+2
|
* (Search-based Fontification): Correct a typo.Alan Mackenzie2009-01-271-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* (Font Lock Basics): Fix level description. (Bug#1534)Glenn Morris2008-12-131-5/+9
| | | | (Levels of Font Lock): Refer to font-lock-maximum-decoration.
* (Auto Major Mode): Fix example.Chong Yidong2008-11-261-1/+1
|
* (Other Font Lock Variables): Document jit-lock-register andChong Yidong2008-11-181-7/+17
| | | | jit-lock-unregister.
* (Major Mode Conventions, Mode Line Variables): `mode-name' need not be aEli Zaretskii2008-10-151-4/+9
| | | | | string. xref to "Mode Line Data" for details, and to "Emulating Mode Line" for computing a string value.
* (Running Hooks, Setting Hooks): New nodes.Richard M. Stallman2008-01-251-7/+23
| | | | | (Hooks): Add menu. (Setting Hooks): For `add-hook', document `permanent-local-hook'.
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
| | | | Revision: [email protected]/emacs--devo--0--patch-987
* (setfilename): Go up one more level to ../../info.Glenn Morris2007-09-061-1/+1
|