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: Trouble executing (previous-buffer) at startup in .emacs Date: Thu, 11 Jul 2013 07:45:14 -0700 (PDT) Message-ID: <7620fe26-df3b-4ea4-b8cd-dad29bab5610@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 1373554222 3853 80.91.229.3 (11 Jul 2013 14:50:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Jul 2013 14: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 Thu Jul 11 16: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 1UxICI-0002Aw-Bl for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Jul 2013 16:50:18 +0200 Original-Received: from localhost ([::1]:43031 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxICH-0007Tn-QJ for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Jul 2013 10:50:17 -0400 X-Received: by 10.224.172.129 with SMTP id l1mr24560605qaz.4.1373553915144; Thu, 11 Jul 2013 07:45:15 -0700 (PDT) X-Received: by 10.49.3.37 with SMTP id 5mr1160653qez.30.1373553915084; Thu, 11 Jul 2013 07:45:15 -0700 (PDT) Original-Path: usenet.stanford.edu!t19no1127644qam.0!news-out.google.com!f7ni2108qai.0!nntp.google.com!t19no1127642qam.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help 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: Thu, 11 Jul 2013 14:45:15 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:199786 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:92053 Archived-At: I'm trying to execute (previous-buffer) at startup. I created a .emacs with only these 2 commands... (shell) (previous-buffer) I was hoping I'd see something else besides the GNU welcome screen message. The (shell) ran but the 2nd command didn't seem to. Why? cs