/[emacs]/emacs/lispref/frames.texi
ViewVC logotype

Diff of /emacs/lispref/frames.texi

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

revision 1.62 by lektu, Mon Jun 17 15:27:40 2002 UTC revision 1.63 by rms, Tue Aug 27 18:40:30 2002 UTC
# Line 516  in this frame.  Its value is @code{color Line 516  in this frame.  Its value is @code{color
516  @code{mono}.  @code{mono}.
517    
518  @item cursor-type  @item cursor-type
519  The way to display the cursor.  The legitimate values are @code{bar},  How to display the cursor.  Legitimate values are:
520  @code{box}, and @code{(bar . @var{width})}.  The symbol @code{box}  
521  specifies an ordinary black box overlaying the character after point;  @table @code
522  that is the default.  The symbol @code{bar} specifies a vertical bar  @item box
523  between characters as the cursor.  @code{(bar . @var{width})}  Display a filled box.  (This is the default.)
524  specifies a bar @var{width} pixels wide.  The symbol @code{hbar}  @item hollow
525  specifies a horizontal bar, an underscore-like cursor.  @code{(hbar .  Display a hollow box.
526  @var{width})} specifiles a horizontal bar @var{width} pixels high.  @item nil
527    Don't display a cursor.
528    @item bar
529    Display a vertical bar between characters.
530    @item (bar . @var{width})
531    Display a vertical bar @var{width} pixels wide between characters.
532    @item hbar
533    Display a horizontal bar.
534    @item (bar . @var{width})
535    Display a horizontal bar @var{width} pixels high.
536    @end table
537    
538  @vindex cursor-type  @vindex cursor-type
539  The buffer-local variable @code{cursor-type} overrides the value of  The buffer-local variable @code{cursor-type} overrides the value of
# Line 587  it and see if it works.) Line 597  it and see if it works.)
597  @end ignore  @end ignore
598  @end table  @end table
599    
600    @defvar blink-cursor-alist
601    This variable specifies how to blink the cursor.  Each element has the
602    form @code{(@var{on-state} . @var{off-state})}.  Whenever the cursor
603    type equals @var{on-state} (comparing using @code{equal}), Emacs uses
604    @var{off-state} to specify what the cursor looks like when it blinks
605    ``off''.  Both @var{on-state} and @var{off-state} should be suitable
606    values for the @code{cursor-type} frame parameter.
607    
608    There are various defaults for how to blink each type of cursor,
609    if the type is not mentioned as an @var{on-state} here.  Changes
610    in this variable do not take effect immediately, because the variable
611    is examined only when you specify a cursor type for a frame.
612    @end defvar
613    
614  @node Size and Position  @node Size and Position
615  @subsection Frame Size And Position  @subsection Frame Size And Position
616  @cindex size of frame  @cindex size of frame

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

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