Number: 2052

Date:  4-Sep-84 20':50':24

Submitter: Roach

Source: Roach

Subject: INTERPRESS DSPXPOSITION doesn''t work (superseded by AR 78)

Assigned To: 

Attn: 

Status: Superseded

In/By: AR 78

Problem Type: Bug

Impact: Moderate

Difficulty: 

Frequency: Everytime

Priority: Perhaps

System: Windows and Graphics

Subsystem: Printing

Machine: 1132

Disk: 

Lisp Version: 31-Aug-84 16':17':57

Source Files: 

Microcode Version: 5124

Memory Size: 4096

File Server: 

Server Software Version: 

Disposition: '
["Sannella.PA" "11-Sep-84 12':27':28" Subject': Attn': Status':(New->Superseded) In/By': Priority':(->Perhaps) System':(Text->Windows% and% Graphics) Subsystem':(Other->Printing)]

Description: I tried changing'
     (* (DSPXPOSITION P IPSTREAM) *)'
     (SETXY.IP IPSTREAM P'
               (FETCH (INTERPRESSDATA IPYPOS)'
                OF INTERPRESSDATA))'
     (SHOW.IP IPSTREAM)'
back to'
     (DSPXPOSITION P IPSTREAM)'
     (* (SETXY.IP IPSTREAM P'
                  (FETCH (INTERPRESSDATA IPYPOS)'
                   OF INTERPRESSDATA))'
        (SHOW.IP IPSTREAM) *)'
in my PRESSTOIP package.  The latter still doesn''t work,  whereas the former does.  My text just runs off the edge of the page after the first 1-3 lines depending on how short the first few lines are.  DSPXPOSITION seems to be acting as a NOOP.

Workaround: 

Test Case: 

Edit-By: Sannella.PA

Edit-Date: 11-Sep-84 12':27':29