From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitriyi Paduchikh Newsgroups: gmane.emacs.devel Subject: Re: Some issues with error conditions Date: Mon, 11 Jul 2005 22:57:10 +0600 Message-ID: <87k6jxjn6h.fsf@paduch.mail.ru> References: <87wtnxjtrp.fsf@paduch.mail.ru> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1121102562 13610 80.91.229.2 (11 Jul 2005 17:22:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Jul 2005 17:22:42 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 11 19:22:34 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ds1y4-0004eu-Ap for ged-emacs-devel@m.gmane.org; Mon, 11 Jul 2005 19:21:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ds1ze-0000hi-0W for ged-emacs-devel@m.gmane.org; Mon, 11 Jul 2005 13:22:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ds1uQ-0007Ag-NP for emacs-devel@gnu.org; Mon, 11 Jul 2005 13:17:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ds1uF-00074T-J1 for emacs-devel@gnu.org; Mon, 11 Jul 2005 13:17:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ds1uC-00070E-I0 for emacs-devel@gnu.org; Mon, 11 Jul 2005 13:17:20 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1Ds1oh-0000f6-Kw for emacs-devel@gnu.org; Mon, 11 Jul 2005 13:11:39 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ds1gR-00019x-2b for emacs-devel@gnu.org; Mon, 11 Jul 2005 19:03:07 +0200 Original-Received: from dialup35.uran.ru ([195.19.137.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Jul 2005 19:03:07 +0200 Original-Received: from paduch by dialup35.uran.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Jul 2005 19:03:07 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 11 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dialup35.uran.ru In-Reply-To: <87wtnxjtrp.fsf@paduch.mail.ru> (Dmitriyi Paduchikh's message of "Mon, 11 Jul 2005 20:34:50 +0600") User-Agent: Gnus/5.110003 (No Gnus v0.3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:40790 I wrote: [...] > And also end-of-file (end of file during parsing), > invalid-read-syntax, scan-error (not sure about this) probably might > be all in the category parse-error as such condition already exists. Sorry, the condition parse-error is defined in calendar/parse-time.el, so probably it's not appropriate to do. -- Dmitriyi Paduchikh