Number: 180 Date: 19-Mar-84 16':21':28 Submitter: Sannella.PA Source: desRivieres.pa Subject: TEdit': SETFILEPTR shouldn''t move caret Lisp Version: 1-Mar-84 Description: ' Date': 18 Mar 84 17':04 PST' From': desRivieres.pa' Subject': TEdit': SETFILEPTR moves caret' To': TEditSupport' cc': desRivieres.pa' TEdit-System-Date': 1-Mar-84 13':54':34' Lisp-System-Date': 1-Mar-84 14':24':22' Machine-Type': Dorado' ' There is a minor inconsistency having to do with applying file operations to text streams (created with OPENTEXTSTREAM). In particular, SETFILEPTR causes the caret in the associated window to move, whereas the other non-writing operations, including GETFILEPTR, GETEOFPTR, READ, READC, PEEKC, and BIN do not. I''ll leave you to judge whether this is what should happen --- I have no strong feelings one way or the other..' ' ---Jim ' ' -----' ' Date': 20 MAR 84 22':07 PST' From': ROACH.PA' Subject': AR 180 (Tedit SETFILEPTR move caret)' To': LISPSUPPORT' cc': ROACH, DESRIVIERES, SYBALSKY' ' I personally would prefer SETFILEPTR not move the caret. I have' quite a few hooks into my TEDIT.READTABLE that use SETFILEPTR with' read & print operations and it is fairly awkward looking and seemingly' slower to have the caret move around in the Tedit window while my' functions do their computing. I already know how to "SETCARETPTR"' by using TEDIT.SETSEL.' Kelly' ' -----' ' Date': 3 APR 84 13':50 PST' From': ROACH.PA' Subject': Renewed plea that AR180 be fixed.' To': LISPSUPPORT' ' If letting you know a user''s priorities will influence the TEDIT' debugging effort in any way, I would like to renew my plea that AR180' be fixed. This is the bug concerning TEDIT''s moving the caret around' when you do SETFILEPTR on a textstream and remains my #1 complaint.' It seriously affects the behaviour of commands like DEL, ^P, and ^N in' EMACS.DCOM. Quote from Brian Smith':' ' "For example, ^P and ^N take a long time ... they display the' caret at the end or beginning of the line they are moving to, which' suggests an extra re-display is happening."' ' David Wallace has noted this behaviour to me, and Jim DesRivieres sent' you AR180. The Difficulty field of this AR is marked Easy, but the' bug has been around for some time now, and hasn''t always existed' (you introduced it when you fixed another of SETFILEPTR''s bugs). I''m' hoping that this bug will get some needed atention.' ' Kelly' -----' ' Date': 4 Apr 84 11':36 PST' From': Sybalsky.pa' Subject': Re': AR 180': further Roach flame' In-reply-to': LispSupport.pa''s message of 4 Apr 84 11':05':48 PST (Wednesday)' To': LispSupport.pa' cc': Sybalsky.pa' ' FIXED. However, there may be unpleasant side effects, like BOUT won''t do what he expects any more.' Workaround: Test Case: Edit-By: Sannella.PA Edit-Date: 19-Jun-84 20':01':30 Attn: Assigned To: Sybalsky.pa In/By: Carol Disposition: System: Text Subsystem: TEdit Machine: Disk: Microcode Version: Memory Size: File Server: Server Software Version: Difficulty: Easy Frequency: Everytime Impact: Minor Priority: Perhaps Status: Closed Problem Type: Design - UI Source Files: