Maybe the emacs session at http://www.fmi.uni-passau.de/~wedler/session/
will do what you want (disclaimer: I've never actually used this package
myself, but now that you bring up registers, this package looks
interesting).

---
Caleb Deupree
x5-9428

> -----Original Message-----
> From: Ray Butte [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, October 10, 2000 2:46 PM
> To:   [EMAIL PROTECTED]
> Subject:      Off-topic: desktop.el and window registers
> 
> 
> This is slightly off-topic, but may be of interest and value to JDE users.
> 
> The emacs manual reads:
> -------------------------------------------------
> You can save the window configuration of the selected frame in a register,
> or even the configuration of all windows in all frames, and restore the
> configuration later.
> 
> C-x r w r 
>       Save the state of the selected frame's windows in register r
> (window-configuration-to-register). 
> C-x r f r 
>       Save the state of all frames, including all their windows, in
> register r (frame-configuration-to-register). 
> 
> Use C-x r j r to restore a window or frame configuration. This is the
> same command used to restore a cursor position. When you restore a frame
> configuration, any existing frames not included in the configuration
> become invisible. If you wish to delete these frames instead, use C-u C-x
> r j r.
> -------------------------------------------------
> 
> I use desktop.el to save my various JDE project configurations, (very
> handy) but
> I can't figure out how to save the above-mentioned registers between
> sessions.
> Anyone out there know how this is done?
> 
> desktop.el says:
> --------------------------------------------------
> ;;  (load "desktop")
> ;;  (desktop-load-default)
> ;;  (desktop-read)
> ;;
> ;; Between the second and the third line you may wish to add something
> that
> ;; updates the variables `desktop-globals-to-save' and/or
> ;; `desktop-locals-to-save'.  If for instance you want to save the local
> ;; variable `foobar' for every buffer in which it is local, you could add
> ;; the line
> ;;
> ;;  (setq desktop-locals-to-save (cons 'foobar desktop-locals-to-save))
> --------------------------------------------------
> 
> but how do we get window registers saved?  
> 
> thanks in advance,
> 
> -Ray
> 
> -- 
> --
> You are in a maze of twisting little Java VMs, all different...
> [EMAIL PROTECTED]    Tivoli Systems Inc. Austin TX USA
> http://www.cross-site.com

Reply via email to