From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mario Domenech Goulart Newsgroups: gmane.emacs.help Subject: Re: Yet another dreaded dot emacs error Date: Sun, 21 Jun 2009 14:19:31 -0300 Message-ID: <873a9tv718.fsf@gmail.com> References: <4A3E6850.8050702@peoplepc.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1245605031 31953 80.91.229.12 (21 Jun 2009 17:23:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Jun 2009 17:23:51 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Ben Badgley Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 21 19:23:47 2009 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.50) id 1MIQld-0004d0-Ge for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Jun 2009 19:23:45 +0200 Original-Received: from localhost ([127.0.0.1]:38694 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIQlc-00054X-KY for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Jun 2009 13:23:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MIQhg-0002BZ-28 for help-gnu-emacs@gnu.org; Sun, 21 Jun 2009 13:19:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MIQhe-00027F-Kv for help-gnu-emacs@gnu.org; Sun, 21 Jun 2009 13:19:39 -0400 Original-Received: from [199.232.76.173] (port=47432 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIQhd-00026B-Ok for help-gnu-emacs@gnu.org; Sun, 21 Jun 2009 13:19:37 -0400 Original-Received: from yw-out-1718.google.com ([74.125.46.156]:20752) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MIQhd-0002lX-Ga for help-gnu-emacs@gnu.org; Sun, 21 Jun 2009 13:19:37 -0400 Original-Received: by yw-out-1718.google.com with SMTP id 5so1271724ywm.66 for ; Sun, 21 Jun 2009 10:19:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=q3X4tE7sgQCRMYT4d06Tp7lN6ADml1C7PbeezpQc0tE=; b=HA6WLunt/TCazez23vF+/EKMKa8+Fk13RtshRG81Sf/qz2pjcpiK9TVeL0+18fLkdX 01OJ65YEd9Mauv8HVBhQ4pSID8EDPvCEZRfvbEfIjDG3gJ4q4U6GXgDYvePzKIJJiWCO SecKtdBhPbJ6tmCFxSx5RiVn1TBMA2vkK0tR8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=OEj/rVmNh4SsIQqSkHYo6yxqC01wfNMtOul3C5m1qazBRj670V+qbK+//vfX89ZHLE /ZbkGfwbmICeHyBM7p3VyOkWR+M03PeXQym40YEVavperCQdHeYzj6M3zp333QDCTF4n ZKNtqoVHtQFpIKx+IBrcv1LovangFYjAeTJPA= Original-Received: by 10.90.84.17 with SMTP id h17mr4375190agb.64.1245604776379; Sun, 21 Jun 2009 10:19:36 -0700 (PDT) Original-Received: from nachos.gmail.com (189-10-154-104.pltce701.dsl.brasiltelecom.net.br [189.10.154.104]) by mx.google.com with ESMTPS id 11sm4607776aga.70.2009.06.21.10.19.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 21 Jun 2009 10:19:35 -0700 (PDT) In-Reply-To: <4A3E6850.8050702@peoplepc.com> (Ben Badgley's message of "Sun, 21 Jun 2009 13:05:20 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:65419 Archived-At: Hi Ben On Sun, 21 Jun 2009 13:05:20 -0400 Ben Badgley wrote: > (setq diary-file="~/.diary") > > Produces the error below: > > Wrong type argument: listp, ~/.diary Try (setq diary-file "~/.diary") Best wishes. Mario