From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Timur Aydin Newsgroups: gmane.emacs.help Subject: Symbol's function definition is void: mapcan Date: Mon, 23 Dec 2013 18:08:50 +0200 Message-ID: <52B86012.5050609@taydin.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1387817431 4823 80.91.229.3 (23 Dec 2013 16:50:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Dec 2013 16:50:31 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 23 17:50:37 2013 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 1Vv8iD-0006b2-14 for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Dec 2013 17:50:37 +0100 Original-Received: from localhost ([::1]:34477 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vv8iC-0004wr-KA for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Dec 2013 11:50:36 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vv8ho-0004wA-K4 for help-gnu-emacs@gnu.org; Mon, 23 Dec 2013 11:50:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vv8hi-0005uM-LO for help-gnu-emacs@gnu.org; Mon, 23 Dec 2013 11:50:12 -0500 Original-Received: from [176.41.233.165] (port=53829 helo=bonsai.taydin.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vv8hi-0005pI-Eh for help-gnu-emacs@gnu.org; Mon, 23 Dec 2013 11:50:06 -0500 Original-Received: from [176.41.233.165] (unknown [176.41.233.165]) by bonsai.taydin.org (Postfix) with ESMTPSA id 320015C006A for ; Mon, 23 Dec 2013 18:08:50 +0200 (EET) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 176.41.233.165 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:95137 Archived-At: Hi, I am using the bzr version of emacs, and I am seeing the error messages in the subject line in two separate instances. The first time was when I tried to get the GNUS email client to work. I wasn't able to and gave up. The second time i started playing around with the "eww" web browser and whenever I hit any link, this error is displayed. This must be a fundamental problem because it is happening with two unrelated applications, but I can't find out what it is. I speculated that this is because of a dependency to the cl (common lisp) library so I have put (require 'cl) into my .emacs.el. This time, the error changed to: Wrong type argument: listp, nil So, what could be happening? -- Timur