Number: 1003
Date: 7-May-84 9':27':21
Submitter: Sannella.PA
Source: halvorsen.pa
Subject: Shift selecting from TEDIT into DEDIT edit buffer gives garbage
Assigned To:
Attn: Sheil, Sybal, nuyens
Status: Open
In/By:
Problem Type: Bug
Impact: Annoying
Difficulty: Moderate
Frequency: Intermittent
Priority: Unlikely
System: Programming Environment
Subsystem: Code Editor
Machine:
Disk:
Lisp Version:
Source Files:
Microcode Version:
Memory Size:
File Server:
Server Software Version:
Disposition:
Description: '
Date': 4 May 84 21':12 PDT'
From': halvorsen.pa'
Subject': Lisp': Shift selecting from TEDIT into DEDIT edit buffer '
To': LispSupport.pa'
cc': halvorsen.pa'
'
Lisp System Date': 26-Apr-84 18':56':44'
Machine': Dandelion (204#13#)'
Microcode version': 24,4'
Memory size': 17777'
Frequency': Always '
Impact': Minor '
'
If I try to shift select a longer piece of lisp code into the edit buffer from a tedit window I get a lot of whistles and "garbage" instances of the s-expr ("TypedCom" . Find) mixed in with what I wanted to go get into the edit buffer.'
'
'
(("TypedCom" . Find) thereis PAIR ("TypedCom" . Find) inpairs (("TypedCom" . Find) fetch PAIRS ("TypedCom" . Find) of FS) ("TypedCom" . Find) suchthat (("TypedCom" . Find) GOVERNABLEP (("TypedCom" . Find) fetch FNAME ("TypedCom" . Find) of PAIR)))'
'
-----'
'
Date': 7 May 84 14':16 PDT'
From': Sheil.pa'
Subject': Re': AR 1003': Shift selecting from TEDIT into DEDIT edit buffer gives garbage'
In-reply-to': LispSupport.pa''s message of 7 May 84 09':27':49 PDT (Monday)'
To': Sybalsky, Nuyens'
cc': LispSupport'
'
Sounds like someone is unreading ↑F''s. That wont work in DEdit, which has ↑F defined as a control character.'
'
Is there someway I can tell you that I only want a clean ASCII stream?'
'
Beau'
'
-----'
'
Date': 10 May 84 14':02 PDT'
From': Sybalsky.pa'
Subject': Re': AR 1003': Shift selecting from TEDIT into DEDIT edit buffer gives garbage'
In-reply-to': Sheil.pa''s message of 7 May 84 14':16 PDT'
To': Sheil.pa'
cc': Sybalsky.pa, Nuyens.pa, LispSupport.pa'
'
Beau--'
'
If TEdit is unreading ↑F''s, it''s because they''re in the document the guy is copying from. Right now, there''s no way for TEdit to know that someone doesn''t want characters like that--much less which characters are "like that".'
'
One facet of the IMAGEOBJ proposal was a way for two applications to support inter-application copying. As I recall, it included having a filter on the incoming end. None of it, of course, has been implemented; however, the thoughts still exist, as part of <Lispcore>Library>ImageObj.TEdit -- if you''d care to comment on the proposal, I''m sure we can raise its priority (now that we have you as a potential user....)'
'
--John'
'
-----'
'
Date': 10 May 84 15':03 PDT'
From': Sheil.pa'
Subject': Re': AR 1003': Shift selecting from TEDIT into DEDIT edit buffer gives garbage'
In-reply-to': Sybalsky.pa''s message of 10 May 84 14':02 PDT'
To': Sybalsky.pa'
cc': Nuyens.pa, LispSupport.pa'
'
Are the ↑F''s really in the document or are they TEdit control info?'
'
Beau'
'
-----'
'
Date': 10 May 84 15':38 PDT'
From': Sybalsky.pa'
Subject': Re': AR 1003': Shift selecting from TEDIT into DEDIT edit buffer gives garbage'
In-reply-to': Sheil.pa''s message of 10 May 84 15':03 PDT'
To': Sheil.pa'
cc': Sybalsky.pa, Nuyens.pa, LispSupport.pa'
'
If TEdit un-reads them, they''re REALLY in the document -- it doesn''t try to copy formatting info.'
Workaround:
Test Case:
Edit-By: Sybalsky
Edit-Date: 5-Jun-84 10':27':26