/[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.435.2.8 by miles, Tue Sep 21 09:34:11 2004 UTC revision 1.435.2.9 by miles, Wed Sep 29 07:22:19 2004 UTC
# Line 5698  If non-nil, the first and last line of t Line 5698  If non-nil, the first and last line of t
5698  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
5699  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
5700  arrow bitmaps.  arrow bitmaps.
5701  If value is `left' or `right', both angle and arrow bitmaps are displayed in  
5702  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
5703  bitmap on the top line to be displayed in the left fringe, and the  are displayed in the left or right fringe, resp.
5704  bitmap on the bottom line in the right fringe.  
5705  If value is a cons (ANGLES . ARROWS), the car specifies the position  If value is an alist, each element (INDICATOR . POSITION) specifies
5706  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',
5707  bitmaps.  For example, (t . right) places the top angle bitmap in left  `bottom', `up', `down', or t, which specifies the default position,
5708  fringe, the bottom angle bitmap in right fringe, and both arrow  and POSITION is one of `left', `right', or nil, meaning do not show
5709    this indicator.
5710    
5711    For example, ((top . left) (t . right)) places the top angle bitmap in
5712    left fringe, the bottom angle bitmap in right fringe, and both arrow
5713  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
5714  fringe, but no arrow bitmaps, use (left . nil).  */);  fringe, but no arrow bitmaps, use ((top .  left) (bottom . left)).  */);
5715    
5716    DEFVAR_PER_BUFFER ("scroll-up-aggressively",    DEFVAR_PER_BUFFER ("scroll-up-aggressively",
5717                       &current_buffer->scroll_up_aggressively, Qnil,                       &current_buffer->scroll_up_aggressively, Qnil,

Legend:
Removed from v.1.435.2.8  
changed lines
  Added in v.1.435.2.9

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