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: Fri, 12 Jul 2013 12:04:17 -0700 (PDT) Message-ID: <4aaf33c1-8b0a-4399-a2db-ee54aed64839@googlegroups.com> References: <6410b46b-73c3-4bbe-803d-cb9599cccaf8@googlegroups.com> <87txjzvolz.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 1373656802 6313 80.91.229.3 (12 Jul 2013 19:20:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Jul 2013 19:20:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 12 21:20:04 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 1Uxist-0007cx-Ob for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Jul 2013 21:20:03 +0200 Original-Received: from localhost ([::1]:48921 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uxiel-00056M-8P for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Jul 2013 15:05:27 -0400 X-Received: by 10.59.4.137 with SMTP id ce9mr5260687ved.28.1373655857763; Fri, 12 Jul 2013 12:04:17 -0700 (PDT) X-Received: by 10.49.34.133 with SMTP id z5mr1318973qei.39.1373655857659; Fri, 12 Jul 2013 12:04:17 -0700 (PDT) Original-Path: usenet.stanford.edu!t19no1371096qam.0!news-out.google.com!f7ni2066qai.0!nntp.google.com!t19no1371092qam.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: 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: Fri, 12 Jul 2013 19:04:17 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:199824 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:92090 Archived-At: > The shell expands the wildcards. AFAIK, there's no way to customize the > order it expands them. What about simply adding a few (next-buffers) or (previous-buffers) at the end of your .emacs file? (I tried that but it seems buffer switching doesn't work so well at startup.) cs