Mercurial > hg > xemacs-beta
comparison man/lispref/windows.texi @ 54:05472e90ae02 r19-16-pre2
Import from CVS: tag r19-16-pre2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:57:55 +0200 |
parents | 376386a54a3c |
children | 78f53ef88e17 |
comparison
equal
deleted
inserted
replaced
53:875393c1a535 | 54:05472e90ae02 |
---|---|
270 column 0 column 80 | 270 column 0 column 80 |
271 @end group | 271 @end group |
272 @end smallexample | 272 @end smallexample |
273 | 273 |
274 Normally, Emacs indicates the border between two side-by-side windows | 274 Normally, Emacs indicates the border between two side-by-side windows |
275 with a scroll bar (@pxref{X Frame Parameters,Scroll Bars}) or @samp{|} | 275 with a scroll bar (@pxref{X Frame Properties,Scroll Bars}) or @samp{|} |
276 characters. The display table can specify alternative border | 276 characters. The display table can specify alternative border |
277 characters; see @ref{Display Tables}. | 277 characters; see @ref{Display Tables}. |
278 @end deffn | 278 @end deffn |
279 | 279 |
280 @deffn Command split-window-vertically &optional size | 280 @deffn Command split-window-vertically &optional size |
890 is non-@code{nil}. | 890 is non-@code{nil}. |
891 | 891 |
892 Its value should be a function of no arguments. When | 892 Its value should be a function of no arguments. When |
893 @code{display-buffer} makes a new frame, it does so by calling that | 893 @code{display-buffer} makes a new frame, it does so by calling that |
894 function, which should return a frame. The default value of the | 894 function, which should return a frame. The default value of the |
895 variable is a function that creates a frame using parameters from | 895 variable is a function that creates a frame using properties from |
896 @code{pop-up-frame-alist}. | 896 @code{pop-up-frame-plist}. |
897 @end defvar | 897 @end defvar |
898 | 898 |
899 @defvar pop-up-frame-alist | 899 @defvar pop-up-frame-plist |
900 This variable holds an alist specifying frame parameters used when | 900 This variable holds a plist specifying frame properties used when |
901 @code{display-buffer} makes a new frame. @xref{Frame Parameters}, for | 901 @code{display-buffer} makes a new frame. @xref{Frame Properties}, for |
902 more information about frame parameters. | 902 more information about frame properties. |
903 @end defvar | 903 @end defvar |
904 | 904 |
905 @defvar special-display-buffer-names | 905 @defvar special-display-buffer-names |
906 A list of buffer names for buffers that should be displayed specially. | 906 A list of buffer names for buffers that should be displayed specially. |
907 If the buffer's name is in this list, @code{display-buffer} handles the | 907 If the buffer's name is in this list, @code{display-buffer} handles the |
910 By default, special display means to give the buffer a dedicated frame. | 910 By default, special display means to give the buffer a dedicated frame. |
911 | 911 |
912 If an element is a list, instead of a string, then the @sc{car} of the | 912 If an element is a list, instead of a string, then the @sc{car} of the |
913 list is the buffer name, and the rest of the list says how to create the | 913 list is the buffer name, and the rest of the list says how to create the |
914 frame. There are two possibilities for the rest of the list. It can be | 914 frame. There are two possibilities for the rest of the list. It can be |
915 an alist, specifying frame parameters, or it can contain a function and | 915 a plist, specifying frame properties, or it can contain a function and |
916 arguments to give to it. (The function's first argument is always the | 916 arguments to give to it. (The function's first argument is always the |
917 buffer to be displayed; the arguments from the list come after that.) | 917 buffer to be displayed; the arguments from the list come after that.) |
918 @end defvar | 918 @end defvar |
919 | 919 |
920 @defvar special-display-regexps | 920 @defvar special-display-regexps |
949 not it is in a frame of its own; but if you set up the above variables | 949 not it is in a frame of its own; but if you set up the above variables |
950 in your init file, before @var{buffer} was created, then presumably the | 950 in your init file, before @var{buffer} was created, then presumably the |
951 window was previously made by this function. | 951 window was previously made by this function. |
952 @end defun | 952 @end defun |
953 | 953 |
954 @defopt special-display-frame-alist | 954 @defopt special-display-frame-plist |
955 This variable holds frame parameters for | 955 This variable holds frame properties for |
956 @code{special-display-popup-frame} to use when it creates a frame. | 956 @code{special-display-popup-frame} to use when it creates a frame. |
957 @end defopt | 957 @end defopt |
958 | 958 |
959 @defvar same-window-buffer-names | 959 @defvar same-window-buffer-names |
960 A list of buffer names for buffers that should be displayed in the | 960 A list of buffer names for buffers that should be displayed in the |