From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.help Subject: Anything start problem Date: Wed, 14 Sep 2011 20:08:07 +0200 Message-ID: <87y5xr6lq0.wl%v.plechinger@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: dough.gmane.org 1316023714 16719 80.91.229.12 (14 Sep 2011 18:08:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 14 Sep 2011 18:08: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 Wed Sep 14 20:08:30 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R3tsn-0004TP-EE for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Sep 2011 20:08:25 +0200 Original-Received: from localhost ([::1]:59101 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3tsm-0007IM-PO for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Sep 2011 14:08:24 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:41128) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3tsi-0007IE-72 for help-gnu-emacs@gnu.org; Wed, 14 Sep 2011 14:08:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3tsh-0006Db-5e for help-gnu-emacs@gnu.org; Wed, 14 Sep 2011 14:08:20 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:38509) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3tsh-0006DP-14 for help-gnu-emacs@gnu.org; Wed, 14 Sep 2011 14:08:19 -0400 Original-Received: by fxh17 with SMTP id 17so2136146fxh.0 for ; Wed, 14 Sep 2011 11:08:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:message-id:from:to:subject:user-agent:mime-version :content-type; bh=KZyV2HNI23o+VnN9ByU+wXoj3YqhxEKrMdLH6xQ2WnY=; b=jR8Pf5fHQ6Btq1hkqymFBNdztZ/r36EwgYP6xdOp5gEkMFtFiRf27oQn3TCNXFIlvW g9t1bBGbNmzXpMtR0YW6Skm5//X0LlqqN9zwqm8vqRMReaV9dv9B4LBanKXRhJQxNbLT tjtIQTdgNnqgYd7bIOOnfmi25ePSrzHWqH148= Original-Received: by 10.223.43.218 with SMTP id x26mr178753fae.75.1316023697467; Wed, 14 Sep 2011 11:08:17 -0700 (PDT) Original-Received: from voli.gmail.com (91-113-63-135.adsl.highway.telekom.at. [91.113.63.135]) by mx.google.com with ESMTPS id c2sm4053825faf.16.2011.09.14.11.08.15 (version=SSLv3 cipher=OTHER); Wed, 14 Sep 2011 11:08:16 -0700 (PDT) User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/23.3 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.41 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:82230 Archived-At: Whenever I try to load anything (trying the description from emacs-fu) in my .emacs file I get: 'Key sequence a starts with non-prefix key ' (defcustom anything-command-map-prefix-key " a" .. I tried changing this before doing make but that didn't help and I'm quite clueless on what to do. I'm running the latest git version. Best regards