From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chris Seberino Newsgroups: gmane.emacs.help Subject: Re: How start on a DIFFERENT buffer when start Emacs with MANY buffers at the same time? Date: Sat, 13 Jul 2013 09:46:23 -0700 (PDT) Message-ID: <58eb8b50-2ad5-4f99-8281-46a8d220bf66@googlegroups.com> References: <6410b46b-73c3-4bbe-803d-cb9599cccaf8@googlegroups.com> <87txjzvolz.fsf@VLAN-3434.student.uu.se> <87a9lrvbyk.fsf@VLAN-3434.student.uu.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1373734222 3927 80.91.229.3 (13 Jul 2013 16:50:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Jul 2013 16:50:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 13 18:50:24 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 1Uy31Z-00038O-8E for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Jul 2013 18:50:21 +0200 Original-Received: from localhost ([::1]:32997 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uy31Y-0001h8-Qd for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Jul 2013 12:50:20 -0400 X-Received: by 10.224.40.65 with SMTP id j1mr30240615qae.7.1373733983741; Sat, 13 Jul 2013 09:46:23 -0700 (PDT) X-Received: by 10.49.17.42 with SMTP id l10mr1455584qed.10.1373733983687; Sat, 13 Jul 2013 09:46:23 -0700 (PDT) Original-Path: usenet.stanford.edu!t19no1390410qam.0!news-out.google.com!f7ni2314qai.0!nntp.google.com!t19no1481323qam.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: <87a9lrvbyk.fsf@VLAN-3434.student.uu.se> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=74.194.237.26; posting-account=VkuUtQkAAADKqMjRUmZTNs7a8uCSNNy2 Original-NNTP-Posting-Host: 74.194.237.26 User-Agent: G2/1.0 Injection-Date: Sat, 13 Jul 2013 16:46:23 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:199843 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:92110 Archived-At: I used a variant of your way for tcsh... emacs -g 96x30 `ls !* | tac` I'm learning that sometimes it is best not to fight with Emacs and solve certain problems outside of Emacs.....*sometimes* doing config tweak on the desktop is easier. Thanks again. Chris