emacs-wiki-discuss
[Top][All Lists]
Advanced

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

Re: [emacs-wiki-discuss] Complexity of computing w/ Emacs


From: Mark Triggs
Subject: Re: [emacs-wiki-discuss] Complexity of computing w/ Emacs
Date: Wed, 06 Jul 2005 20:09:16 +1000
User-agent: No Gnus v0.4

Allen Halsey <address@hidden> writes:

> In a GUI world, I have a buttons on my task bar for the applications I 
> am currently running:

[...]

> Emacs can subsume the functionality of all these apps in a single 
> instance. That's one button on task bar. But I hesitate to embark on 
> this approach because I am absolutely terrified that I'll click that one 
> button and drown in a sea of buffers.
>
> I think maybe I just haven't learned the right tricks yet. Should I run 
> each major app in separate frames? In separate instances? Is using an 
> alernate Window Manager like RatPoison the answer?

I make quite heavy use of Noah Friedman's escreen package[1] to keep
everything under control.  Escreen is pretty similar in spirit to GNU
screen in that it lets you have multiple screens running independently
of each other, each with their own layout.

I generally have one screen for each major task I'm doing--one for Gnus,
one for ERC, one for general editing, one for Common Lisp, etc., and
define key bindings to jump to particular screens.  The effect is much
the same as having a whole bunch of frames open, except that keeping it
all inside Emacs makes it work the same way across different platforms.

And for switching between buffers quickly, iswitchb is certainly a fine
choice :o)

Cheers,

Mark


[1]  http://ftp.madnom.com/gnu/elisp-archive/misc/escreen.el.gz

-- 
Mark Triggs
<address@hidden>




reply via email to

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