From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sebastian Meisel Newsgroups: gmane.emacs.help Subject: Re: open file in the same emacs window from krusader Date: Sun, 16 Jul 2006 15:33:10 +0200 Organization: EmK Message-ID: <200607161533.12746.sebastianmeisel@web.de> References: <44BA3E04.80302@softexperience.ro> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1153056712 15993 80.91.229.2 (16 Jul 2006 13:31:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 Jul 2006 13:31:52 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 16 15:31:48 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G26ip-0003f8-T0 for geh-help-gnu-emacs@m.gmane.org; Sun, 16 Jul 2006 15:31:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G26in-0002jI-3D for geh-help-gnu-emacs@m.gmane.org; Sun, 16 Jul 2006 09:31:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G26ib-0002jD-Sa for help-gnu-emacs@gnu.org; Sun, 16 Jul 2006 09:31:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G26iX-0002ea-TD for help-gnu-emacs@gnu.org; Sun, 16 Jul 2006 09:31:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G26iX-0002eS-Nq for help-gnu-emacs@gnu.org; Sun, 16 Jul 2006 09:31:29 -0400 Original-Received: from [217.72.192.234] (helo=fmmailgate03.web.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G26kz-0001Za-BR for help-gnu-emacs@gnu.org; Sun, 16 Jul 2006 09:34:01 -0400 Original-Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate03.web.de (Postfix) with ESMTP id 54CDD98F624 for ; Sun, 16 Jul 2006 15:31:28 +0200 (CEST) Original-Received: from [85.216.86.36] (helo=[192.168.2.100]) by smtp07.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.107 #114) id 1G26iW-00073i-00 for help-gnu-emacs@gnu.org; Sun, 16 Jul 2006 15:31:28 +0200 Original-To: help-gnu-emacs@gnu.org User-Agent: KMail/1.9.3 In-Reply-To: <44BA3E04.80302@softexperience.ro> Content-Disposition: inline X-Sender: sebastianmeisel@web.de X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:35988 Archived-At: Hello, > I know how to do a key shortcut in > Krusader, to execute a bash command. But I don't know what bash command > to give it (with the file as an argument of course) so that the already > opened emacs will open that file. put (server-start) to your .emacs file. Then you can use the emacsclient command to 'connect' to the open emacs window. -- Sebastian Meisel