From owner-freebsd-questions Fri Apr 19 13:24:55 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA29294 for questions-outgoing; Fri, 19 Apr 1996 13:24:55 -0700 (PDT) Received: from tombstone.sunrem.com ([206.81.134.54]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA29286 for ; Fri, 19 Apr 1996 13:24:51 -0700 (PDT) Received: (from brandon@localhost) by tombstone.sunrem.com (8.6.12/8.6.12) id OAA08127; Fri, 19 Apr 1996 14:24:36 -0600 Date: Fri, 19 Apr 1996 14:24:35 -0600 (MDT) From: Brandon Gillespie To: questions@freebsd.org Subject: Cut-N-Paste oddity with XFree86/Xterm Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On other operating systems I've used (namely Ultrix, OSF/1 and Solaris) when cutting and pasting between xterm windows (something I do quite often) they would usually preserve the white space correctly. However, my most recent workstation is in FreeBSD, and I've since noticed that for some unknown reason random bits of space are ADDED to the end of lines periodically. Specifically if the line happens to be short. This is rather disasterous as I do a bit of pasting of blocks of text terminated with a period, 9.9 times out of 10 I will pull from an xterm window (in nvi) where the line is simply "." (or in regexp-ese "^\.$"), yet when it is pasted into the other window it is received as "^\. $". Is there any reason for this!? The behavior is most definitely centralized somewhere in the x-term/XF86 implementation of the cut-n-paste buffer, is it something that can be fixed? It is rather frustrating to have to manually enter the period to make sure that it is JUST a period, not a period, space and then a CRLF... -Brandon Gillespie-