From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sum Proxy Newsgroups: gmane.emacs.help Subject: eshell alias not working properly Date: Thu, 3 Sep 2015 18:28:02 +0300 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1441294639 19240 80.91.229.3 (3 Sep 2015 15:37:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Sep 2015 15:37:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 03 17:37:19 2015 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 1ZXWZi-0008Qq-Fq for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Sep 2015 17:37:18 +0200 Original-Received: from localhost ([::1]:49323 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXWZi-0006vv-9Z for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Sep 2015 11:37:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56734) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXWQt-0003S3-7G for help-gnu-emacs@gnu.org; Thu, 03 Sep 2015 11:28:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXWQp-0000wy-7F for help-gnu-emacs@gnu.org; Thu, 03 Sep 2015 11:28:11 -0400 Original-Received: from mail-lb0-x22f.google.com ([2a00:1450:4010:c04::22f]:34848) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXWQo-0000wu-VD for help-gnu-emacs@gnu.org; Thu, 03 Sep 2015 11:28:07 -0400 Original-Received: by lbpo4 with SMTP id o4so26589572lbp.2 for ; Thu, 03 Sep 2015 08:28:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=JrQQl/AmMidkVdNmxbtFXpGWuH4O+YSeDgSNTwHE3Nw=; b=KFFHghTuBBxRVzSSpHpQ5eGQCbyMPAjOuIbIlMEpUuAaEiZMf9zLOPKyOCil9LMf3+ POJ1ri1UhOMOqe/q3D6llF584vpFgnEDGdVreJOVLAED3/3c4YL2HPf2k0mgt+gLmz3/ dbNpXeY1pdifSFepB2r1J8IwddQgMRuOJdQw5gc2j8SEMjmr8ZN+4UdRLLOuv3yZu87C 9ZCrWE7bRZU+T4j5AaqgpyvNRCPHBs80Bt3GMN75eqMIW0AcedUOD9EzopNe660Ox2HC htxZe2a6rnKDYzX14dnAU5WrPpcdsKMc/uyRd6OKeUI6ldEniOMXgPTp6PSLkpWO9d2C AUjQ== X-Received: by 10.152.197.69 with SMTP id is5mr2573594lac.31.1441294085383; Thu, 03 Sep 2015 08:28:05 -0700 (PDT) Original-Received: from [192.168.1.192] (line159-106.adsl.kirov.ru. [94.241.233.159]) by smtp.gmail.com with ESMTPSA id bb8sm6469397lbc.47.2015.09.03.08.28.04 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 03 Sep 2015 08:28:04 -0700 (PDT) X-Mailer: Apple Mail (2.1878.6) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22f X-Mailman-Approved-At: Thu, 03 Sep 2015 11:37:03 -0400 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:107010 Archived-At: Hi I seem to be having problems with my eshell aliases, e.g. the following alias in the aliases file doesn't work in eshell = 2.4.2, emacs 24.4.1=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=20 alias ff 'find-file $1'=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=20 error message as is is given below=20 > find-file $1: command not found=20 Any ideas what may be going wrong? Thanks in advance.=