all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* eshell and jobs
@ 2003-01-28 17:27 Michael Spittel
  2003-01-28 17:39 ` David Kastrup
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Michael Spittel @ 2003-01-28 17:27 UTC (permalink / raw)


Dear Emacsers

I've just fallen in love with eshell, and it is now an important
part of my daily life :-), but I have a question I was wondering if
any of you eshell master's could help me solve. (nudge nudge Kai) :-)

When I'm running a job, eshell has the courtesy to tell me that the
job is done by reporting at the bottom of the screen (command line?),
that the job is finished.

I was wondering, is there a way to make that output goto a buffer with
a name of my choosing (e.g. *eshell.job.finished*)?

The reason I ask is that I would like it to actually tell me the job
is done, but in a separate window.  I assume that once I can redirect
eshells message to a buffer, all I have to do is add it to my
special-dispaly-buffer-names to get it to tell me it is done in a
separate window, like such:

(setq special-display-buffer-names
 '(
    ("*Calendar*" 
     (top . 580) (left . 1) (width . 82) (height . 10) 
     (menu-bar-lines . 0)
     (font . "lucidasanstypewriter-12" )
     (foreground-color . "black") (background-color . "slate gray"))
    ("*Process List*"
     (top . 580) (left . 1) (width . 82) (height . 10) 
     (menu-bar-lines . 0)
     (font . "lucidasanstypewriter-12" )
     (foreground-color . "black") (background-color . "light steel blue"))
    ("*eshell.job.finished"
     (top . 580) (left . 600) (width . 58) (height . 10) 
     (menu-bar-lines . 0)
     (font . "lucidasanstypewriter-12" )
     (foreground-color . "black") (background-color . "cornflower blue"))
    )
  )

If its of any relevance, I'm using the latest eshell, emacs v20.7 on a
the latest red hat.

thanks in advanced,
mike

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

end of thread, other threads:[~2003-01-31 14:34 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-28 17:27 eshell and jobs Michael Spittel
2003-01-28 17:39 ` David Kastrup
2003-01-28 18:17   ` Michael Spittel
2003-01-29  7:20 ` Kai Großjohann
2003-01-29 13:16   ` eshell and jobs. THANK YOU KAI Michael Spittel
2003-01-29 15:52   ` eshell and jobs Kai Großjohann
2003-01-29 16:20     ` Romain FRANCOISE
2003-01-29 16:41       ` Michael Spittel
2003-01-29 18:54     ` Kevin Rodgers
2003-01-29 19:11   ` Stefan Monnier <foo@acm.com>
2003-01-30 20:28     ` John Wiegley
2003-01-30 20:29 ` John Wiegley
2003-01-30 21:03   ` Michael Spittel
2003-01-30 21:56     ` John Wiegley
2003-01-30 22:25       ` Michael Spittel
2003-01-31 14:34       ` Kai Großjohann

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.