From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: Gnus as email client Date: Thu, 28 Jan 2010 15:29:27 +0100 Message-ID: <87k4v2s3p4.fsf@thinkpad.tsdh.de> References: <87tyu72dag.fsf@belvoir.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1264689394 32024 80.91.229.12 (28 Jan 2010 14:36:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Jan 2010 14:36:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 28 15:36:29 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NaVTw-0004K5-DM for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Jan 2010 15:36:28 +0100 Original-Received: from localhost ([127.0.0.1]:58428 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NaVTv-0003tu-Sb for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Jan 2010 09:36:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NaVNg-0008FN-7s for help-gnu-emacs@gnu.org; Thu, 28 Jan 2010 09:30:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NaVNb-0008Es-L6 for help-gnu-emacs@gnu.org; Thu, 28 Jan 2010 09:29:59 -0500 Original-Received: from [199.232.76.173] (port=60597 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NaVNb-0008Ep-Da for help-gnu-emacs@gnu.org; Thu, 28 Jan 2010 09:29:55 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:38474) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NaVNb-0008G6-0C for help-gnu-emacs@gnu.org; Thu, 28 Jan 2010 09:29:55 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NaVNW-0008KA-LU for help-gnu-emacs@gnu.org; Thu, 28 Jan 2010 15:29:50 +0100 Original-Received: from dhcp173.uni-koblenz.de ([141.26.71.173]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Jan 2010 15:29:50 +0100 Original-Received: from tassilo by dhcp173.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Jan 2010 15:29:50 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dhcp173.uni-koblenz.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) Cancel-Lock: sha1:jzkAdIt0kq0ofA5TnXuxiuGCk48= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:71545 Archived-At: Henri-Paul Indiogine writes: Hi Henri-Paul, > The most urgent one is when I open an email and only the headers > appear, and not even the normal ones and in the minibuffer the > following text appears: > > wrong type argument: stringp, remove You encountered a lisp error. Most probably, you have some broken config option in your ~/.gnus.el. Whenever some error like that appears, use M-x toggle-debug-on-error RET and do the same again. Then you'll get a full error backtrace which will help to pinpoint where the error occurs. Post it here. Bye, Tassilo