bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Indices in Info.


From: Luc Teirlinck
Subject: Re: Indices in Info.
Date: Tue, 24 Jun 2003 22:26:57 -0500 (CDT)

>From my previous message:

   !     (while
   !       (progn
   !         (skip-chars-forward "^:")
   !         (forward-char 1)
   !         (not (looking-at ":*[,.;() \t\n]"))))


I would write:

          (while (progn
                   ( ...

however, because it would more clearly show that the while loop has no
body.

Sincerely,

Luc.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]