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: Re: Re: bug in read-from-string (Emacs 21.2.2) Date: Fri, 3 Oct 2003 10:13:02 -0700 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <3F7D48C6.17417.6EA9F8@localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Trace: sea.gmane.org 1065201382 6225 80.91.224.253 (3 Oct 2003 17:16:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Oct 2003 17:16:22 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 03 19:16:20 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 1A5TXQ-0006Sr-00 for ; Fri, 03 Oct 2003 19:16:20 +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 1A5TWG-0001Gs-Bf for geb-bug-gnu-emacs@m.gmane.org; Fri, 03 Oct 2003 13:15:08 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A5TW8-0001G6-FY for bug-gnu-emacs@gnu.org; Fri, 03 Oct 2003 13:15:00 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A5TVZ-00010x-0g for bug-gnu-emacs@gnu.org; Fri, 03 Oct 2003 13:14:58 -0400 Original-Received: from [153.105.4.30] (helo=synergymicro.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A5TVX-0000zP-Tg for bug-gnu-emacs@gnu.org; Fri, 03 Oct 2003 13:14:24 -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 KAA21699; Fri, 3 Oct 2003 10:18:10 -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 h93HEwNQ012479; Fri, 3 Oct 2003 10:14:58 -0700 In-Reply-To: <3F7D48C6.17417.6EA9F8@localhost> Original-To: Andreas Schwab 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:5905 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5905 Andreas, Thank you very much. Sorry to have bothered you. --Greg >Greg Hill writes: > >> 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\\") > >That's a feature, see debug-ignored-errors. > >Andreas.