From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Li Chen Newsgroups: gmane.emacs.help Subject: Load other program from emacs Date: Wed, 5 Nov 2003 18:32:58 +1100 Organization: Global Crossing Internet 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 X-Trace: sea.gmane.org 1068018410 14518 80.91.224.253 (5 Nov 2003 07:46:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Nov 2003 07:46:50 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 05 08:46:46 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 1AHINK-0005XN-00 for ; Wed, 05 Nov 2003 08:46:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AHIMg-0008Na-DI for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Nov 2003 02:46:06 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!newspeer.monmouth.com!news-out.visi.com!petbe.visi.com!nntp1.roc.gblx.net!nntp.gblx.net!nntp.gblx.net!news.globalcrossing.net!dnews.tpgi.com.au!tpg.com.au!NingNing!cli2 Original-Newsgroups: gnu.emacs.help Original-Lines: 9 Original-NNTP-Posting-Host: nnrp1.phx1.gblx.net Original-X-Trace: node21.cwnet.roc.gblx.net 1068017592 104942 64.214.31.40 (5 Nov 2003 07:33:12 GMT) Original-X-Complaints-To: abuse@gblx.net Original-NNTP-Posting-Date: Wed, 5 Nov 2003 07:33:12 +0000 (UTC) X-X-Sender: eric_chen_li@mail.messagingengine.com X-Original-NNTP-Posting-Host: 203.219.230.198 X-Original-Trace: 5 Nov 2003 18:33:03 +1000, 203.219.230.198 Cache-Post-Path: nnrp1.phx1.gblx.net!203.12.160.33 X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Original-Xref: shelby.stanford.edu gnu.emacs.help:117874 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:13813 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13813 Is there any method which can load other programs within emacs and return the control to emacs immediately instead leave emacs waiting until that program was ended? I can invoke a program within emacs using shell command and shell buffer, however, both of them lock the emacs and wait for the end of invoked program. Richard