emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Lars Hansen
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Fri, 07 Jan 2005 19:10:12 -0500

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.1099 emacs/etc/NEWS:1.1100
*** emacs/etc/NEWS:1.1099       Wed Jan  5 16:36:19 2005
--- emacs/etc/NEWS      Fri Jan  7 20:25:00 2005
***************
*** 397,416 ****
  *** Buffers are saved in the desktop file in the same order as that in the
  buffer list.
  
  *** New commands:
    - desktop-revert reverts to the last loaded desktop.
    - desktop-change-dir kills current desktop and loads a new.
    - desktop-save-in-desktop-dir saves desktop in the directory from which
      it was loaded.
  
  *** New customizable variables:
    - desktop-save. Determins whether the desktop should be saved when it is
      killed.
!   - desktop-file-name-format.
    - desktop-path. List of directories in which to lookup the desktop file.
!   - desktop-locals-to-save.
!   - desktop-globals-to-clear.
!   - desktop-clear-preserve-buffers-regexp.
  
  *** New command line option --no-desktop
  
--- 397,426 ----
  *** Buffers are saved in the desktop file in the same order as that in the
  buffer list.
  
+ *** The desktop package can be customized to restore only some buffers 
immediately,
+ remaining buffers are restored lazily (when Emacs is idle).
+ 
  *** New commands:
    - desktop-revert reverts to the last loaded desktop.
    - desktop-change-dir kills current desktop and loads a new.
    - desktop-save-in-desktop-dir saves desktop in the directory from which
      it was loaded.
+   - desktop-lazy-complete runs the desktop load to completion.
+   - desktop-lazy-abort aborts lazy loading of the desktop.
  
  *** New customizable variables:
    - desktop-save. Determins whether the desktop should be saved when it is
      killed.
!   - desktop-file-name-format. Format in which desktop file names should be 
saved.
    - desktop-path. List of directories in which to lookup the desktop file.
!   - desktop-locals-to-save. List of local variables to save.
!   - desktop-globals-to-clear. List of global variables that `desktop-clear' 
will clear.
!   - desktop-clear-preserve-buffers-regexp. Regexp identifying buffers that 
`desktop-clear'
!     should not delete.
!   - desktop-restore-eager. Number of buffers to restore immediately. 
Remaining buffers are
!     restored lazily (when Emacs is idle).
!   - desktop-lazy-verbose. Verbose reporting of lazily created buffers.
!   - desktop-lazy-idle-delay. Idle delay before starting to create buffers.
  
  *** New command line option --no-desktop
  




reply via email to

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