unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#13451: 24.3.50; doc of `window-persistent-parameters' and window parameters generally
@ 2013-01-15 18:36 Drew Adams
  2015-02-13 18:22 ` martin rudalics
  0 siblings, 1 reply; 4+ messages in thread
From: Drew Adams @ 2013-01-15 18:36 UTC (permalink / raw)
  To: 13451

I'm looking for information about window configurations and what
gets saved/restored etc.
 
I do `C-h v window-persistent-parameters', and I see that the current
value, which is apparently the default, is ((clone-of . t)).
 
Naturally, I want to know what this means, so I read the rest of the
*Help* buffer.  Nada.  Well, the `t' is explained, but not the
`clone-of'.  Not very helpful help.
 
So I search the Elisp manual.  I come across nodes `Window
Configurations' and `Window Parameters'.  The latter, in particular,
seems like it should list the possible parameters, including `clone-of',
which is the parameter saved in a window config by default.
 
Nada.  Again, the CDR of `window-persistent-parameters' is described
(possible values nil, t, writable), but nothing about the CAR - its
possible values.  Again, not very helpful help.
 
Please document the possible values for the CAR, at least the most
common ones, and at the very least `clone-of', which is apparently the
only one saved/restored by default (at least on MS Windows).

Please describe the window parameters: what they are, what behaviors they
affect, and how.  Describing a window configuration as a saved set of window
parameters is not very useful if one cannot find out what the parameters are or
what they do.
 
In GNU Emacs 24.3.50.1 (i386-mingw-nt5.1.2600)
 of 2012-12-31 on ODIEONE
Bzr revision: 111388 rudalics@gmx.at-20121231113513-subz2dazg6yjukzh
Windowing system distributor `Microsoft Corp.', version 5.1.2600
Configured using:
 `configure --with-gcc (4.7) --no-opt --enable-checking --cflags
 -IC:/Devel/emacs/build/include --ldflags -LC:/Devel/emacs/build/lib'
 






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#13451: 24.3.50; doc of `window-persistent-parameters' and window parameters generally
  2013-01-15 18:36 bug#13451: 24.3.50; doc of `window-persistent-parameters' and window parameters generally Drew Adams
@ 2015-02-13 18:22 ` martin rudalics
  2015-02-13 21:06   ` Drew Adams
  0 siblings, 1 reply; 4+ messages in thread
From: martin rudalics @ 2015-02-13 18:22 UTC (permalink / raw)
  To: Drew Adams, 13451

 > I'm looking for information about window configurations and what
 > gets saved/restored etc.
 >
 > I do `C-h v window-persistent-parameters', and I see that the current
 > value, which is apparently the default, is ((clone-of . t)).
 >
 > Naturally, I want to know what this means, so I read the rest of the
 > *Help* buffer.  Nada.  Well, the `t' is explained, but not the
 > `clone-of'.  Not very helpful help.
 >
 > So I search the Elisp manual.  I come across nodes `Window
 > Configurations' and `Window Parameters'.  The latter, in particular,
 > seems like it should list the possible parameters, including `clone-of',
 > which is the parameter saved in a window config by default.
 >
 > Nada.  Again, the CDR of `window-persistent-parameters' is described
 > (possible values nil, t, writable), but nothing about the CAR - its
 > possible values.  Again, not very helpful help.
 >
 > Please document the possible values for the CAR, at least the most
 > common ones, and at the very least `clone-of', which is apparently the
 > only one saved/restored by default (at least on MS Windows).
 >
 > Please describe the window parameters: what they are, what behaviors they
 > affect, and how.  Describing a window configuration as a saved set of window
 > parameters is not very useful if one cannot find out what the parameters are or
 > what they do.

I'm not sure what to do.  If there is something particular that is
unclear or you don't understand, please point that out.  The CAR of a
`window-persistent-parameters' entry specifies the parameter that shall
be treated specially.  What more do you want me to say about it?  The
`clone-of' parameter is used by the window code itself and the manual
tells so.  If there's anything particular the user or application
programmer should know, the manual will have to be rewritten.  Currently
there isn't.

martin





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#13451: 24.3.50; doc of `window-persistent-parameters' and window parameters generally
  2015-02-13 18:22 ` martin rudalics
@ 2015-02-13 21:06   ` Drew Adams
  2021-07-15  9:14     ` Lars Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Drew Adams @ 2015-02-13 21:06 UTC (permalink / raw)
  To: martin rudalics, 13451

>  > I'm looking for information about window configurations and what
>  > gets saved/restored etc.
>  >
>  > I do `C-h v window-persistent-parameters', and I see that the current
>  > value, which is apparently the default, is ((clone-of . t)).
>  >
>  > Naturally, I want to know what this means, so I read the rest of the
>  > *Help* buffer.  Nada.  Well, the `t' is explained, but not the
>  > `clone-of'.  Not very helpful help.
>  >
>  > So I search the Elisp manual.  I come across nodes `Window
>  > Configurations' and `Window Parameters'.  The latter, in particular,
>  > seems like it should list the possible parameters, including `clone-of',
>  > which is the parameter saved in a window config by default.
>  >
>  > Nada.  Again, the CDR of `window-persistent-parameters' is described
>  > (possible values nil, t, writable), but nothing about the CAR - its
>  > possible values.  Again, not very helpful help.
>  >
>  > Please document the possible values for the CAR, at least the most
>  > common ones, and at the very least `clone-of', which is apparently the
>  > only one saved/restored by default (at least on MS Windows).
>  >
>  > Please describe the window parameters: what they are, what behaviors they
>  > affect, and how.  Describing a window configuration as a saved set of
>  > window parameters is not very useful if one cannot find out what the
>  > parameters are or what they do.
> 
> I'm not sure what to do.  If there is something particular that is
> unclear or you don't understand, please point that out.  The CAR of a
> `window-persistent-parameters' entry specifies the parameter that shall
> be treated specially.  What more do you want me to say about it?  The
> `clone-of' parameter is used by the window code itself and the manual
> tells so.  If there's anything particular the user or application
> programmer should know, the manual will have to be rewritten.  Currently
> there isn't.

I think the request is pretty clear:

  Please document the possible values for the CAR [of
  `window-persistent-parameters'], at least the most common ones, and at the
  very least `clone-of', which is apparently the only one saved/restored by
  default (at least on MS Windows).

  Please describe the window parameters: what they are, what behaviors they
  affect, and how.  Describing a window configuration as a saved set of
  window parameters is not very useful if one cannot find out what the
  parameters are or what they do.

That's what to do.  Thx.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#13451: 24.3.50; doc of `window-persistent-parameters' and window parameters generally
  2015-02-13 21:06   ` Drew Adams
@ 2021-07-15  9:14     ` Lars Ingebrigtsen
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Ingebrigtsen @ 2021-07-15  9:14 UTC (permalink / raw)
  To: Drew Adams; +Cc: 13451

Drew Adams <drew.adams@oracle.com> writes:

> I think the request is pretty clear:
>
>   Please document the possible values for the CAR [of
>   `window-persistent-parameters'], at least the most common ones, and at the
>   very least `clone-of', which is apparently the only one saved/restored by
>   default (at least on MS Windows).

These are described (now) in the Window Parameters section in the
lispref manual.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-15  9:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-15 18:36 bug#13451: 24.3.50; doc of `window-persistent-parameters' and window parameters generally Drew Adams
2015-02-13 18:22 ` martin rudalics
2015-02-13 21:06   ` Drew Adams
2021-07-15  9:14     ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).