comparison man/xemacs/custom.texi @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children ec9a17fef872
comparison
equal deleted inserted replaced
1:c0c6a60d29db 2:ac2d302a0011
378 378
379 XEmacs allows you to specify local variables in the first line 379 XEmacs allows you to specify local variables in the first line
380 of a file, in addition to specifying them in the @code{Local Variables} 380 of a file, in addition to specifying them in the @code{Local Variables}
381 section at the end of a file. 381 section at the end of a file.
382 382
383 If the first line of a file contains two occurences of @code{`-*-'}, Emacs 383 If the first line of a file contains two occurrences of @code{`-*-'},
384 uses the information between them to determine what the major mode and 384 XEmacs uses the information between them to determine what the major
385 variable settings should be. For example, these are all legal: 385 mode and variable settings should be. For example, these are all legal:
386 386
387 @example 387 @example
388 ;;; -*- mode: emacs-lisp -*- 388 ;;; -*- mode: emacs-lisp -*-
389 ;;; -*- mode: postscript; version-control: never -*- 389 ;;; -*- mode: postscript; version-control: never -*-
390 ;;; -*- tags-file-name: "/foo/bar/TAGS" -*- 390 ;;; -*- tags-file-name: "/foo/bar/TAGS" -*-
1860 the toolkit resources, though, because they're dependent on how exactly 1860 the toolkit resources, though, because they're dependent on how exactly
1861 your particular build of XEmacs was configured. 1861 your particular build of XEmacs was configured.
1862 1862
1863 @item @code{scrollBarPlacement} (class @code{ScrollBarPlacement}): string 1863 @item @code{scrollBarPlacement} (class @code{ScrollBarPlacement}): string
1864 Where the horizontal and vertical scrollbars should be positioned. This 1864 Where the horizontal and vertical scrollbars should be positioned. This
1865 should be one of the four strings @samp{bottom-left}, 1865 should be one of the four strings @samp{BOTTOM_LEFT},
1866 @samp{bottom-right}, @samp{top-left}, and @samp{top-right}. Default is 1866 @samp{BOTTOM_RIGHT}, @samp{TOP_LEFT}, and @samp{TOP_RIGHT}. Default is
1867 @samp{bottom-right} for the Motif and Lucid scrollbars and 1867 @samp{BOTTOM_RIGHT} for the Motif and Lucid scrollbars and
1868 @samp{bottom-left} for the Athena scrollbars. 1868 @samp{BOTTOM_LEFT} for the Athena scrollbars.
1869 1869
1870 @item @code{topToolBarHeight} (class @code{TopToolBarHeight}): integer 1870 @item @code{topToolBarHeight} (class @code{TopToolBarHeight}): integer
1871 @itemx @code{bottomToolBarHeight} (class @code{BottomToolBarHeight}): integer 1871 @itemx @code{bottomToolBarHeight} (class @code{BottomToolBarHeight}): integer
1872 @itemx @code{leftToolBarWidth} (class @code{LeftToolBarWidth}): integer 1872 @itemx @code{leftToolBarWidth} (class @code{LeftToolBarWidth}): integer
1873 @itemx @code{rightToolBarWidth} (class @code{RightToolBarWidth}): integer 1873 @itemx @code{rightToolBarWidth} (class @code{RightToolBarWidth}): integer