help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: eshell alias not working properly


From: Joost Kremers
Subject: Re: eshell alias not working properly
Date: 3 Sep 2015 15:45:31 GMT
User-agent: slrn/pre1.0.0-18 (Linux)

Sum Proxy wrote:
> 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 
>============ 
> alias ff 'find-file $1' 
>============ 
> error message as is is given below 
>> find-file $1: command not found 
>
> Any ideas what may be going wrong?

Don't use quotes:

alias ff find-file $1

Otherwise eshell thinks that «find-file $1» is the command.



-- 
Joost Kremers                                   joostkremers@fastmail.fm
Selbst in die Unterwelt dringt durch Spalten Licht
EN:SiS(9)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]