emacs-devel
[Top][All Lists]
Advanced

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

Re: bugfix eshell/rm


From: Eli Zaretskii
Subject: Re: bugfix eshell/rm
Date: Fri, 11 Mar 2011 17:59:45 +0200

> From: Thierry Volpiatto <address@hidden>
> Cc: address@hidden
> Date: Fri, 11 Mar 2011 13:50:16 +0100
> 
> >> eshell-command
> >> eshell-send-input
> >> eshell-read-aliases-list
> >> 
> >> var:
> >> eshell-command-aliases-list
> >
> > And you need these because...?
> anything-find-files have an action that allow to run eshell commands on
> files with completion on all aliases ending with $1.
> This allow to create and use personal commands for files.
> When i start emacs and anything, this aliases list is available only
> after M-x eshell or eshell-command.
> In this case i must run a y-or-n-p to ask if user want to first load
> eshell manually and restart C-x C-f, or to run a command without
> completion (i.e need to write it).

Looks like

  (require 'esh-mode)
  (require 'em-alias)

should do the trick for you.



reply via email to

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