From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.help Subject: Re: How start on a DIFFERENT buffer when start Emacs with MANY buffers at the same time? Date: Tue, 16 Jul 2013 07:40:09 -0600 Message-ID: References: <6410b46b-73c3-4bbe-803d-cb9599cccaf8@googlegroups.com> <87txjzvolz.fsf@VLAN-3434.student.uu.se> <87a9lrvbyk.fsf@VLAN-3434.student.uu.se> <58eb8b50-2ad5-4f99-8281-46a8d220bf66@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1373982069 18726 80.91.229.3 (16 Jul 2013 13:41:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Jul 2013 13:41:09 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 16 15:41:10 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Uz5V6-0001Zv-4N for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Jul 2013 15:41:08 +0200 Original-Received: from localhost ([::1]:36550 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uz5V5-0001Fb-LI for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Jul 2013 09:41:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49200) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uz5UA-0000H7-FI for help-gnu-emacs@gnu.org; Tue, 16 Jul 2013 09:40:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uz5U7-0006LI-EE for help-gnu-emacs@gnu.org; Tue, 16 Jul 2013 09:40:10 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:39694) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uz5U7-0006KZ-6q for help-gnu-emacs@gnu.org; Tue, 16 Jul 2013 09:40:07 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Uz5U3-0000wJ-GT for help-gnu-emacs@gnu.org; Tue, 16 Jul 2013 15:40:03 +0200 Original-Received: from 70-59-38-124.hlrn.qwest.net ([70.59.38.124]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Jul 2013 15:40:03 +0200 Original-Received: from kevin.d.rodgers by 70-59-38-124.hlrn.qwest.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Jul 2013 15:40:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 70-59-38-124.hlrn.qwest.net User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 In-Reply-To: <58eb8b50-2ad5-4f99-8281-46a8d220bf66@googlegroups.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:92158 Archived-At: On 7/13/13 10:46 AM, Chris Seberino wrote: > I used a variant of your way for tcsh... > > emacs -g 96x30 `ls !* | tac` Why not use ls's -r option to reverse the order? emacs `ls -1r !*` -- Kevin Rodgers Denver, Colorado, USA