comparison doc/lispref/text.texi @ 103273:c32ec20d0ab5

* abbrevs.texi (Abbrev Mode): abbrev-mode is an option. * 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.
author Martin Rudalics <rudalics@gmx.at>
date Thu, 21 May 2009 15:31:31 +0000
parents b269cabac20c
children 9b3f664fc049
comparison
equal deleted inserted replaced
103272:aeb321cc874b 103273:c32ec20d0ab5
1688 line to the value specified by the variable @code{left-margin}. (That 1688 line to the value specified by the variable @code{left-margin}. (That
1689 may involve either inserting or deleting whitespace.) This function 1689 may involve either inserting or deleting whitespace.) This function
1690 is value of @code{indent-line-function} in Paragraph-Indent Text mode. 1690 is value of @code{indent-line-function} in Paragraph-Indent Text mode.
1691 @end defun 1691 @end defun
1692 1692
1693 @defvar left-margin 1693 @defopt left-margin
1694 This variable specifies the base left margin column. In Fundamental 1694 This variable specifies the base left margin column. In Fundamental
1695 mode, @kbd{C-j} indents to this column. This variable automatically 1695 mode, @kbd{C-j} indents to this column. This variable automatically
1696 becomes buffer-local when set in any fashion. 1696 becomes buffer-local when set in any fashion.
1697 @end defvar 1697 @end defopt
1698 1698
1699 @defvar fill-nobreak-predicate 1699 @defopt fill-nobreak-predicate
1700 This variable gives major modes a way to specify not to break a line 1700 This variable gives major modes a way to specify not to break a line
1701 at certain places. Its value should be a list of functions. Whenever 1701 at certain places. Its value should be a list of functions. Whenever
1702 filling considers breaking the line at a certain place in the buffer, 1702 filling considers breaking the line at a certain place in the buffer,
1703 it calls each of these functions with no arguments and with point 1703 it calls each of these functions with no arguments and with point
1704 located at that place. If any of the functions returns 1704 located at that place. If any of the functions returns
1705 non-@code{nil}, then the line won't be broken there. 1705 non-@code{nil}, then the line won't be broken there.
1706 @end defvar 1706 @end defopt
1707 1707
1708 @node Adaptive Fill 1708 @node Adaptive Fill
1709 @section Adaptive Fill Mode 1709 @section Adaptive Fill Mode
1710 @c @cindex Adaptive Fill mode "adaptive-fill-mode" is adjacent. 1710 @c @cindex Adaptive Fill mode "adaptive-fill-mode" is adjacent.
1711 1711