unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Is there anyway to save workspace so that we don't have reopen 10s of files again ?
  2008-11-07 17:43 emacs-w3m question Xah
@ 2008-11-08 14:36 ` Maindoor
  2008-11-08 14:56   ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Maindoor @ 2008-11-08 14:36 UTC (permalink / raw)
  To: help-gnu-emacs

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

Hi,

Whenever I have to reboot, I'm really sad that all my register contents,
all the files that are opened all have to be closed. I want to be able to 
get back and have all the files open exactly as I left them. Lots of editors
have this functionality. Does emacs have this ? 

Regards,
Sanjeev..



      

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

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

* Re: Is there anyway to save workspace so that we don't have reopen 10s of files again ?
       [not found] <mailman.3113.1226154995.25473.help-gnu-emacs@gnu.org>
@ 2008-11-08 14:39 ` Wanshi
  2008-12-04  2:10   ` David Combs
  0 siblings, 1 reply; 7+ messages in thread
From: Wanshi @ 2008-11-08 14:39 UTC (permalink / raw)
  To: help-gnu-emacs

Maindoor <sanjeevfiles@yahoo.com> writes:

> Hi,                                                                         
>                                                                             
> Whenever I have to reboot, I'm really sad that all my register contents,    
> all the files that are opened all have to be closed. I want to be able to   
> get back and have all the files open exactly as I left them. Lots of editors
> have this functionality. Does emacs have this ?                             
>                                                                             
> Regards,                                                                    
> Sanjeev..                                                                   

session.el and desktop.el 


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

* Re: Is there anyway to save workspace so that we don't have reopen 10s of files again ?
  2008-11-08 14:36 ` Is there anyway to save workspace so that we don't have reopen 10s of files again ? Maindoor
@ 2008-11-08 14:56   ` Eli Zaretskii
  2008-11-08 15:09     ` Maindoor
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2008-11-08 14:56 UTC (permalink / raw)
  To: help-gnu-emacs

> Date: Sat, 8 Nov 2008 06:36:25 -0800 (PST)
> From: Maindoor <sanjeevfiles@yahoo.com>
> 
> Whenever I have to reboot, I'm really sad that all my register contents,
> all the files that are opened all have to be closed. I want to be able to 
> get back and have all the files open exactly as I left them. Lots of editors
> have this functionality. Does emacs have this ? 

Yes, Emacs has this too.  You want "M-x desktop-save RET" before
leaving Emacs and desktop-red after you restart it.




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

* Re: Is there anyway to save workspace so that we don't have reopen 10s of files again ?
  2008-11-08 14:56   ` Eli Zaretskii
@ 2008-11-08 15:09     ` Maindoor
  2008-11-08 16:11       ` Peter Dyballa
  2008-11-08 22:25       ` Juanma Barranquero
  0 siblings, 2 replies; 7+ messages in thread
From: Maindoor @ 2008-11-08 15:09 UTC (permalink / raw)
  To: help-gnu-emacs, Eli Zaretskii

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

Amazing, exactly like I wanted.
One problem though. I saved some contents in a register.
but the contents of the register are gone in the reopened emacs.
Is this a bug or is there a workaround for this ?

Thanks.


--- On Sat, 11/8/08, Eli Zaretskii <eliz@gnu.org> wrote:
From: Eli Zaretskii <eliz@gnu.org>
Subject: Re: Is there anyway to save workspace so that we don't have reopen 10s of files again ?
To: help-gnu-emacs@gnu.org
Date: Saturday, November 8, 2008, 8:26 PM

> Date: Sat, 8 Nov 2008 06:36:25 -0800 (PST)
> From: Maindoor <sanjeevfiles@yahoo.com>
> 
> Whenever I have to reboot, I'm really sad that all my register
contents,
> all the files that are opened all have to be closed. I want to be able to 
> get back and have all the files open exactly as I left them. Lots of
editors
> have this functionality. Does emacs have this ? 

Yes, Emacs has this too.  You want "M-x desktop-save RET" before
leaving Emacs and desktop-red after you restart it.





      

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

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

* Re: Is there anyway to save workspace so that we don't have reopen 10s of files again ?
  2008-11-08 15:09     ` Maindoor
@ 2008-11-08 16:11       ` Peter Dyballa
  2008-11-08 22:25       ` Juanma Barranquero
  1 sibling, 0 replies; 7+ messages in thread
From: Peter Dyballa @ 2008-11-08 16:11 UTC (permalink / raw)
  To: sanjeevfiles; +Cc: GNU Emacs List


Am 08.11.2008 um 16:09 schrieb Maindoor:

> One problem though. I saved some contents in a register.
> but the contents of the register are gone in the reopened emacs.
> Is this a bug or is there a workaround for this ?

You're free to implement this feature ... Seems no-one needed it yet!

--
Mit friedvollen Grüßen

   Pete

We are usually convinced more easily by reasons we have found  
ourselves than by those which have occurred to others.
				– Blaise Pascal







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

* Re: Is there anyway to save workspace so that we don't have reopen 10s of files again ?
  2008-11-08 15:09     ` Maindoor
  2008-11-08 16:11       ` Peter Dyballa
@ 2008-11-08 22:25       ` Juanma Barranquero
  1 sibling, 0 replies; 7+ messages in thread
From: Juanma Barranquero @ 2008-11-08 22:25 UTC (permalink / raw)
  To: sanjeevfiles; +Cc: help-gnu-emacs

On Sat, Nov 8, 2008 at 16:09, Maindoor <sanjeevfiles@yahoo.com> wrote:

> One problem though. I saved some contents in a register.
> but the contents of the register are gone in the reopened emacs.
> Is this a bug or is there a workaround for this ?

Isn't the variable `register-alist' saved in your desktop file?

  Juanma




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

* Re: Is there anyway to save workspace so that we don't have reopen 10s of files again ?
  2008-11-08 14:39 ` Is there anyway to save workspace so that we don't have reopen 10s of files again ? Wanshi
@ 2008-12-04  2:10   ` David Combs
  0 siblings, 0 replies; 7+ messages in thread
From: David Combs @ 2008-12-04  2:10 UTC (permalink / raw)
  To: help-gnu-emacs

In article <87abca5ljc.fsf@mmddd.domain.name>,
Wanshi  <cofairy@gmail.com> wrote:
>Maindoor <sanjeevfiles@yahoo.com> writes:
>
>> Hi,                                                                         
>>                                                                             
>> Whenever I have to reboot, I'm really sad that all my register contents,    
>> all the files that are opened all have to be closed. I want to be able to   
>> get back and have all the files open exactly as I left them. Lots of editors
>> have this functionality. Does emacs have this ?                             
>>                                                                             
>> Regards,                                                                    
>> Sanjeev..                                                                   
>
>session.el and desktop.el 

Off the cuff -- what's the difference between the two?

Which is generally thought better?


Thanks!

David




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

end of thread, other threads:[~2008-12-04  2:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.3113.1226154995.25473.help-gnu-emacs@gnu.org>
2008-11-08 14:39 ` Is there anyway to save workspace so that we don't have reopen 10s of files again ? Wanshi
2008-12-04  2:10   ` David Combs
2008-11-07 17:43 emacs-w3m question Xah
2008-11-08 14:36 ` Is there anyway to save workspace so that we don't have reopen 10s of files again ? Maindoor
2008-11-08 14:56   ` Eli Zaretskii
2008-11-08 15:09     ` Maindoor
2008-11-08 16:11       ` Peter Dyballa
2008-11-08 22:25       ` Juanma Barranquero

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).