|
|
发表于 2006-4-13 20:03:18
|
显示全部楼层
- define-fringe-bitmap is a built-in function in `src/fringe.c'.
- (define-fringe-bitmap bitmap bits &optional height width align)
- Define fringe bitmap bitmap from bits of size height x width.
- bitmap is a symbol or string naming the new fringe bitmap.
- bits is either a string or a vector of integers.
- height is height of bitmap. If height is nil, use length of bits.
- width must be an integer between 1 and 16, or nil which defaults to 8.
- Optional fifth arg align may be one of `top', `center', or `bottom',
- indicating the positioning of the bitmap relative to the rows where it
- is used; the default is to center the bitmap. Fourth arg may also be a
- list (align PERIODIC) where PERIODIC non-nil specifies that the bitmap
- should be repeated.
- If bitmap already exists, the existing definition is replaced.
复制代码
就是那个三角。
- display-images-p is a compiled Lisp function in `frame.el'.
- (display-images-p &optional display)
- Return non-nil if display can display images.
- display can be a display name, a frame, or nil (meaning the selected
- frame's display).
复制代码
你是怎么运行的?错误是什么? |
|