From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: roosh1 Newsgroups: gmane.emacs.help Subject: Re: Automatically performing simple tasks at startup Date: Sat, 9 Jul 2011 14:39:36 -0700 (PDT) Message-ID: <32029328.post@talk.nabble.com> References: <32016720.post@talk.nabble.com> <20110708090603.GA1502@cloud.lokaal> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1310247670 5674 80.91.229.12 (9 Jul 2011 21:41:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 9 Jul 2011 21:41:10 +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 09 23:41:06 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QffGq-0004nt-UE for geh-help-gnu-emacs@m.gmane.org; Sat, 09 Jul 2011 23:41:05 +0200 Original-Received: from localhost ([::1]:44809 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QffGq-0005CS-4k for geh-help-gnu-emacs@m.gmane.org; Sat, 09 Jul 2011 17:41:04 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:49225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QffFY-0005CN-D7 for Help-gnu-emacs@gnu.org; Sat, 09 Jul 2011 17:39:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QffFX-0006SO-Bn for Help-gnu-emacs@gnu.org; Sat, 09 Jul 2011 17:39:44 -0400 Original-Received: from sam.nabble.com ([216.139.236.26]:36753) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QffFX-0006Rr-8D for Help-gnu-emacs@gnu.org; Sat, 09 Jul 2011 17:39:43 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1QffFQ-0007yB-5y for Help-gnu-emacs@gnu.org; Sat, 09 Jul 2011 14:39:36 -0700 In-Reply-To: <20110708090603.GA1502@cloud.lokaal> X-Nabble-From: ro0sh@aol.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 216.139.236.26 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:81532 Archived-At: Tom Willemsen wrote: > > Would putting something like: > > (split-window-above-each-other) > (other-window 1) > (run-scheme "scheme") > (other-window -1) > > Somewhere (near the end?) of your ~/.emacs possibly do the trick? > Yes, it works! The only change I had to make was to put my scheme program name: "stk" instead of "scheme" in line 3 of above. Thanks so much. -- View this message in context: http://old.nabble.com/Automatically-performing-simple-tasks-at-startup-tp32016720p32029328.html Sent from the Emacs - Help mailing list archive at Nabble.com.