help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: exec of shell...


From: Benjamin Rutt
Subject: Re: exec of shell...
Date: Fri, 28 Mar 2003 16:12:10 -0500
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (sparc-sun-solaris2.8)

"Mel" <mel@redolive.com> writes:

> i know what to type and that's what i am doing, but i want to automate it so
> that when i start my emacs, things appear the way i want them

You haven't divulged enough details about the kind of window
configuration you're hoping for, but I'm guessing you want something
like

(shell-command "tail -f /path/to/file &" "whatever-name-you-want")
(split-window-vertically)
(other-window 1)
(shell)

at the end of your ~/.emacs file.
-- 
Benjamin


reply via email to

[Prev in Thread] Current Thread [Next in Thread]