all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* exec of shell...
@ 2003-03-28  1:50 Mel
  2003-03-28  8:20 ` Pascal Bourguignon
  0 siblings, 1 reply; 6+ messages in thread
From: Mel @ 2003-03-28  1:50 UTC (permalink / raw)


i need to create a shell and do a "tail -f" on  a file, then rename that
buffer and create a new shell when i startup my emacs

is that possible? if so how?

really appreciate it :-)

Mel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: exec of shell...
  2003-03-28  1:50 exec of shell Mel
@ 2003-03-28  8:20 ` Pascal Bourguignon
  2003-03-28 13:43   ` Mel
  0 siblings, 1 reply; 6+ messages in thread
From: Pascal Bourguignon @ 2003-03-28  8:20 UTC (permalink / raw)


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

> i need to create a shell and do a "tail -f" on  a file, then rename that
> buffer and create a new shell when i startup my emacs
> 
> is that possible? if so how?
> 
> really appreciate it :-)
> 
> Mel
 
 
shell-command


-- 
__Pascal_Bourguignon__                   http://www.informatimago.com/
----------------------------------------------------------------------
Do not adjust your mind, there is a fault in reality.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: exec of shell...
  2003-03-28  8:20 ` Pascal Bourguignon
@ 2003-03-28 13:43   ` Mel
  2003-03-28 14:23     ` Kai Großjohann
  0 siblings, 1 reply; 6+ messages in thread
From: Mel @ 2003-03-28 13:43 UTC (permalink / raw)


i know the shell-command, and need a lil more hlep

thanks, Mel

"Pascal Bourguignon" <pjb@informatimago.com> wrote in message
news:874r5nx5pq.fsf@thalassa.informatimago.com...
> "Mel" <mel@redolive.com> writes:
>
> > i need to create a shell and do a "tail -f" on  a file, then rename that
> > buffer and create a new shell when i startup my emacs
> >
> > is that possible? if so how?
> >
> > really appreciate it :-)
> >
> > Mel
>
>
> shell-command
>
>
> --
> __Pascal_Bourguignon__                   http://www.informatimago.com/
> ----------------------------------------------------------------------
> Do not adjust your mind, there is a fault in reality.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: exec of shell...
  2003-03-28 13:43   ` Mel
@ 2003-03-28 14:23     ` Kai Großjohann
  2003-03-28 19:51       ` Mel
  0 siblings, 1 reply; 6+ messages in thread
From: Kai Großjohann @ 2003-03-28 14:23 UTC (permalink / raw)


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

> i know the shell-command, and need a lil more hlep

You can type M-! tail -f /path/to/file & RET, I think.  That should
create a buffer with the output of that command.
-- 
A preposition is not a good thing to end a sentence with.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: exec of shell...
  2003-03-28 14:23     ` Kai Großjohann
@ 2003-03-28 19:51       ` Mel
  2003-03-28 21:12         ` Benjamin Rutt
  0 siblings, 1 reply; 6+ messages in thread
From: Mel @ 2003-03-28 19:51 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 557 bytes --]

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

yours, Mel
"Kai Großjohann" <kai.grossjohann@uni-duisburg.de> wrote in message
news:84he9n36z6.fsf@lucy.is.informatik.uni-duisburg.de...
> "Mel" <mel@redolive.com> writes:
>
> > i know the shell-command, and need a lil more hlep
>
> You can type M-! tail -f /path/to/file & RET, I think.  That should
> create a buffer with the output of that command.
> --
> A preposition is not a good thing to end a sentence with.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: exec of shell...
  2003-03-28 19:51       ` Mel
@ 2003-03-28 21:12         ` Benjamin Rutt
  0 siblings, 0 replies; 6+ messages in thread
From: Benjamin Rutt @ 2003-03-28 21:12 UTC (permalink / raw)


"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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-03-28 21:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-28  1:50 exec of shell Mel
2003-03-28  8:20 ` Pascal Bourguignon
2003-03-28 13:43   ` Mel
2003-03-28 14:23     ` Kai Großjohann
2003-03-28 19:51       ` Mel
2003-03-28 21:12         ` Benjamin Rutt

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.