From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Greg Hill Newsgroups: gmane.emacs.bugs Subject: bug in read-from-string (Emacs 21.2.2) Date: Thu, 2 Oct 2003 19:08:48 -0700 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Trace: sea.gmane.org 1065147166 29996 80.91.224.253 (3 Oct 2003 02:12:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Oct 2003 02:12:46 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 03 04:12:44 2003 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 1A5FQy-0006s5-00 for ; Fri, 03 Oct 2003 04:12:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A5FPT-0005gH-7C for geb-bug-gnu-emacs@m.gmane.org; Thu, 02 Oct 2003 22:11:11 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A5FPQ-0005fx-GH for bug-gnu-emacs@gnu.org; Thu, 02 Oct 2003 22:11:08 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A5FOu-0005Ze-MN for bug-gnu-emacs@gnu.org; Thu, 02 Oct 2003 22:11:07 -0400 Original-Received: from [153.105.4.30] (helo=synergymicro.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A5FOt-0005SM-WF for bug-gnu-emacs@gnu.org; Thu, 02 Oct 2003 22:10:36 -0400 Original-Received: from synergy.synergy.encinitas.ca.us (renfield-dmz-gateway [153.105.4.29]) by synergymicro.com (8.9.3/8.9.3) with ESMTP id TAA11451 for ; Thu, 2 Oct 2003 19:13:53 -0700 Original-Received: from [198.17.100.22] (G_Hill_Mac [198.17.100.22]) by synergy.synergy.encinitas.ca.us (8.12.8/8.12.8) with ESMTP id h932Ajht013731 for ; Thu, 2 Oct 2003 19:10:46 -0700 Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5901 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5901 Calling read-from-string to read from a string that ends in a backslash throws an error "End of file during parsing" but does not enter debugger when debug-on-error is t. e.g. (read-from-string "a\\") --Greg