From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: Errors on missing completion? Date: Fri, 21 Mar 2008 00:50:54 +0100 Message-ID: <47E2F85E.50307@gmail.com> References: <47E17EF5.4000807@gmail.com> <873aql16sy.fsf@jurta.org> <47E2D30D.7070501@gmail.com> <87myotj83b.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1206057073 12077 80.91.229.12 (20 Mar 2008 23:51:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Mar 2008 23:51:13 +0000 (UTC) Cc: Emacs Devel To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 21 00:51:42 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JcUXs-00069D-WE for ged-emacs-devel@m.gmane.org; Fri, 21 Mar 2008 00:51:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JcUXI-0003mo-Dg for ged-emacs-devel@m.gmane.org; Thu, 20 Mar 2008 19:51:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JcUXE-0003mW-1i for emacs-devel@gnu.org; Thu, 20 Mar 2008 19:51:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JcUXC-0003mG-Lc for emacs-devel@gnu.org; Thu, 20 Mar 2008 19:50:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JcUXC-0003mD-Fh for emacs-devel@gnu.org; Thu, 20 Mar 2008 19:50:58 -0400 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JcUXB-0000a0-Uy for emacs-devel@gnu.org; Thu, 20 Mar 2008 19:50:58 -0400 Original-Received: from c83-254-148-228.bredband.comhem.se ([83.254.148.228]:60883 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1JcUXA-0005KI-4h; Fri, 21 Mar 2008 00:50:56 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 In-Reply-To: <87myotj83b.fsf@jurta.org> X-Antivirus: avast! (VPS 080320-0, 2008-03-20), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.148.228 X-ACL-Warn: Too high rate of unknown addresses received from you X-Scan-Result: No virus found in message 1JcUXA-0005KI-4h. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1JcUXA-0005KI-4h 066577de3fff1c105a4bb75ff5fa4a07 X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:93084 Archived-At: Juri Linkov wrote: >>>> dabbrev-expand gives an error when it can't complete while >>>> lisp-complete-symbol just gives a message. >>>> >>>> I can't see any meaning in that Emacs commands gives errors in cases like >>>> this. Is there anyone who can? >>> Do you see any problem with this? >> If you have debug-on-error set to t it gets very disturbing. It is rather >> similar to if isearch should raise an error on a search miss. > > There is a special variable `debug-ignored-errors' with the list > of error messages to ignore, and as I see it already contains > "^No dynamic expansion for .* found$". So when debug-on-error > is non-nil, `dabbrev-expand' is not disturbing due to this variable. > Do you have a test case where `debug-ignored-errors' gets ignored? Thanks, I forgot about that variable. No, I can't understand what happened before right now. I get no error now. I will try to actually read the error message next time ;-)