|
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.
[Prev in Thread] | Current Thread | [Next in Thread] |