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

Diff of /emacs/lispref/windows.texi

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

revision 1.59 by lektu, Tue Feb 4 14:47:54 2003 UTC revision 1.60 by rms, Mon Feb 24 16:50:00 2003 UTC
# Line 960  buffer specially. Line 960  buffer specially.
960  By default, special display means to give the buffer a dedicated frame.  By default, special display means to give the buffer a dedicated frame.
961    
962  If an element is a list, instead of a string, then the @sc{car} of the  If an element is a list, instead of a string, then the @sc{car} of the
963  list is the buffer name, and the rest of the list says how to create the  list is the buffer name, and the rest of the list says how to create
964  frame.  There are two possibilities for the rest of the list.  It can be  the frame.  There are two possibilities for the rest of the list (its
965  an alist, specifying frame parameters, or it can contain a function and  @sc{cdr}).  It can be an alist, specifying frame parameters, or it can
966  arguments to give to it.  (The function's first argument is always the  contain a function and arguments to give to it.  (The function's first
967  buffer to be displayed; the arguments from the list come after that.)  argument is always the buffer to be displayed; the arguments from the
968    list come after that.)
969    
970    For example:
971    
972    @example
973    (("myfile" (minibuffer) (menu-bar-lines . 0)))
974    @end example
975    
976    @noindent
977    specifies to display a buffer named @samp{myfile} in a dedicated frame
978    with specified @code{minibuffer} and @code{menu-bar-lines} parameters.
979  @end defopt  @end defopt
980    
981  @defopt special-display-regexps  @defopt special-display-regexps

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60

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