comparison lisp/cus-start.el @ 87708:c52802cd7e09

(all): Add missing version entries.
author Martin Rudalics <rudalics@gmx.at>
date Fri, 11 Jan 2008 09:58:44 +0000
parents 107ccd98fa12
children c70e45a7acfd
comparison
equal deleted inserted replaced
87707:9aac24fe07cc 87708:c52802cd7e09
93 (choice (const :tag "off" nil) number) 93 (choice (const :tag "off" nil) number)
94 "21.1") 94 "21.1")
95 (scroll-down-aggressively windows 95 (scroll-down-aggressively windows
96 (choice (const :tag "off" nil) number) 96 (choice (const :tag "off" nil) number)
97 "21.1") 97 "21.1")
98 (line-spacing display (choice (const :tag "none" nil) integer)) 98 (line-spacing display (choice (const :tag "none" nil) integer)
99 "22.1")
99 ;; callint.c 100 ;; callint.c
100 (mark-even-if-inactive editing-basics boolean) 101 (mark-even-if-inactive editing-basics boolean)
101 ;; callproc.c 102 ;; callproc.c
102 (shell-file-name execute file) 103 (shell-file-name execute file)
103 (exec-path execute 104 (exec-path execute
123 :tag "Single coding system" 124 :tag "Single coding system"
124 :value undecided 125 :value undecided
125 :match (lambda (widget value) 126 :match (lambda (widget value)
126 (and value (not (functionp value))))) 127 (and value (not (functionp value)))))
127 (function :value ignore)))) 128 (function :value ignore))))
128 (selection-coding-system mule coding-system) 129 (selection-coding-system mule coding-system "22.1")
129 ;; dired.c 130 ;; dired.c
130 (completion-ignored-extensions dired 131 (completion-ignored-extensions dired
131 (repeat (string :format "%v"))) 132 (repeat (string :format "%v")))
132 ;; dispnew.c 133 ;; dispnew.c
133 (baud-rate display integer) 134 (baud-rate display integer)
139 ;; eval.c 140 ;; eval.c
140 (max-specpdl-size limits integer) 141 (max-specpdl-size limits integer)
141 (max-lisp-eval-depth limits integer) 142 (max-lisp-eval-depth limits integer)
142 (max-mini-window-height limits 143 (max-mini-window-height limits
143 (choice (const :tag "quarter screen" nil) 144 (choice (const :tag "quarter screen" nil)
144 number)) 145 number) "23.1")
145 (stack-trace-on-error debug 146 (stack-trace-on-error debug
146 (choice (const :tag "off") 147 (choice (const :tag "off")
147 (repeat :menu-tag "When" 148 (repeat :menu-tag "When"
148 :value (nil) 149 :value (nil)
149 (symbol :format "%v")) 150 (symbol :format "%v"))
173 (repeat (cons :format "%v" 174 (repeat (cons :format "%v"
174 (symbol :tag "Parameter") 175 (symbol :tag "Parameter")
175 (sexp :tag "Value")))) 176 (sexp :tag "Value"))))
176 (mouse-highlight mouse (choice (const :tag "disabled" nil) 177 (mouse-highlight mouse (choice (const :tag "disabled" nil)
177 (const :tag "always shown" t) 178 (const :tag "always shown" t)
178 (other :tag "hidden by keypress" 1))) 179 (other :tag "hidden by keypress" 1))
180 "22.1")
179 ;; fringe.c 181 ;; fringe.c
180 (overflow-newline-into-fringe fringe boolean) 182 (overflow-newline-into-fringe fringe boolean)
181 ;; indent.c 183 ;; indent.c
182 (indent-tabs-mode indent boolean) 184 (indent-tabs-mode indent boolean)
183 ;; keyboard.c 185 ;; keyboard.c
187 (integer :format "%v"))) 189 (integer :format "%v")))
188 (echo-keystrokes minibuffer number) 190 (echo-keystrokes minibuffer number)
189 (polling-period keyboard integer) 191 (polling-period keyboard integer)
190 (double-click-time mouse (restricted-sexp 192 (double-click-time mouse (restricted-sexp
191 :match-alternatives (integerp 'nil 't))) 193 :match-alternatives (integerp 'nil 't)))
192 (double-click-fuzz mouse integer) 194 (double-click-fuzz mouse integer "22.1")
193 (inhibit-local-menu-bar-menus menu boolean) 195 (inhibit-local-menu-bar-menus menu boolean)
194 (help-char keyboard character) 196 (help-char keyboard character)
195 (help-event-list keyboard (repeat (sexp :format "%v"))) 197 (help-event-list keyboard (repeat (sexp :format "%v")))
196 (menu-prompting menu boolean) 198 (menu-prompting menu boolean)
197 (suggest-key-bindings keyboard (choice (const :tag "off" nil) 199 (suggest-key-bindings keyboard (choice (const :tag "off" nil)
245 ;;; (directory :format "%v")))) 247 ;;; (directory :format "%v"))))
246 ;; minibuf.c 248 ;; minibuf.c
247 (completion-auto-help minibuffer boolean) 249 (completion-auto-help minibuffer boolean)
248 (enable-recursive-minibuffers minibuffer boolean) 250 (enable-recursive-minibuffers minibuffer boolean)
249 (history-length minibuffer 251 (history-length minibuffer
250 (choice (const :tag "Infinite" t) 252 (choice (const :tag "Infinite" t) integer)
251 integer)) 253 "22.1")
252 (history-delete-duplicates minibuffer boolean) 254 (history-delete-duplicates minibuffer boolean "22.1")
253 (minibuffer-prompt-properties 255 (minibuffer-prompt-properties
254 minibuffer 256 minibuffer
255 (list 257 (list
256 (checklist :inline t 258 (checklist :inline t
257 (const :tag "Read-Only" 259 (const :tag "Read-Only"
346 ;; FIXME: Add `sensibly' which chooses between 348 ;; FIXME: Add `sensibly' which chooses between
347 ;; vertical or horizontal splits depending on the size 349 ;; vertical or horizontal splits depending on the size
348 ;; and shape of the window. 350 ;; and shape of the window.
349 (const :tag "horizontally" 351 (const :tag "horizontally"
350 (lambda (window) 352 (lambda (window)
351 (split-window window nil 'horiz))))) 353 (split-window window nil 'horiz))))
354 "23.1")
352 (window-min-height windows integer) 355 (window-min-height windows integer)
353 (window-min-width windows integer) 356 (window-min-width windows integer)
354 (scroll-preserve-screen-position 357 (scroll-preserve-screen-position
355 windows (choice 358 windows (choice
356 (const :tag "Off (nil)" :value nil) 359 (const :tag "Off (nil)" :value nil)
357 (const :tag "Full screen (t)" :value t) 360 (const :tag "Full screen (t)" :value t)
358 (other :tag "Always" 1))) 361 (other :tag "Always" 1)) "22.1")
359 (display-buffer-reuse-frames windows boolean "21.1") 362 (display-buffer-reuse-frames windows boolean "21.1")
360 ;; xdisp.c 363 ;; xdisp.c
361 (scroll-step windows integer) 364 (scroll-step windows integer)
362 (scroll-conservatively windows integer) 365 (scroll-conservatively windows integer)
363 (scroll-margin windows integer) 366 (scroll-margin windows integer)
367 (mode-line-inverse-video mode-line boolean) 370 (mode-line-inverse-video mode-line boolean)
368 (mode-line-in-non-selected-windows mode-line boolean "22.1") 371 (mode-line-in-non-selected-windows mode-line boolean "22.1")
369 (line-number-display-limit display 372 (line-number-display-limit display
370 (choice integer 373 (choice integer
371 (const :tag "No limit" nil))) 374 (const :tag "No limit" nil)))
372 (line-number-display-limit-width display integer) 375 (line-number-display-limit-width display integer "22.1")
373 (highlight-nonselected-windows display boolean) 376 (highlight-nonselected-windows display boolean)
374 (message-log-max debug (choice (const :tag "Disable" nil) 377 (message-log-max debug (choice (const :tag "Disable" nil)
375 (integer :menu-tag "lines" 378 (integer :menu-tag "lines"
376 :format "%v") 379 :format "%v")
377 (other :tag "Unlimited" t))) 380 (other :tag "Unlimited" t)))
382 display (choice 385 display (choice
383 (const :tag "Off (nil)" :value nil) 386 (const :tag "Off (nil)" :value nil)
384 (const :tag "Immediate" :value t) 387 (const :tag "Immediate" :value t)
385 (number :tag "Delay by secs" :value 0.5)) "22.1") 388 (number :tag "Delay by secs" :value 0.5)) "22.1")
386 ;; xfaces.c 389 ;; xfaces.c
387 (scalable-fonts-allowed display boolean) 390 (scalable-fonts-allowed display boolean "22.1")
388 ;; xfns.c 391 ;; xfns.c
389 (x-bitmap-file-path installation 392 (x-bitmap-file-path installation
390 (repeat (directory :format "%v"))) 393 (repeat (directory :format "%v")))
391 (x-gtk-use-old-file-dialog menu boolean "22.1") 394 (x-gtk-use-old-file-dialog menu boolean "22.1")
392 (x-gtk-show-hidden-files menu boolean "22.1") 395 (x-gtk-show-hidden-files menu boolean "22.1")