/[emacs]/emacs/src/buffer.c
ViewVC logotype

Diff of /emacs/src/buffer.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.388.2.19 by miles, Wed Oct 6 05:21:57 2004 UTC revision 1.388.2.20 by miles, Wed Oct 6 05:23:56 2004 UTC
# Line 5682  If non-nil, the first and last line of t Line 5682  If non-nil, the first and last line of t
5682  of a window on window-systems with angle bitmaps, or if the window can be  of a window on window-systems with angle bitmaps, or if the window can be
5683  scrolled, the top and bottom line of the window are marked with up and down  scrolled, the top and bottom line of the window are marked with up and down
5684  arrow bitmaps.  arrow bitmaps.
5685  If value is `left' or `right', both angle and arrow bitmaps are displayed in  
5686  the left or right fringe, resp.  Any other non-nil value causes the  If value is a symbol `left' or `right', both angle and arrow bitmaps
5687  bitmap on the top line to be displayed in the left fringe, and the  are displayed in the left or right fringe, resp.
5688  bitmap on the bottom line in the right fringe.  
5689  If value is a cons (ANGLES . ARROWS), the car specifies the position  If value is an alist, each element (INDICATOR . POSITION) specifies
5690  of the angle bitmaps, and the cdr specifies the position of the arrow  the position of one of the indicators.  INDICATOR is one of `top',
5691  bitmaps.  For example, (t . right) places the top angle bitmap in left  `bottom', `up', `down', or t, which specifies the default position,
5692  fringe, the bottom angle bitmap in right fringe, and both arrow  and POSITION is one of `left', `right', or nil, meaning do not show
5693    this indicator.
5694    
5695    For example, ((top . left) (t . right)) places the top angle bitmap in
5696    left fringe, the bottom angle bitmap in right fringe, and both arrow
5697  bitmaps in right fringe.  To show just the angle bitmaps in the left  bitmaps in right fringe.  To show just the angle bitmaps in the left
5698  fringe, but no arrow bitmaps, use (left . nil).  */);  fringe, but no arrow bitmaps, use ((top .  left) (bottom . left)).  */);
5699    
5700    DEFVAR_PER_BUFFER ("scroll-up-aggressively",    DEFVAR_PER_BUFFER ("scroll-up-aggressively",
5701                       &current_buffer->scroll_up_aggressively, Qnil,                       &current_buffer->scroll_up_aggressively, Qnil,

Legend:
Removed from v.1.388.2.19  
changed lines
  Added in v.1.388.2.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26