all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Saving State
@ 2011-09-07 15:02 Perry Smith
  2011-09-07 15:40 ` Jai Dayal
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Perry Smith @ 2011-09-07 15:02 UTC (permalink / raw)
  To: help-gnu-emacs List

I do customer support and I shift from one problem to another problem and then back to the first problem.

Is it possible to save the current state of emacs which includes the buffers in particular and maybe the "register" values (when I do point-to-register) to a file.  Then clear the state, work on a new problem, save the new state at that time.  Then be able to go back and restore the first state?

Utopia would each of these states to be saved in its own individual file.

I've been told of a packaged named "windows" that does this but I can't find it because the name gets too many hits.

Thank you,
pedz




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

* Re: Saving State
  2011-09-07 15:02 Saving State Perry Smith
@ 2011-09-07 15:40 ` Jai Dayal
  2011-09-07 15:43   ` Jai Dayal
  2011-09-08 19:04   ` Tami
  2011-09-07 19:08 ` Steven Knight
  2011-09-08 12:16 ` Jeffrey Spencer
  2 siblings, 2 replies; 6+ messages in thread
From: Jai Dayal @ 2011-09-07 15:40 UTC (permalink / raw)
  To: Perry Smith; +Cc: help-gnu-emacs List

[-- Attachment #1: Type: text/plain, Size: 1116 bytes --]

I think this could be accomplished rather easily with screen (in the
terminal type "which screen" to see if it's installed).

It will change a few key strokes, but nothing major.

Good thing is about screen, is when you're disconnected, you can ssh back in
and re-attach to the screen and everything is there.

http://www.slac.stanford.edu/grp/cd/soft/epics/extensions/iocConsole/screen.1.html

On Wed, Sep 7, 2011 at 11:02 AM, Perry Smith <pedzsan@gmail.com> wrote:

> I do customer support and I shift from one problem to another problem and
> then back to the first problem.
>
> Is it possible to save the current state of emacs which includes the
> buffers in particular and maybe the "register" values (when I do
> point-to-register) to a file.  Then clear the state, work on a new problem,
> save the new state at that time.  Then be able to go back and restore the
> first state?
>
> Utopia would each of these states to be saved in its own individual file.
>
> I've been told of a packaged named "windows" that does this but I can't
> find it because the name gets too many hits.
>
> Thank you,
> pedz
>
>
>

[-- Attachment #2: Type: text/html, Size: 1548 bytes --]

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

* Re: Saving State
  2011-09-07 15:40 ` Jai Dayal
@ 2011-09-07 15:43   ` Jai Dayal
  2011-09-08 19:04   ` Tami
  1 sibling, 0 replies; 6+ messages in thread
From: Jai Dayal @ 2011-09-07 15:43 UTC (permalink / raw)
  To: Perry Smith; +Cc: help-gnu-emacs List

[-- Attachment #1: Type: text/plain, Size: 1344 bytes --]

I should add that you can run multiple screens, and you easily switch
between them (this is the intended use)

On Wed, Sep 7, 2011 at 11:40 AM, Jai Dayal <dayalsoap@gmail.com> wrote:

> I think this could be accomplished rather easily with screen (in the
> terminal type "which screen" to see if it's installed).
>
> It will change a few key strokes, but nothing major.
>
> Good thing is about screen, is when you're disconnected, you can ssh back
> in and re-attach to the screen and everything is there.
>
>
> http://www.slac.stanford.edu/grp/cd/soft/epics/extensions/iocConsole/screen.1.html
>
>
> On Wed, Sep 7, 2011 at 11:02 AM, Perry Smith <pedzsan@gmail.com> wrote:
>
>> I do customer support and I shift from one problem to another problem and
>> then back to the first problem.
>>
>> Is it possible to save the current state of emacs which includes the
>> buffers in particular and maybe the "register" values (when I do
>> point-to-register) to a file.  Then clear the state, work on a new problem,
>> save the new state at that time.  Then be able to go back and restore the
>> first state?
>>
>> Utopia would each of these states to be saved in its own individual file.
>>
>> I've been told of a packaged named "windows" that does this but I can't
>> find it because the name gets too many hits.
>>
>> Thank you,
>> pedz
>>
>>
>>
>

[-- Attachment #2: Type: text/html, Size: 2048 bytes --]

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

* Re: Saving State
  2011-09-07 15:02 Saving State Perry Smith
  2011-09-07 15:40 ` Jai Dayal
@ 2011-09-07 19:08 ` Steven Knight
  2011-09-08 12:16 ` Jeffrey Spencer
  2 siblings, 0 replies; 6+ messages in thread
From: Steven Knight @ 2011-09-07 19:08 UTC (permalink / raw)
  To: Perry Smith; +Cc: help-gnu-emacs List

[-- Attachment #1: Type: text/plain, Size: 1012 bytes --]

On Wed, 2011-09-07 at 10:02 -0500, Perry Smith wrote:

> I do customer support and I shift from one problem to another problem and then back to the first problem.
> 
> Is it possible to save the current state of emacs which includes the buffers in particular and maybe the "register" values (when I do point-to-register) to a file.  Then clear the state, work on a new problem, save the new state at that time.  Then be able to go back and restore the first state?
> 
> Utopia would each of these states to be saved in its own individual file.
> 
> I've been told of a packaged named "windows" that does this but I can't find it because the name gets too many hits.
> 
> Thank you,
> pedz
> 
> 
> 


Hi,

It sounds like you're looking for the package Workgroup for Windows.  It
provided the features you're looking for. Here are some URLs:

http://www.emacswiki.org/emacs/WorkgroupsForWindows
https://github.com/tlh/workgroups.el

Thanks,


-- 
Steven Knight <steven@knight.cx>



[-- Attachment #2: Type: text/html, Size: 1609 bytes --]

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

* Re: Saving State
  2011-09-07 15:02 Saving State Perry Smith
  2011-09-07 15:40 ` Jai Dayal
  2011-09-07 19:08 ` Steven Knight
@ 2011-09-08 12:16 ` Jeffrey Spencer
  2 siblings, 0 replies; 6+ messages in thread
From: Jeffrey Spencer @ 2011-09-08 12:16 UTC (permalink / raw)
  To: Perry Smith; +Cc: help-gnu-emacs List

Check here. It has the windows.el you are searching for which requires 
revive.el so dl that too.

http://www.gentei.org/~yuuji/software/ 
<http://www.gentei.org/%7Eyuuji/software/>

Cheers,
Jeff

On 09/08/2011 01:02 AM, Perry Smith wrote:
> I do customer support and I shift from one problem to another problem and then back to the first problem.
>
> Is it possible to save the current state of emacs which includes the buffers in particular and maybe the "register" values (when I do point-to-register) to a file.  Then clear the state, work on a new problem, save the new state at that time.  Then be able to go back and restore the first state?
>
> Utopia would each of these states to be saved in its own individual file.
>
> I've been told of a packaged named "windows" that does this but I can't find it because the name gets too many hits.
>
> Thank you,
> pedz
>
>



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

* Re:  Re: Saving State
  2011-09-07 15:40 ` Jai Dayal
  2011-09-07 15:43   ` Jai Dayal
@ 2011-09-08 19:04   ` Tami
  1 sibling, 0 replies; 6+ messages in thread
From: Tami @ 2011-09-08 19:04 UTC (permalink / raw)
  To: pedzsan; +Cc: help-gnu-emacs

I also  recommend screen.  We do some home-automation things via computer, so
when things go wrong its handy to just switch to the relevant screen which is
right in the state I need to quickly fix the problem.  

.Tami
 .signature: syntax error at line 1: `(' unexpected


On 2011 September 7 Jai Dayal wrote:
> I think this could be accomplished rather easily with screen (in the
> terminal type "which screen" to see if it's installed).

> It will change a few key strokes, but nothing major.

> Good thing is about screen, is when you're disconnected, you can ssh back in
> and re-attach to the screen and everything is there.

> http://www.slac.stanford.edu/grp/cd/soft/epics/extensions/iocConsole/screen.1.html

> On Wed, Sep 7, 2011 at 11:02 AM, Perry Smith <pedzsan@gmail.com> wrote:

> > I do customer support and I shift from one problem to another problem and
> > then back to the first problem.

> > Is it possible to save the current state of emacs which includes the
> > buffers in particular and maybe the "register" values (when I do
> > point-to-register) to a file.  Then clear the state, work on a new problem,
> > save the new state at that time.  Then be able to go back and restore the
> > first state?

> > Utopia would each of these states to be saved in its own individual file.

> > I've been told of a packaged named "windows" that does this but I can't
> > find it because the name gets too many hits.

> > Thank you,
> > pedz



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

end of thread, other threads:[~2011-09-08 19:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-07 15:02 Saving State Perry Smith
2011-09-07 15:40 ` Jai Dayal
2011-09-07 15:43   ` Jai Dayal
2011-09-08 19:04   ` Tami
2011-09-07 19:08 ` Steven Knight
2011-09-08 12:16 ` Jeffrey Spencer

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.