comparison man/lispref/gutter.texi @ 410:de805c49cfc1 r21-2-35

Import from CVS: tag r21-2-35
author cvs
date Mon, 13 Aug 2007 11:19:21 +0200
parents 501cfd01ee6d
children
comparison
equal deleted inserted replaced
409:301b9ebbdf3b 410:de805c49cfc1
94 @code{right-gutter-size}, and @code{bottom-gutter-size} are always 94 @code{right-gutter-size}, and @code{bottom-gutter-size} are always
95 gutter-size specifiers. 95 gutter-size specifiers.
96 96
97 Valid gutter-size instantiators are either integers or the special 97 Valid gutter-size instantiators are either integers or the special
98 symbol @code{autodetect}. If a gutter-size is set to @code{autodetect} 98 symbol @code{autodetect}. If a gutter-size is set to @code{autodetect}
99 them the size of the gutter will be adjusted to just accomodate the 99 them the size of the gutter will be adjusted to just accommodate the
100 gutters contents. @code{autodetect} only works for top and bottom 100 gutters contents. @code{autodetect} only works for top and bottom
101 gutters. 101 gutters.
102 @end defun 102 @end defun
103 103
104 @defun make-gutter-visible-specifier spec-list 104 @defun make-gutter-visible-specifier spec-list
115 @code{right-gutter-visible-p}, and @code{bottom-gutter-visible-p} are 115 @code{right-gutter-visible-p}, and @code{bottom-gutter-visible-p} are
116 always gutter-visible specifiers. 116 always gutter-visible specifiers.
117 117
118 Valid gutter-visible instantiators are t, nil or a list of symbols. If 118 Valid gutter-visible instantiators are t, nil or a list of symbols. If
119 a gutter-visible instantiator is set to a list of symbols, and the 119 a gutter-visible instantiator is set to a list of symbols, and the
120 correspondong gutter specification is a property-list strings, then 120 corresponding gutter specification is a property-list strings, then
121 elements of the gutter specification will only be visible if the 121 elements of the gutter specification will only be visible if the
122 corresponding symbol occurs in the gutter-visible instantiator. 122 corresponding symbol occurs in the gutter-visible instantiator.
123 @end defun 123 @end defun
124 124
125 @node Gutter Descriptor Format, Specifying a Gutter, Creating Gutter, Gutter 125 @node Gutter Descriptor Format, Specifying a Gutter, Creating Gutter, Gutter