From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: emacsclient file1 file2 documentation Date: Mon, 19 Apr 2004 02:03:55 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <8765bxgo38.fsf@jidanni.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1082320816 14384 80.91.224.253 (18 Apr 2004 20:40:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Apr 2004 20:40:16 +0000 (UTC) Cc: bortzmeyer@debian.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Apr 18 22:40:05 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 1BFJ5B-0002i5-00 for ; Sun, 18 Apr 2004 22:40:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BFJ4m-0005Rt-Nx for geb-bug-gnu-emacs@m.gmane.org; Sun, 18 Apr 2004 16:39:40 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BFJ1b-0004KP-E1 for bug-gnu-emacs@gnu.org; Sun, 18 Apr 2004 16:36:23 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BFJ0w-00046W-2o for bug-gnu-emacs@gnu.org; Sun, 18 Apr 2004 16:36:14 -0400 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BFJ0v-00042H-LN for bug-gnu-emacs@gnu.org; Sun, 18 Apr 2004 16:35:41 -0400 Original-Received: from tc218-187-78-247.2-4.dynamic.apol.com.tw ([218.187.78.247]:32873 helo=jidanni.org) by frodo.hserus.net with asmtp (Cipher TLSv1:RC4-SHA:128) (Exim 4.32 #0) id 1BFJ0e-0008pP-8W by authid with plain; Mon, 19 Apr 2004 02:05:28 +0530 Original-Received: from jidanni by jidanni.org with local (Exim 4.30) id 1BFGe3-0000JZ-H6; Mon, 19 Apr 2004 02:03:55 +0800 Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:7646 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:7646 $ emacsclient --help Usage: emacsclient [-a ALTERNATE-EDITOR] [-n] [--no-wait] [+LINE[:COLUMN]] FILENAME OK, but actually FILENAME[s] And the man and Info "Invoking `emacsclient'" could go into detail about invoking upon more than one file. The program apparently does bury-buffer, and needs several C-x #'s. Info could discuss merits of --alternate-editor=emacs itself, i.e., if not running, start it... The emacsclient man page, at least here on debian, doesn't mention -a.