From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Steven Wu Newsgroups: gmane.emacs.help Subject: eshell functions, what is the magic spell. Date: Thu, 23 Oct 2003 01:46:11 -0700 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1066899712 25753 80.91.224.253 (23 Oct 2003 09:01:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Oct 2003 09:01:52 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 23 11:01:50 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ACbLq-0005Qc-00 for ; Thu, 23 Oct 2003 11:01:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ACbLd-0003XK-SG for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Oct 2003 05:01:37 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!feed.news.qwest.net!news.uswest.net.POSTED!not-for-mail User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: 63.226.26.178 Original-X-Trace: news.uswest.net 1066898771 63.226.26.178 (Thu, 23 Oct 2003 03:46:11 CDT) Original-NNTP-Posting-Date: Thu, 23 Oct 2003 03:46:11 CDT Original-Xref: shelby.stanford.edu gnu.emacs.help:117550 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:13482 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13482 Hi all, I am in the process of switching to eshell, and my experience so far has been good, except one thing that I made a function by "(defun eshell/vi...) like the one Kai did, but after finding the file, it runs viper mode, (hay, that is what vi supposted to do right). The problem is that I cannot get the eshell to know my lisp function vi. I put the elisp into a file, and load-in in .emacs, and it took no effect. I wonder what is the trick to get eshell notics my functions. thanks. steve