/[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.21 by miles, Fri Oct 29 02:05:11 2004 UTC revision 1.388.2.22 by miles, Wed Dec 8 23:36:25 2004 UTC
# Line 5162  init_buffer () Line 5162  init_buffer ()
5162      }      }
5163  #endif /* not VMS */  #endif /* not VMS */
5164    
5165    current_buffer->directory = build_string (buf);    current_buffer->directory = make_unibyte_string (buf, strlen (buf));
5166      if (! NILP (buffer_defaults.enable_multibyte_characters))
5167        /* At this momemnt, we still don't know how to decode the
5168           direcotry name.  So, we keep the bytes in multibyte form so
5169           that ENCODE_FILE correctly gets the original bytes.  */
5170        current_buffer->directory
5171          = string_to_multibyte (current_buffer->directory);
5172    
5173    /* Add /: to the front of the name    /* Add /: to the front of the name
5174       if it would otherwise be treated as magic.  */       if it would otherwise be treated as magic.  */
# Line 5684  scrolled, the top and bottom line of the Line 5690  scrolled, the top and bottom line of the
5690  arrow bitmaps.  arrow bitmaps.
5691    
5692  If value is a symbol `left' or `right', both angle and arrow bitmaps  If value is a symbol `left' or `right', both angle and arrow bitmaps
5693  are displayed in the left or right fringe, resp.  are displayed in the left or right fringe, resp.  Any other value
5694    that doesn't look like an alist means displat the angle bitmaps in
5695  If value is an alist, each element (INDICATOR . POSITION) specifies  the left fringe but no arrows.
5696  the position of one of the indicators.  INDICATOR is one of `top',  
5697    You can exercise more precise control by using an alist as the
5698    value.  Each alist element (INDICATOR . POSITION) specifies
5699    where to show one of the indicators.  INDICATOR is one of `top',
5700  `bottom', `up', `down', or t, which specifies the default position,  `bottom', `up', `down', or t, which specifies the default position,
5701  and POSITION is one of `left', `right', or nil, meaning do not show  and POSITION is one of `left', `right', or nil, meaning do not show
5702  this indicator.  this indicator.

Legend:
Removed from v.1.388.2.21  
changed lines
  Added in v.1.388.2.22

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