From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id GAA02595 for ; Mon, 19 Aug 1996 06:41:27 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id QAA12062; Sun, 18 Aug 1996 16:43:08 -0400 (EDT) Resent-Date: Sun, 18 Aug 1996 16:43:08 -0400 (EDT) From: "Bart Schaefer" Message-Id: <960818134408.ZM24309@candle.brasslantern.com> Date: Sun, 18 Aug 1996 13:44:08 -0700 Reply-To: schaefer@nbn.com X-Mailer: Z-Mail (4.0b.729 29jul96) To: zsh-workers@math.gatech.edu Subject: 3.0.0: cut-and-paste of multiline constructs is insane MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="PART-BOUNDARY=.1960818134408.ZM24309.brasslantern.com" Resent-Message-ID: <"9oW_q.0.Oy2.R1u5o"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2027 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu -- --PART-BOUNDARY=.1960818134408.ZM24309.brasslantern.com Content-Type: text/plain; charset=us-ascii I think this has something to do with the new refresh code. Type this into your zsh running in a standard xterm: zsh% function fourlines { > echo 1 > echo 2 > echo 3 > echo 4 > } zsh% Now call it back with C-p so you see: zsh% function fourlines { echo 1 echo 2 echo 3 echo 4 } Now cut everything from "function" through "}" and paste it into an editor. You get something like the attached (look at the text in a window that either does NOT autowrap or is NOT 80 columns wide). Note that there is a remarkable shortage of newline characters in the pasted text. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.nbn.com/people/lantern New male in /home/schaefer: >N 2 Justin William Schaefer Sat May 11 03:43 53/4040 "Happy Birthday" --PART-BOUNDARY=.1960818134408.ZM24309.brasslantern.com Content-Description: Text Content-Type: text/plain ; name="Z23736M1.A0" ; charset=us-ascii Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment ; filename="Z23736M1.A0" X-Zm-Content-Name: Z23736M1.A0 X-Zm-Decoding-Hint: mimencode -q -u function fourlines { echo 1 = echo 2 = echo 3 = echo 4 = } --PART-BOUNDARY=.1960818134408.ZM24309.brasslantern.com--