Mercurial > emacs
comparison src/buffer.c @ 83162:dbcd0af66869
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-409
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-410
Make sure image types are initialized for lookup too
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-411
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-412
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-413
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-414
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-415
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-416
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-417
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-418
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-419
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-202
| author | Karoly Lorentey <lorentey@elte.hu> |
|---|---|
| date | Thu, 24 Jun 2004 07:44:13 +0000 |
| parents | 50b9a96c837c e9132cd92733 |
| children | a79c4db19c4f |
comparison
equal
deleted
inserted
replaced
| 83161:8d62eda26760 | 83162:dbcd0af66869 |
|---|---|
| 5435 doc: /* *Non-nil if searches and matches should ignore case. */); | 5435 doc: /* *Non-nil if searches and matches should ignore case. */); |
| 5436 | 5436 |
| 5437 DEFVAR_PER_BUFFER ("fill-column", ¤t_buffer->fill_column, | 5437 DEFVAR_PER_BUFFER ("fill-column", ¤t_buffer->fill_column, |
| 5438 make_number (Lisp_Int), | 5438 make_number (Lisp_Int), |
| 5439 doc: /* *Column beyond which automatic line-wrapping should happen. | 5439 doc: /* *Column beyond which automatic line-wrapping should happen. |
| 5440 Interactively, you can set this using \\[set-fill-column]. */); | 5440 Interactively, you can set the buffer local value using \\[set-fill-column]. */); |
| 5441 | 5441 |
| 5442 DEFVAR_PER_BUFFER ("left-margin", ¤t_buffer->left_margin, | 5442 DEFVAR_PER_BUFFER ("left-margin", ¤t_buffer->left_margin, |
| 5443 make_number (Lisp_Int), | 5443 make_number (Lisp_Int), |
| 5444 doc: /* *Column for the default indent-line-function to indent to. | 5444 doc: /* *Column for the default indent-line-function to indent to. |
| 5445 Linefeed indents to this column in Fundamental mode. */); | 5445 Linefeed indents to this column in Fundamental mode. */); |
| 5845 | 5845 |
| 5846 DEFVAR_LISP ("transient-mark-mode", &Vtransient_mark_mode, | 5846 DEFVAR_LISP ("transient-mark-mode", &Vtransient_mark_mode, |
| 5847 doc: /* *Non-nil means deactivate the mark when the buffer contents change. | 5847 doc: /* *Non-nil means deactivate the mark when the buffer contents change. |
| 5848 Non-nil also enables highlighting of the region whenever the mark is active. | 5848 Non-nil also enables highlighting of the region whenever the mark is active. |
| 5849 The variable `highlight-nonselected-windows' controls whether to highlight | 5849 The variable `highlight-nonselected-windows' controls whether to highlight |
| 5850 all windows or just the selected window. */); | 5850 all windows or just the selected window. |
| 5851 | |
| 5852 If the value is `lambda', that enables Transient Mark mode temporarily | |
| 5853 until the next buffer modification. If a command sets the value to `only', | |
| 5854 that enables Transient Mark mode for the following command only. */); | |
| 5851 Vtransient_mark_mode = Qnil; | 5855 Vtransient_mark_mode = Qnil; |
| 5852 | 5856 |
| 5853 DEFVAR_LISP ("inhibit-read-only", &Vinhibit_read_only, | 5857 DEFVAR_LISP ("inhibit-read-only", &Vinhibit_read_only, |
| 5854 doc: /* *Non-nil means disregard read-only status of buffers or characters. | 5858 doc: /* *Non-nil means disregard read-only status of buffers or characters. |
| 5855 If the value is t, disregard `buffer-read-only' and all `read-only' | 5859 If the value is t, disregard `buffer-read-only' and all `read-only' |
