<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Hi,<br>
    1) sometimes styles requires to use small vertical indentation 
    between paragraphs <br>
    and naturally  we choose to  use \parskip and it leads to some
    painful programming dealing with spaces<br>
    For example after float if there will be paragraph  the space will
    be \<code>textfloatsep + \parskip.<br>
    </code>The problem is that there is no control on this and I want to
    ask consider the possibility to add<br>
    some  tokens list like \everyparskip{} which  would be inserted
    before \parskip where could be possible <br>
    to check \lastskip:<br>
    <br>
    FOR EXAMPLE:<br>
    \parskip=5pt<br>
    \everypar{\showthe\lastskip}<br>
    a<br>
    \vskip20pt<br>
    <br>
    \showthe\lastskip<br>
    b<br>
    \showlists<br>
    \bye<br>
    <br>
    STDOUT:<br>
    > 0.0pt.                               <br>
    <everypar> \showthe \lastskip          <br>
                                           <br>
    <to be read again>                     <br>
    a                                      <br>
    l.3 a                                  <br>
                                           <br>
    ?                                      <br>
    > 20.0pt.                              <br>
    l.6 \showthe\lastskip                  <br>
                                           <br>
    ?                                      <br>
    > 0.0pt.                               <br>
    <everypar> \showthe \lastskip          <br>
                                           <br>
    <to be read again>                     <br>
    b                                      <br>
    l.7 b                                  <br>
    <br>
    POSSIBLE PLACE OF \everyparskip:<br>
    .\tenrm a<br>
    .\penalty 10000<br>
    .\glue(\parfillskip) 0.0 plus 1.0fil<br>
    .\glue(\rightskip) 0.0<br>
    \glue 20.0<br>
    ----------- HERE<br>
    \glue(\parskip) 5.0<br>
    \glue(\baselineskip) 5.05556<br>
    \hbox(6.94444+0.0)x469.75499, glue set 444.1994fil, direction TLT<br>
    .\localpar<br>
    ..\localinterlinepenalty=0<br>
    ..\localbrokenpenalty=0<br>
    ..\localleftbox=null<br>
    ..\localrightbox=null<br>
    .\hbox(0.0+0.0)x20.0, direction TLT<br>
    .\tenrm b<br>
    <br>
    <br>
    Or \everyparskip{} could be always in the format like
    \everyparskip{\vskip\parskip} and one could deal with it.<br>
    <br>
    Thanks, Linas<br>
    <br>
    <br>
    <code></code>
  </body>
</html>