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 buries 2nd buffer Date: Wed, 03 Dec 2003 03:36:28 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87brqryptv.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 1070410858 16560 80.91.224.253 (3 Dec 2003 00:20:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Dec 2003 00:20:58 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Dec 03 01:20:55 2003 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 1ARKlD-0003Uu-00 for ; Wed, 03 Dec 2003 01:20:55 +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 1ARLhX-0000YL-Hp for geb-bug-gnu-emacs@m.gmane.org; Tue, 02 Dec 2003 20:21:11 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ARKJA-0003xV-76 for bug-gnu-emacs@gnu.org; Tue, 02 Dec 2003 18:51:56 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ARK9r-0001SY-6h for bug-gnu-emacs@gnu.org; Tue, 02 Dec 2003 18:42:51 -0500 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.24) id 1ARK9p-0001QF-CI for bug-gnu-emacs@gnu.org; Tue, 02 Dec 2003 18:42:17 -0500 Original-Received: from tc218-187-73-98.2-3.pl.apol.com.tw ([218.187.73.98]:33631 helo=jidanni.org) by frodo.hserus.net with asmtp (Cipher TLSv1:RC4-SHA:128) (Exim 4.24 #4) id 1ARJCE-0007fr-4t by authid with plain for ; Wed, 03 Dec 2003 04:10:42 +0530 Original-Received: from jidanni by jidanni.org with local (Exim 4.24) id 1ARGJw-0003kH-QT for bug-gnu-emacs@gnu.org; Wed, 03 Dec 2003 03:36:28 +0800 Original-To: bug-gnu-emacs@gnu.org User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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:6219 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:6219 No big deal, but if one does emacsclient file1 file2..., the second... file ends up at the bottom of the buffer list, instead of say, 2nd place. However C-x # cycles thru them correctly. Maybe even have calling emacsclient cause the emacs window burst to the front of one's window pile.