From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Alberto_Sim=C3=B5es?= Newsgroups: gmane.emacs.help Subject: Re: Emacs opening to files when asked to open one Date: Fri, 17 Apr 2009 21:04:46 +0100 Message-ID: <2b670b7e0904171304m3ac323d0obec43a80eee38ab7@mail.gmail.com> References: <2b670b7e0904161008y447d6feeq9c9ab8d907a5fec5@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1239998741 28965 80.91.229.12 (17 Apr 2009 20:05:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Apr 2009 20:05:41 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Peter Dyballa Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 17 22:07:00 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LuuKl-0006zT-IH for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Apr 2009 22:06:48 +0200 Original-Received: from localhost ([127.0.0.1]:41291 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LuuJM-0001yl-Ku for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Apr 2009 16:05:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LuuIy-0001yM-GX for help-gnu-emacs@gnu.org; Fri, 17 Apr 2009 16:04:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LuuIt-0001x4-6n for help-gnu-emacs@gnu.org; Fri, 17 Apr 2009 16:04:55 -0400 Original-Received: from [199.232.76.173] (port=56541 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LuuIs-0001wx-UF for help-gnu-emacs@gnu.org; Fri, 17 Apr 2009 16:04:50 -0400 Original-Received: from mail-ew0-f160.google.com ([209.85.219.160]:62701) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LuuIs-0004Gi-Cr for help-gnu-emacs@gnu.org; Fri, 17 Apr 2009 16:04:50 -0400 Original-Received: by ewy4 with SMTP id 4so1048003ewy.42 for ; Fri, 17 Apr 2009 13:04:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=+mcSew/0BHsmxR1F7mDLpWKaVJlbg8aEgx71foWJECw=; b=sqGixpVF/ZPGv2WwLYGzzUB9keEVt9NLF2woGmQQ/tvL8CVrigWsh6rSSLrhnXHNuI DBF9XvTR21EX+7OCnKUE5v5Rzt2+TXAFsaZTO9qe0c0xFTepg6icN9gR7SnJdEeiyvhL 9qDG6iD3a9QaaDOb/U5dVqcCAF+4DLcFdw2eY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=bfSCP6yFFi6xvEJrlfOcte9CJU8olEIkMxUBPK4PgKaPeWKRmn1ceaLWHyRj/rI7ef yT6J/xdvf0+dTK1gZH7XWqU/TuTa2HBbmseyJrXb94N2QjDSfNyR4IyYlIICuctLgEYG ss2kc126EuZzyCbZggoZdFqTeTZYvt/EYwjrk= Original-Received: by 10.210.127.13 with SMTP id z13mr1024500ebc.68.1239998686615; Fri, 17 Apr 2009 13:04:46 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:63822 Archived-At: 2009/4/17 Peter Dyballa : > > Am 16.04.2009 um 19:08 schrieb Alberto Sim=C3=B5es: > >> alias emacs=3D'/Applications/Emacs.app/Contents/MacOS/Emacs' >> >> This way I can use: >> =C2=A0 $emacs foo & > > This is inappropriate. Every time you're launching a new instance of > Emacs.app. Better start the server and use emacsclient to open files! That seems interesting. How is the server started? Thank you, and sorry for my ignorance :) --=20 Alberto Sim=C3=B5es