home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0191.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  461 b   |  14 lines

  1.  In opus 38.88 the msg macro was extended to make (T n) put the cursor
  2. on column n+1.   Others had extended the msg macro in a conflicting way,
  3. so we decided to convert over to their extensions.  So forget what
  4. you read in the opus38.88 message, and remember this:
  5.     (C n)    go to column n.  The first column on the line is column 1.
  6.             If the cursor is beyond column n, then go to the next line
  7.         and go to column n.
  8.     (T m)   print m tab characters
  9.     
  10.     
  11.     
  12.  
  13.  
  14.