[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
~m,n@T in FORMAT
- To: common-lisp at su-ai
- Subject: ~m,n@T in FORMAT
- From: David A. Moon <Moon at SCRC-TENEX>
- Date: Thu, 02 Jun 1983 04:58:00 -0000
The description of this in the Laser manual makes no sense. It says
that ~colrel,colinc@T is equivalent to ~curcol+colrel,colincT where
curcol is the current column. But assuming colrel isn't negative this
never depends on the value of colinc. Instead, I implemented this to
move at least colrel columns to the right, and as many additional columns
(possibly none) as required to get to a multiple of colinc. Is this right?