comparison src/buffer.c @ 109553:a4b9fa0b861b

Merge from emacs-23
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 27 Jul 2010 04:10:05 +0200
parents 5b332381f0a9 fc5ebbbba4f3
children 05e7e7c46ff0
comparison
equal deleted inserted replaced
109552:9eac3b0c2884 109553:a4b9fa0b861b
5897 specifies the fringe bitmaps used to display a specific logical 5897 specifies the fringe bitmaps used to display a specific logical
5898 fringe indicator. 5898 fringe indicator.
5899 5899
5900 INDICATOR specifies the logical indicator type which is one of the 5900 INDICATOR specifies the logical indicator type which is one of the
5901 following symbols: `truncation' , `continuation', `overlay-arrow', 5901 following symbols: `truncation' , `continuation', `overlay-arrow',
5902 `top', `bottom', `up', `down', `one-line', `empty-line', or `unknown'. 5902 `top', `bottom', `top-bottom', `up', `down', empty-line', or `unknown'.
5903 5903
5904 BITMAPS is list of symbols (LEFT RIGHT [LEFT1 RIGHT1]) which specifies 5904 BITMAPS is a list of symbols (LEFT RIGHT [LEFT1 RIGHT1]) which specifies
5905 the actual bitmap shown in the left or right fringe for the logical 5905 the actual bitmap shown in the left or right fringe for the logical
5906 indicator. LEFT and RIGHT are the bitmaps shown in the left and/or 5906 indicator. LEFT and RIGHT are the bitmaps shown in the left and/or
5907 right fringe for the specific indicator. The LEFT1 or RIGHT1 bitmaps 5907 right fringe for the specific indicator. The LEFT1 or RIGHT1 bitmaps
5908 are used only for the `bottom' and `one-line' indicators when the last 5908 are used only for the `bottom' and `top-bottom' indicators when the
5909 \(only) line in has no final newline. BITMAPS may also be a single 5909 last (only) line has no final newline. BITMAPS may also be a single
5910 symbol which is used in both left and right fringes. */); 5910 symbol which is used in both left and right fringes. */);
5911 5911
5912 DEFVAR_PER_BUFFER ("fringe-cursor-alist", 5912 DEFVAR_PER_BUFFER ("fringe-cursor-alist",
5913 &current_buffer->fringe_cursor_alist, Qnil, 5913 &current_buffer->fringe_cursor_alist, Qnil,
5914 doc: /* *Mapping from logical to physical fringe cursor bitmaps. 5914 doc: /* *Mapping from logical to physical fringe cursor bitmaps.