From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chming Newsgroups: gmane.emacs.devel Subject: Wrong type argument: symbolp, (quote nil) Date: Thu, 17 Nov 2011 15:31:33 -0800 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1321572705 9665 80.91.229.12 (17 Nov 2011 23:31:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Nov 2011 23:31:45 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 18 00:31:41 2011 Return-path: Envelope-to: ged-emacs-devel@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 1RRBQh-00009E-PW for ged-emacs-devel@m.gmane.org; Fri, 18 Nov 2011 00:31:39 +0100 Original-Received: from localhost ([::1]:60644 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RRBQh-00015N-8s for ged-emacs-devel@m.gmane.org; Thu, 17 Nov 2011 18:31:39 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:43144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RRBQe-000154-6K for emacs-devel@gnu.org; Thu, 17 Nov 2011 18:31:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RRBQd-0008F4-BT for emacs-devel@gnu.org; Thu, 17 Nov 2011 18:31:36 -0500 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:47197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RRBQd-0008F0-95 for emacs-devel@gnu.org; Thu, 17 Nov 2011 18:31:35 -0500 Original-Received: by yenm10 with SMTP id m10so2201699yen.0 for ; Thu, 17 Nov 2011 15:31:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=mJ7TO7w++i8fvUwzk/gwcr/SzcqOU7O3AL3dgNSYdLM=; b=U9xD3P+8a48qx8h8NqgAr/hocan42J9od8R7BKrth3ca3cVJsVGSPwLAWkFNuakR7S FfR+MbaNgNjbpmmIUUPW+s1s3Gr4Mx01jQaf8av5q2UUvExg96Zld+U49LyNkYn5fcqL Z5oLdDadsGiXeEc9Kdcs/gyx10E7ef4nmPM0E= Original-Received: by 10.236.190.169 with SMTP id e29mr936947yhn.110.1321572693736; Thu, 17 Nov 2011 15:31:33 -0800 (PST) Original-Received: by 10.100.107.19 with HTTP; Thu, 17 Nov 2011 15:31:33 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:146083 Archived-At: Hi all, Not sure if this is reported or not. I am using latest pre-test 24.0.91 and if I tried to use pipe (e.g., p4 diff -se | p4 -x - edit) in Eshell, it will report this error. In the previous pre-test, I did not run cross this issue. Wrong type argument: symbolp, (quote nil) Thanks a lot, Ming