From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: function-called-at-point: ignore-errors around find-tag-default Date: Tue, 15 Feb 2005 01:15:58 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1108449690 5956 80.91.229.2 (15 Feb 2005 06:41:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Feb 2005 06:41:30 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 15 07:41:30 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D0wOR-00041p-44 for ged-emacs-devel@m.gmane.org; Tue, 15 Feb 2005 07:41:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0we7-0004Kj-Me for ged-emacs-devel@m.gmane.org; Tue, 15 Feb 2005 01:57:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D0wYj-00025Q-VY for emacs-devel@gnu.org; Tue, 15 Feb 2005 01:51:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D0wYe-00023Q-V8 for emacs-devel@gnu.org; Tue, 15 Feb 2005 01:51:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0wYc-0001vF-Rn for emacs-devel@gnu.org; Tue, 15 Feb 2005 01:51:39 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D0w4B-0003wL-BO for emacs-devel@gnu.org; Tue, 15 Feb 2005 01:20:11 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1D0w06-0002Pg-Gm; Tue, 15 Feb 2005 01:15:58 -0500 Original-To: Karl Chen In-reply-to: (message from Karl Chen on Sun, 13 Feb 2005 20:31:30 -0800) 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33457 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33457 In some modes (tex-mode), `find-tag-default' can misbehave and error. It should never get an error--if it can't find a suitable recommendation, it should return nil. But an alternative would be to wrap `find-tag-default' itself in a condition-case.) Before we do that, we should debug it and try fixing the bug that makes it get an error. Would you like to debug it?