Mercurial > emacs
comparison etc/NEWS @ 59413:64dd9e2b5486
Describe desktop package lazy restore feature.
author | Lars Hansen <larsh@soem.dk> |
---|---|
date | Fri, 07 Jan 2005 20:25:00 +0000 |
parents | f6b869bfa0ae |
children | 100bcbece57b |
comparison
equal
deleted
inserted
replaced
59412:0ddd142616f1 | 59413:64dd9e2b5486 |
---|---|
395 saving. | 395 saving. |
396 | 396 |
397 *** Buffers are saved in the desktop file in the same order as that in the | 397 *** Buffers are saved in the desktop file in the same order as that in the |
398 buffer list. | 398 buffer list. |
399 | 399 |
400 *** The desktop package can be customized to restore only some buffers immediately, | |
401 remaining buffers are restored lazily (when Emacs is idle). | |
402 | |
400 *** New commands: | 403 *** New commands: |
401 - desktop-revert reverts to the last loaded desktop. | 404 - desktop-revert reverts to the last loaded desktop. |
402 - desktop-change-dir kills current desktop and loads a new. | 405 - desktop-change-dir kills current desktop and loads a new. |
403 - desktop-save-in-desktop-dir saves desktop in the directory from which | 406 - desktop-save-in-desktop-dir saves desktop in the directory from which |
404 it was loaded. | 407 it was loaded. |
408 - desktop-lazy-complete runs the desktop load to completion. | |
409 - desktop-lazy-abort aborts lazy loading of the desktop. | |
405 | 410 |
406 *** New customizable variables: | 411 *** New customizable variables: |
407 - desktop-save. Determins whether the desktop should be saved when it is | 412 - desktop-save. Determins whether the desktop should be saved when it is |
408 killed. | 413 killed. |
409 - desktop-file-name-format. | 414 - desktop-file-name-format. Format in which desktop file names should be saved. |
410 - desktop-path. List of directories in which to lookup the desktop file. | 415 - desktop-path. List of directories in which to lookup the desktop file. |
411 - desktop-locals-to-save. | 416 - desktop-locals-to-save. List of local variables to save. |
412 - desktop-globals-to-clear. | 417 - desktop-globals-to-clear. List of global variables that `desktop-clear' will clear. |
413 - desktop-clear-preserve-buffers-regexp. | 418 - desktop-clear-preserve-buffers-regexp. Regexp identifying buffers that `desktop-clear' |
419 should not delete. | |
420 - desktop-restore-eager. Number of buffers to restore immediately. Remaining buffers are | |
421 restored lazily (when Emacs is idle). | |
422 - desktop-lazy-verbose. Verbose reporting of lazily created buffers. | |
423 - desktop-lazy-idle-delay. Idle delay before starting to create buffers. | |
414 | 424 |
415 *** New command line option --no-desktop | 425 *** New command line option --no-desktop |
416 | 426 |
417 *** New hooks: | 427 *** New hooks: |
418 - desktop-after-read-hook run after a desktop is loaded. | 428 - desktop-after-read-hook run after a desktop is loaded. |