From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Michael B. Schmidt" Newsgroups: gmane.emacs.help Subject: Open files in a new frames from command line Date: Wed, 21 Jan 2004 02:05:14 +0100 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <400DD04A.3040305@gmx.de> 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 1074648906 32265 80.91.224.253 (21 Jan 2004 01:35:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2004 01:35:06 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 21 02:34:59 2004 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 1Aj7Gl-00051Z-00 for ; Wed, 21 Jan 2004 02:34:59 +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 1Aj6Sf-0001m4-C8 for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Jan 2004 19:43:13 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Aj6Rk-0001la-TB for help-gnu-emacs@gnu.org; Tue, 20 Jan 2004 19:42:16 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Aj6RE-0001eb-C3 for help-gnu-emacs@gnu.org; Tue, 20 Jan 2004 19:42:15 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.24) id 1Aj6RD-0001dr-Ej for help-gnu-emacs@gnu.org; Tue, 20 Jan 2004 19:41:43 -0500 Original-Received: (qmail 20584 invoked by uid 65534); 21 Jan 2004 00:41:41 -0000 Original-Received: from pD9ED62F5.dip0.t-ipconnect.de (EHLO gmx.de) (217.237.98.245) by mail.gmx.net (mp003) with SMTP; 21 Jan 2004 01:41:41 +0100 X-Authenticated: #439590 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030708 X-Accept-Language: en-us, en Original-To: help-gnu-emacs@gnu.org X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime 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:16236 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16236 Hello, I need to open multiple files to work with them. I use the command: "emacs foo bar baz". This open the file foo,bar and baz each in a new Buffer. Is there away (command line option,script) to open the files in frames instead of new Buffers? (I know that I can open one of the files and then open each file with c-x 5 f but this is to much work :-))) Thank you Michael