From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bill Schottstaedt Newsgroups: gmane.lisp.guile.bugs Subject: \r\n confuses #! !# Date: Wed, 10 Mar 2004 06:23:45 -0800 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: <404F24F1.6000301@ccrma> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1079047672 22939 80.91.224.253 (11 Mar 2004 23:27:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Mar 2004 23:27:52 +0000 (UTC) Cc: k.s.matheussen@notam02.no Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Mar 12 00:27:36 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B1ZaS-0001kD-00 for ; Fri, 12 Mar 2004 00:27:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B1ZXp-0003lp-6M for guile-bugs@m.gmane.org; Thu, 11 Mar 2004 18:24:53 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B14dG-0000Ue-Qx for bug-guile@gnu.org; Wed, 10 Mar 2004 09:24:26 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B14cj-0000HF-SN for bug-guile@gnu.org; Wed, 10 Mar 2004 09:24:24 -0500 Original-Received: from [171.67.16.116] (helo=smtp2.Stanford.EDU) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B14cj-0000H7-He for bug-guile@gnu.org; Wed, 10 Mar 2004 09:23:53 -0500 Original-Received: from cm-mail.stanford.edu (cm-mail.Stanford.EDU [171.64.197.135]) by smtp2.Stanford.EDU (8.12.11/8.12.11) with ESMTP id i2AENltk028153; Wed, 10 Mar 2004 06:23:47 -0800 Original-Received: from ccrma (cmn36.stanford.edu [171.64.197.185]) by cm-mail.stanford.edu (8.11.6/8.11.6) with ESMTP id i2AENkV22486; Wed, 10 Mar 2004 06:23:46 -0800 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en Original-To: bug-guile@gnu.org X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:1227 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:1227 read.c (line 271 in 1.6.4, 286 in CVS): in skip_scsh_block_comment (SCM port) if (history == (('\n' << 24) | ('!' << 16) | ('#' << 8) | '\n')) gets confused if the text editor uses \r\n rather than \n. (This is possible with emacs, though I'm not sure how). _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile