Mercurial > hg > xemacs-beta
comparison lisp/modes/auto-autoloads.el @ 173:8eaf7971accc r20-3b13
Import from CVS: tag r20-3b13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:49:09 +0200 |
parents | 929b76928fce |
children | 6075d714658b |
comparison
equal
deleted
inserted
replaced
172:a38aed19690b | 173:8eaf7971accc |
---|---|
355 Turning on F90 mode calls the value of the variable `f90-mode-hook' | 355 Turning on F90 mode calls the value of the variable `f90-mode-hook' |
356 with no args, if that value is non-nil." t nil) | 356 with no args, if that value is non-nil." t nil) |
357 | 357 |
358 ;;;*** | 358 ;;;*** |
359 | 359 |
360 ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode turn-off-follow-mode turn-on-follow-mode) "follow" "modes/follow.el") | |
361 | |
362 (add-minor-mode 'follow-mode nil 'follow-mode-map) | |
363 | |
364 (autoload 'turn-on-follow-mode "follow" "\ | |
365 Turn on Follow mode. Please see the function `follow-mode'." t nil) | |
366 | |
367 (autoload 'turn-off-follow-mode "follow" "\ | |
368 Turn off Follow mode. Please see the function `follow-mode'." t nil) | |
369 | |
370 (autoload 'follow-mode "follow" "\ | |
371 Minor mode which combines windows into one tall virtual window. | |
372 | |
373 The feeling of a \"virtual window\" has been accomplished by the use | |
374 of two major techniques: | |
375 | |
376 * The windows always displays adjacent sections of the buffer. | |
377 This means that whenever one window is moved, all the | |
378 others will follow. (Hence the name Follow Mode.) | |
379 | |
380 * Should the point (cursor) end up outside a window, another | |
381 window displaying that point is selected, if possible. This | |
382 makes it possible to walk between windows using normal cursor | |
383 movement commands. | |
384 | |
385 Follow mode comes to its prime when used on a large screen and two | |
386 side-by-side window are used. The user can, with the help of Follow | |
387 mode, use two full-height windows as though they would have been | |
388 one. Imagine yourself editing a large function, or section of text, | |
389 and being able to use 144 lines instead of the normal 72... (your | |
390 mileage may vary). | |
391 | |
392 To split one large window into two side-by-side windows, the commands | |
393 `\\[split-window-horizontally]' or `M-x follow-delete-other-windows-and-split' can be used. | |
394 | |
395 Only windows displayed in the same frame follow each-other. | |
396 | |
397 If the variable `follow-intercept-processes' is non-nil, Follow mode | |
398 will listen to the output of processes and redisplay accordingly. | |
399 \(This is the default.) | |
400 | |
401 When Follow mode is switched on, the hook `follow-mode-hook' | |
402 is called. When turned off, `follow-mode-off-hook' is called. | |
403 | |
404 Keys specific to Follow mode: | |
405 \\{follow-mode-map}" t nil) | |
406 | |
407 (autoload 'follow-delete-other-windows-and-split "follow" "\ | |
408 Create two side by side windows and enter Follow Mode. | |
409 | |
410 Execute this command to display as much as possible of the text | |
411 in the selected window. All other windows, in the current | |
412 frame, are deleted and the selected window is split in two | |
413 side-by-side windows. Follow Mode is activated, hence the | |
414 two windows always will display two successive pages. | |
415 \(If one window is moved, the other one will follow.) | |
416 | |
417 If ARG is positive, the leftmost window is selected. If it negative, | |
418 the rightmost is selected. If ARG is nil, the leftmost window is | |
419 selected if the original window is the first one in the frame. | |
420 | |
421 To bind this command to a hotkey, place the following line | |
422 in your `~/.emacs' file, replacing [f7] by your favourite key: | |
423 (global-set-key [f7] 'follow-delete-other-windows-and-split)" t nil) | |
424 | |
425 ;;;*** | |
426 | |
427 ;;;### (autoloads (fortran-mode) "fortran" "modes/fortran.el") | 360 ;;;### (autoloads (fortran-mode) "fortran" "modes/fortran.el") |
428 | 361 |
429 (defcustom fortran-tab-mode-default nil "*Default tabbing/carriage control style for empty files in Fortran mode.\nA value of t specifies tab-digit style of continuation control.\nA value of nil specifies that continuation lines are marked\nwith a character in column 6." :type 'boolean :group 'fortran-indent) | 362 (defcustom fortran-tab-mode-default nil "*Default tabbing/carriage control style for empty files in Fortran mode.\nA value of t specifies tab-digit style of continuation control.\nA value of nil specifies that continuation lines are marked\nwith a character in column 6." :type 'boolean :group 'fortran-indent) |
430 | 363 |
431 (autoload 'fortran-mode "fortran" "\ | 364 (autoload 'fortran-mode "fortran" "\ |
678 ;;;*** | 611 ;;;*** |
679 | 612 |
680 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") | 613 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el") |
681 | 614 |
682 (autoload 'ksh-mode "ksh-mode" "\ | 615 (autoload 'ksh-mode "ksh-mode" "\ |
683 ksh-mode $Revision: 1.4 $ - Major mode for editing (Bourne, Korn or Bourne again) | 616 ksh-mode $Revision: 1.5 $ - Major mode for editing (Bourne, Korn or Bourne again) |
684 shell scripts. | 617 shell scripts. |
685 Special key bindings and commands: | 618 Special key bindings and commands: |
686 \\{ksh-mode-map} | 619 \\{ksh-mode-map} |
687 Variables controlling indentation style: | 620 Variables controlling indentation style: |
688 ksh-indent | 621 ksh-indent |
2035 | 1968 |
2036 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") | 1969 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el") |
2037 | 1970 |
2038 (autoload 'vhdl-mode "vhdl-mode" "\ | 1971 (autoload 'vhdl-mode "vhdl-mode" "\ |
2039 Major mode for editing VHDL code. | 1972 Major mode for editing VHDL code. |
2040 vhdl-mode $Revision: 1.4 $ | 1973 vhdl-mode $Revision: 1.5 $ |
2041 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a | 1974 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a |
2042 vhdl-mode buffer. This automatically sets up a mail buffer with version | 1975 vhdl-mode buffer. This automatically sets up a mail buffer with version |
2043 information already added. You just need to add a description of the | 1976 information already added. You just need to add a description of the |
2044 problem, including a reproducible test case and send the message. | 1977 problem, including a reproducible test case and send the message. |
2045 | 1978 |