From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Suvayu Ali Newsgroups: gmane.emacs.help Subject: Re: Need help with magit site-lisp Date: Fri, 11 Oct 2013 09:46:09 +0200 Message-ID: <20131011074609.GD21631@kuru.dyndns-at-home.com> References: <20131008140132.GG2006@kuru.dyndns-at-home.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1381477600 32680 80.91.229.3 (11 Oct 2013 07:46:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Oct 2013 07:46:40 +0000 (UTC) Cc: Emacs help To: PJ Weisberg Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 11 09:46:43 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 1VUXQm-0004Ej-NS for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Oct 2013 09:46:40 +0200 Original-Received: from localhost ([::1]:52906 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUXQm-0001Ok-71 for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Oct 2013 03:46:40 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUXQT-0001Nf-0K for help-gnu-emacs@gnu.org; Fri, 11 Oct 2013 03:46:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUXQK-0007IN-K7 for help-gnu-emacs@gnu.org; Fri, 11 Oct 2013 03:46:20 -0400 Original-Received: from mail-ee0-x235.google.com ([2a00:1450:4013:c00::235]:41928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUXQK-0007IH-Cz for help-gnu-emacs@gnu.org; Fri, 11 Oct 2013 03:46:12 -0400 Original-Received: by mail-ee0-f53.google.com with SMTP id b15so1692130eek.12 for ; Fri, 11 Oct 2013 00:46:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=AJyKOHAV8pbyqiahoOcB0fjnZUvM5B8Imta30b2MALQ=; b=O9HBoAkcXhmD5wUGQGwFyxiehM1mB//LjWS5lieMWrpANNvG7R/Mx5zEbadIN8QAXI /d4EnQVjfgja4+QaYmN/8bJyr1BKdeaDJPd+hBjvH4Kdk2hl/aj8xf4w+pmRC1qBJa+w tzSmaVgxp+YDdIYugzDlUyu/OuSjz3lToLvnCHivSS803TgAzo+tsPp77ErWUdqSFVuI 7AFfKchN1QccdyEAr4vMkbQ8koh5tdaH0rgWfrxofeS6UXRdGlMsLjGc1imqBbXVojUq tch2f/RKFYuHwrX0zc3izRykDzFOHLBkY35J6NLKoctlJ/wAhZjkoBqny40yj+fNETUU TrnA== X-Received: by 10.14.109.66 with SMTP id r42mr27306286eeg.43.1381477571512; Fri, 11 Oct 2013 00:46:11 -0700 (PDT) Original-Received: from kuru.dyndns-at-home.com (sd44012d5.adsl.online.nl. [212.64.18.213]) by mx.google.com with ESMTPSA id j7sm111450029eeo.15.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 11 Oct 2013 00:46:10 -0700 (PDT) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2012-12-30) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::235 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:93940 Archived-At: Hi, On Fri, Oct 11, 2013 at 12:13:03AM -0700, PJ Weisberg wrote: > On Oct 8, 2013 7:02 AM, "Suvayu Ali" wrote: > > > Debugger entered--Lisp error: (wrong-type-argument listp 769) > > magit-max-args-internal(delete-directory) > > That's a bug in Magit, not in your setup. I've only been keeping half an > eye on the mailing list, so I don't know if it was fixed before or after > the last release of Magit, but see if there’s a newer version you could > upgrade to. > > The reason it works with the system-installed Emacs is because it's an > older version. Magit was depending on an internal implementation detail > that changed in a newer version of Emacs. Thanks a lot! I'll see if I can upgrade Magit. Cheers, -- Suvayu Open source is the future. It sets us free.