/[emacs]/emacs/src/window.c
ViewVC logotype

Diff of /emacs/src/window.c

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

revision 1.467 by rms, Sun Jun 13 22:27:53 2004 UTC revision 1.468 by rms, Mon Jun 21 03:23:27 2004 UTC
# Line 6504  using `special-display-function'.  See a Line 6504  using `special-display-function'.  See a
6504  An element of the list can be a list instead of just a string.  An element of the list can be a list instead of just a string.
6505  There are two ways to use a list as an element:  There are two ways to use a list as an element:
6506    (BUFFER FRAME-PARAMETERS...)   (BUFFER FUNCTION OTHER-ARGS...)    (BUFFER FRAME-PARAMETERS...)   (BUFFER FUNCTION OTHER-ARGS...)
6507  In the first case, FRAME-PARAMETERS are used to create the frame.  In the first case, the FRAME-PARAMETERS are pairs of the form
6508  In the latter case, FUNCTION is called with BUFFER as the first argument,  \(PARAMETER . VALUE); these parameter values are used to create the frame.
6509  followed by OTHER-ARGS--it can display BUFFER in any way it likes.  In the second case, FUNCTION is called with BUFFER as the first argument,
6510    followed by the OTHER-ARGS--it can display BUFFER in any way it likes.
6511  All this is done by the function found in `special-display-function'.  All this is done by the function found in `special-display-function'.
6512    
6513  If the specified frame parameters include (same-buffer . t), the  If the specified frame parameters include (same-buffer . t), the
# Line 6529  using `special-display-function'. Line 6530  using `special-display-function'.
6530  An element of the list can be a list instead of just a string.  An element of the list can be a list instead of just a string.
6531  There are two ways to use a list as an element:  There are two ways to use a list as an element:
6532    (REGEXP FRAME-PARAMETERS...)   (REGEXP FUNCTION OTHER-ARGS...)    (REGEXP FRAME-PARAMETERS...)   (REGEXP FUNCTION OTHER-ARGS...)
6533  In the first case, FRAME-PARAMETERS are used to create the frame.  In the first case, the FRAME-PARAMETERS are pairs of the form
6534  In the latter case, FUNCTION is called with the buffer as first argument,  \(PARAMETER . VALUE); these parameter values are used to create the frame.
6535  followed by OTHER-ARGS--it can display the buffer in any way it likes.  In the second case, FUNCTION is called with BUFFER as the first argument,
6536    followed by the OTHER-ARGS--it can display the buffer in any way it likes.
6537  All this is done by the function found in `special-display-function'.  All this is done by the function found in `special-display-function'.
6538    
6539  If the specified frame parameters include (same-buffer . t), the  If the specified frame parameters include (same-buffer . t), the

Legend:
Removed from v.1.467  
changed lines
  Added in v.1.468

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