From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Johan Meskens CS3 jmcs3 Newsgroups: gmane.emacs.help Subject: different sessions into one Date: Thu, 28 Jul 2005 06:45:36 +0200 Organization: INTERLICHTSPIELHAUS Message-ID: <42E862F0.1000308@chromaticspaceandworld.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1122526144 10106 80.91.229.2 (28 Jul 2005 04:49:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Jul 2005 04:49:04 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 28 06:48:53 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dy0Jd-0004iT-7d for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Jul 2005 06:48:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dy0M3-0002ps-RB for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Jul 2005 00:50:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dy0LI-0002cN-EX for help-gnu-emacs@gnu.org; Thu, 28 Jul 2005 00:50:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dy0LD-0002a3-B2 for help-gnu-emacs@gnu.org; Thu, 28 Jul 2005 00:49:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dy0LD-0002Zm-9D for help-gnu-emacs@gnu.org; Thu, 28 Jul 2005 00:49:55 -0400 Original-Received: from [69.90.35.85] (helo=beck.total-dns.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1Dy0SE-0007Wx-CE for help-gnu-emacs@gnu.org; Thu, 28 Jul 2005 00:57:10 -0400 Original-Received: from d51532ddf.access.telenet.be ([81.83.45.223] helo=[192.168.123.102]) by beck.total-dns.com with esmtp (Exim 4.50) id 1Dy0H7-0007js-3o for help-gnu-emacs@gnu.org; Thu, 28 Jul 2005 00:45:41 -0400 User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en Original-To: help-gnu-emacs@gnu.org X-Antivirus-Scanner: ClamAV check passed X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - beck.total-dns.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - chromaticspaceandworld.com X-Source: X-Source-Args: X-Source-Dir: 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:28245 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28245 hello i have a session of emacs open: jmcs3@interlichtspielhaus:~$ emacs now if i do: jmcs3@interlichtspielhaus:~$ ps aux | emacs & , a second session of emacs will open the same goes for when i call emacs from within perl scripts , each time new emacs sessions will open how can i force the opening of buffers within the first emacs session ? thanks jmcs3