From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Renato Newsgroups: gmane.emacs.help Subject: open file from command line as new buffer? Date: Mon, 8 Aug 2011 19:04:07 +0200 Message-ID: <20110808190407.40d10a47@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1312839558 3096 80.91.229.12 (8 Aug 2011 21:39:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 8 Aug 2011 21:39:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 08 23:39:15 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QqXXW-0005Xs-RX for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Aug 2011 23:39:14 +0200 Original-Received: from localhost ([::1]:40012 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqXXW-0000T1-Dp for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Aug 2011 17:39:14 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:43533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqTG9-0007D5-Eq for help-gnu-emacs@gnu.org; Mon, 08 Aug 2011 13:05:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QqTG8-0001iF-0R for help-gnu-emacs@gnu.org; Mon, 08 Aug 2011 13:05:01 -0400 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:40031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqTG7-0001i2-SC for help-gnu-emacs@gnu.org; Mon, 08 Aug 2011 13:04:59 -0400 Original-Received: by wyi11 with SMTP id 11so217455wyi.0 for ; Mon, 08 Aug 2011 10:04:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:x-mailer:mime-version:content-type :content-transfer-encoding; bh=jE1vZrbmDJA0gd47+AwgnGbbGZaY1o8EjkPiVjORq2Y=; b=htqMcjPUIU0p0+lWNKlGbl5wnc5oVHJSgjo6ZQ30DkgKyNGAU+gigwegqjH8X9sNkL GpLg4bRAkmO1L7RgafT9BwJiIaPx0pix37QiLq4/bL5JDILZj3LW/2W9BvM1egK1Y/OT mnAz8P/yZ53NjAlegkAj4ExU4eA5HkGFRXO6A= Original-Received: by 10.227.160.140 with SMTP id n12mr4596865wbx.69.1312823098839; Mon, 08 Aug 2011 10:04:58 -0700 (PDT) Original-Received: from localhost.localdomain (host167-12-dynamic.5-87-r.retail.telecomitalia.it [87.5.12.167]) by mx.google.com with ESMTPS id ff6sm4653174wbb.15.2011.08.08.10.04.56 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 08 Aug 2011 10:04:57 -0700 (PDT) X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.5; i686-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.169 X-Mailman-Approved-At: Mon, 08 Aug 2011 17:39:06 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81907 Archived-At: Hello, simple question: I have the emacs gui started. How can I open a new file, from command line, such that it will open as a new buffer in the existing emacs process instead of starting a new emacs process? cheers renato