[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: texinfo.tex: \dosuppress...
From: |
Stepan Kasal |
Subject: |
Re: texinfo.tex: \dosuppress... |
Date: |
Thu, 18 Sep 2003 08:34:30 +0200 |
User-agent: |
Mutt/1.2.5.1i |
Hello Simon,
On Wed, Sep 17, 2003 at 11:04:37AM -0400, Simon Law wrote:
> On Wed, Sep 17, 2003 at 03:55:50PM +0200, Stepan Kasal wrote:
> > \gdef\dosuppressfirstparagraphindent{%
> > \gdef\indent{%
> > - \global\let\indent=\ptexindent
> > - \global\let\noindent=\ptexnoindent
> > - \global\everypar = {}%
> > + \restorefirstparagraphindent
> > + \indent
> > + }%
>
> Actually, what's that \indent doing there? It's completely
> unnecessary, because \everypar is already cleared.
without it, the test case with double @indent wouldn't work.
It is not an important case, I see. The reasoning is simply this:
redefined @indent should do the real plain \indent, after cleaning up,
the same for redefined @noindent.
It seems logical this way, though I don't see any significant problem
with the previous code.
That's what I meant,
Stepan
- texinfo.tex: \dosuppress..., Stepan Kasal, 2003/09/16
- Re: texinfo.tex: \dosuppress..., Simon Law, 2003/09/16
- Re: texinfo.tex: \dosuppress..., Stepan Kasal, 2003/09/17
- Re: texinfo.tex: \dosuppress..., Simon Law, 2003/09/17
- Re: texinfo.tex: \dosuppress...,
Stepan Kasal <=
- Re: texinfo.tex: \dosuppress..., Simon Law, 2003/09/18
- Re: texinfo.tex: \dosuppress..., Stepan Kasal, 2003/09/19
- Re: texinfo.tex: \dosuppress..., Simon Law, 2003/09/19
- Re: texinfo.tex: \dosuppress..., Stepan Kasal, 2003/09/22