Mercurial > hg > xemacs-beta
comparison lisp/cus-start.el @ 3092:141c2920ea48
[xemacs-hg @ 2005-11-25 01:41:31 by crestani]
Incremental Garbage Collector
author | crestani |
---|---|
date | Fri, 25 Nov 2005 01:42:08 +0000 |
parents | 3136b3c99ceb |
children | 308d34e9f07d |
comparison
equal
deleted
inserted
replaced
3091:c22d8984148c | 3092:141c2920ea48 |
---|---|
44 (require 'custom) | 44 (require 'custom) |
45 | 45 |
46 (let ((all '(;; boolean | 46 (let ((all '(;; boolean |
47 (abbrev-all-caps abbrev boolean) | 47 (abbrev-all-caps abbrev boolean) |
48 (allow-deletion-of-last-visible-frame frames boolean) | 48 (allow-deletion-of-last-visible-frame frames boolean) |
49 (allow-incremental-gc alloc boolean) | |
49 (debug-on-quit debug boolean) | 50 (debug-on-quit debug boolean) |
50 (delete-auto-save-files auto-save boolean) | 51 (delete-auto-save-files auto-save boolean) |
51 (delete-exited-processes processes-basics boolean) | 52 (delete-exited-processes processes-basics boolean) |
52 (garbage-collection-messages alloc boolean) | 53 (garbage-collection-messages alloc boolean) |
53 (indent-tabs-mode editing-basics boolean) | 54 (indent-tabs-mode editing-basics boolean) |
69 (auto-save-interval auto-save integer) | 70 (auto-save-interval auto-save integer) |
70 (bell-volume sound integer) | 71 (bell-volume sound integer) |
71 (bell-inhibit-time sound integer) | 72 (bell-inhibit-time sound integer) |
72 (echo-keystrokes keyboard integer) | 73 (echo-keystrokes keyboard integer) |
73 (gc-cons-threshold alloc integer) | 74 (gc-cons-threshold alloc integer) |
75 (gc-cons-incremental-threshold alloc integer) | |
76 (gc-incremental-traversal-threshold alloc integer) | |
74 (next-screen-context-lines display integer) | 77 (next-screen-context-lines display integer) |
75 (scroll-conservatively display integer) | 78 (scroll-conservatively display integer) |
76 (scroll-step windows integer) | 79 (scroll-step windows integer) |
77 (window-min-height windows integer) | 80 (window-min-height windows integer) |
78 (window-min-width windows integer) | 81 (window-min-width windows integer) |