From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: kleinerdrache@gmx.at Newsgroups: gmane.emacs.help Subject: better error messages in my *Messages* buffer? Date: Wed, 19 Mar 2014 20:17:05 +0100 Message-ID: <87mwgmvw0e.fsf@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1395256646 1705 80.91.229.3 (19 Mar 2014 19:17:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Mar 2014 19:17:26 +0000 (UTC) To: "emacs" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 19 20:17:35 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WQLzZ-0008UF-S3 for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Mar 2014 20:17:33 +0100 Original-Received: from localhost ([::1]:43387 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQLzZ-0006pG-Dt for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Mar 2014 15:17:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43430) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQLzH-0006oj-2o for help-gnu-emacs@gnu.org; Wed, 19 Mar 2014 15:17:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQLz9-00034q-Pu for help-gnu-emacs@gnu.org; Wed, 19 Mar 2014 15:17:15 -0400 Original-Received: from mout.gmx.net ([212.227.15.18]:51518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQLz9-00034d-G7 for help-gnu-emacs@gnu.org; Wed, 19 Mar 2014 15:17:07 -0400 Original-Received: from martin-desktop ([213.240.107.73]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0LjuR3-1WwviV0Ok5-00bplI for ; Wed, 19 Mar 2014 20:17:06 +0100 User-agent: mu4e 0.9.9.5; emacs 24.3.1 X-Provags-ID: V03:K0:4Y8EXHaKcJMHMjGMUrOI+VqrUVCKbZIbLsAbMBSumrnlyFCPQe2 aLMs65BMdQ51l4Wnpk6HYOWvU/isKbNb92TL3qJ3Blj4OWx3gf5riqN8vv5zrbmv/yOJBtr qOeLjI61ch2RR4aQhIr3+bfPoZ2m8w3YrNSp8FdRaPGYchBLSAa5zPqFqZiV0svkdwIlLG5 sHQnPjJa/Ci1SjuhyMkzQ== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.18 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96637 Archived-At: Hi there, learing elisp is fun, but debugging isn't for me at the moment. >From ruby and from python I'm spoiled with additional info like Error X in file Y line Z but my *Messages* buffer just tells me: error in process filter: Wrong type argument: listp, [...] What do you do in that case to find out which line of your code creates that error? Thanks, Martin