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 08:47:45 -0700 (PDT) Message-ID: <118c2ba9-f1d5-4eff-97ba-518153218008@googlegroups.com> References: <6410b46b-73c3-4bbe-803d-cb9599cccaf8@googlegroups.com> <87txjzvolz.fsf@VLAN-3434.student.uu.se> <4aaf33c1-8b0a-4399-a2db-ee54aed64839@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1373730615 3088 80.91.229.3 (13 Jul 2013 15:50:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Jul 2013 15:50:15 +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 17:50:16 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 1Uy25P-0007bn-T0 for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Jul 2013 17:50:16 +0200 Original-Received: from localhost ([::1]:50229 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uy25P-0008NS-GJ for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Jul 2013 11:50:15 -0400 X-Received: by 10.224.29.76 with SMTP id p12mr53685465qac.5.1373730465760; Sat, 13 Jul 2013 08:47:45 -0700 (PDT) X-Received: by 10.49.25.227 with SMTP id f3mr1493406qeg.33.1373730465662; Sat, 13 Jul 2013 08:47:45 -0700 (PDT) Original-Path: usenet.stanford.edu!t19no1385946qam.0!news-out.google.com!f7ni2314qai.0!nntp.google.com!t19no1476374qam.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: Sat, 13 Jul 2013 15:47:45 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:199840 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:92107 Archived-At: > What about > > > > (dired) I made a .emacs with only the line "(dired)" and it complained that it needs more arguments. I think if I can just get it to do 2 (previous-buffers) that will work since I've noticed that ALWAYS gets me from the last buffer to first.