• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/

Lines Matching +defs:fortran +defs:start +defs:block +defs:re

120  Goto matching start of current 'end ...;'            '\\[ada-move-to-start]'
121 Goto end of current block '\\[ada-move-to-end]'
240 Option `add-log-always-start-new-record' non-nil means always create a
244 The change log file can start with a copyright notice and a copying
550 (put (quote allout-use-mode-specific-leader) (quote safe-local-variable) (quote (lambda (x) (or (memq x (quote (t nil allout-mode-leaders comment-start))) (stringp x)))))
576 Optional arg forces mode to re-initialize iff arg is positive num or
847 (defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir))
872 The characters start at randomly chosen places,
913 `comint-last-output-start' and the process-mark.
1855 The names of optional fields start with the string OPT, and are thus ignored
1857 start with the string ALT. The OPT or ALT string may be removed from
2939 ;;;### (autoloads (calendar-week-start-day calendar calendar-setup
3175 %%(diary-block 11 1 1990 11 10 1990) Vacation
3515 (defvar calendar-week-start-day 0 "\
3524 (custom-autoload (quote calendar-week-start-day) "calendar" nil)
4076 ;;;;;; checkdoc-ispell-continue checkdoc-ispell-start checkdoc-ispell-message-text
4080 ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
4095 Prefix argument START-HERE will start the checking from the current
4106 Prefix argument START-HERE will start the checking from the current
4131 (autoload (quote checkdoc-start) "checkdoc" "\
4223 (autoload (quote checkdoc-ispell-start) "checkdoc" "\
4225 Calls `checkdoc-start' with spell-checking turned on.
4226 Prefix argument TAKE-NOTES is the same as for `checkdoc-start'
4301 Edit and re-evaluate complex command with name matching PATTERN.
4541 `comint-last-output-start' and the buffer's `process-mark', if other filter
4555 via `start-process', or a cons pair of the form (HOST . SERVICE) denoting a TCP
4568 via `start-process', or a cons pair of the form (HOST . SERVICE) denoting a TCP
4660 ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4734 `start-process'); synchronous compilation processes never accept input.")
4754 To run more than one compilation at once, start one and rename
4756 \\[rename-buffer]. Then start the next one. On most systems,
4766 (autoload (quote compilation-start) "compile" "\
5140 If instead you start this mode with the generic `conf-mode'
5154 Comments start with `#'.
5169 Comments start with `;'.
5185 Comments start with `#' but are also recognized with `//' or
5247 Comments start with `*%' and \"assignments\" are with `:'.
5259 Comments start with `!' and \"assignments\" are with `:'.
5386 you type it inside the inline block of control construct, like
5438 beginning of the region at the start of construction, and make region
5462 Indentation of Perl statements within surrounding block.
5463 The surrounding block's indentation is the indentation
6198 This mode indents command lines in blocks. (A block is commands between
6199 THEN-ELSE-ENDIF and between lines matching dcl-block-begin-regexp and
6200 dcl-block-end-regexp.)
6202 Labels are indented to a fixed position unless they begin or end a block.
6233 dcl-block-begin-regexp
6234 dcl-block-end-regexp
6236 a block of commmand lines that will be given extra indentation.
6300 $ loop1: ! This matches dcl-block-begin-regexp...
6306 $ endloop1: ! This matches dcl-block-end-regexp
6437 Indentation of Delphi statements with respect to containing block.
6438 `delphi-compound-block-indent' (default 0)
6521 BODY can start with a bunch of keyword arguments. The following keyword
6753 Load the `default' start-up library manually.
7332 the buffer will not reset them. However, using `dired-undo' to re-insert
7475 the buffer will not reset them. However, using `dired-undo' to re-insert
7827 Switch to *doctor* buffer and start giving psychotherapy.
7861 Switch to *dungeon* buffer and start game.
9154 Instrument for profiling, all functions which start with PREFIX.
9521 ;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd"
9526 (autoload (quote erc-identd-start) "erc-identd" "\
9954 t means do; nil means don't (always start a new list).
10669 For fixed format code, use `fortran-mode'.
10687 Extra indentation within type/interface/block-data blocks (default 3).
10694 String inserted by function \\[f90-comment-region] at start of each
10696 `f90-indented-comment-re'
10699 `f90-directive-comment-re'
10711 From an END statement, check and fill the end using matching block start.
10936 is what you typically would use if you were putting this in your Emacs start-up
11147 Find files in DIR containing a regexp REGEXP and start Dired on output.
11726 ;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
11727 ;;;;;; "progmodes/fortran.el" (17842 56333))
11728 ;;; Generated autoloads from progmodes/fortran.el
11730 (defvar fortran-tab-mode-default nil "\
11736 (custom-autoload (quote fortran-tab-mode-default) "fortran" t)
11738 (autoload (quote fortran-mode) "fortran" "\
11742 \\[fortran-indent-line] indents the current Fortran line correctly.
11748 \\{fortran-mode-map}
11752 `fortran-comment-line-start'
11754 `fortran-do-indent'
11756 `fortran-if-indent'
11758 `fortran-structure-indent'
11761 `fortran-continuation-indent'
11763 `fortran-comment-line-extra-indent'
11765 `fortran-comment-indent-style'
11768 fixed indent to `fortran-comment-line-extra-indent' beyond the
11770 `fortran-minimum-statement-indent-fixed' (fixed format) or
11771 `fortran-minimum-statement-indent-tab' (TAB format),
11773 relative indent to `fortran-comment-line-extra-indent' beyond the
11776 `fortran-comment-indent-char'
11779 `fortran-minimum-statement-indent-fixed'
11781 `fortran-minimum-statement-indent-tab'
11783 `fortran-line-number-indent'
11787 `fortran-check-all-num-for-matching-do'
11790 `fortran-blink-matching-if'
11791 Non-nil causes \\[fortran-indent-line] on an ENDIF (or ENDDO) statement
11793 `fortran-continuation-string'
11796 `fortran-comment-region'
11797 String inserted by \\[fortran-comment-region] at start of each line in
11799 `fortran-electric-line-number'
11802 `fortran-break-before-delimiters'
11805 Turning on Fortran mode calls the value of the variable `fortran-mode-hook'
12055 `tool-bar-map'. If it is t, start with a new sparse map. You
12473 interactively), it makes sure nnmail-split-fancy is re-computed before
12742 between gnus-sieve-region-start and gnus-sieve-region-end with
12751 between gnus-sieve-region-start and gnus-sieve-region-end with
12799 ;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (17842
12801 ;;; Generated autoloads from gnus/gnus-start.el
12803 (autoload (quote gnus-declare-backend) "gnus-start" "\
12808 (autoload (quote gnus-fixup-nnimap-unread-after-getting-new-news) "gnus-start" "\
13254 Go to the start of the next region with non-nil PROP property.
13260 With numeric argument ARG, move to the start of the ARGth next
13264 the start of that region. If ARG is 0 and point is not in a
13273 Go to the start of the next region with non-nil help-echo.
13278 With numeric argument ARG, move to the start of the ARGth next
13282 move to the start of that region. If ARG is 0 and point is not
13295 Go to the start of the previous region with non-nil help-echo.
13514 00000010: 652e 2020 4561 6368 206c 696e 6520 7265 e. Each line re
13614 (See `font-lock-keywords'.) They may be edited and re-loaded with \\[hi-lock-find-patterns],
13629 keywords already present. The patterns must start before position
13773 (defvar hs-special-modes-alist (quote ((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("^@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning))) "\
13781 START, END and COMMENT-START are regular expressions. A block is
13794 See the documentation for `hs-adjust-block-beginning' to see what is the
13808 The main commands are: `hs-hide-all', `hs-show-all', `hs-hide-block',
13809 `hs-show-block', `hs-hide-level' and `hs-toggle-hiding'. There is also
13810 `hs-hide-initial-comment-block' and `hs-mouse-toggle-hiding'.
14745 Indentation of Icon statements within surrounding block.
14746 The surrounding block's indentation is the indentation
14758 this far to the right of the start of its line.
14774 If buffer exists but shell process is not running, start new IDL.
14809 To start a continuation line, use \\[idlwave-split-line]. This
14867 The abbreviations start generally with a `\\`. Some examples
14981 \\[ido-prev-match] Put the last element at the start of the list.
15058 \\[ido-prev-match] Put the last element at the start of the list.
15556 `auto-image-file-mode' is re-enabled; this happens automatically when
15568 `auto-image-file-mode' is re-enabled; this happens automatically when
15675 For example, see the value of `fortran-imenu-generic-expression' used by
15676 `fortran-mode' with `imenu-syntax-alist' set locally to give the
16048 This command is useful if the user wants to start at the beginning without
16318 re-start Emacs.")
16353 regular expression \"[']\" for OTHERCHARS. Then \"they're\" and
16421 *Lists of start and end keys to skip in HTML buffers.
16489 Kill current Ispell process (so that you may start a fresh one).
16824 ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
16825 ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro"
16828 (global-set-key "\C-x(" 'kmacro-start-macro)
16831 (global-set-key [f3] 'kmacro-start-macro-or-insert-counter)
16836 (autoload (quote kmacro-start-macro) "kmacro" "\
16846 by re-executing the last macro as if you typed it again.
16862 The definition was started by \\[kmacro-start-macro].
16874 Call the last keyboard macro that you defined with \\[kmacro-start-macro].
16887 (autoload (quote kmacro-start-macro-or-insert-counter) "kmacro" "\
16998 You start by moving to a square and typing \\[lm-start-robot],
16999 if you did not use a prefix arg to ask for automatic start.
17290 Once you're done editing the message, pressing \\[log-edit-done] will call
17525 \\[skip] Skip the rest of this iteration, and start the next.
17546 author are indented, or have each line start with `>'. To quote a
18945 column contains the number of characters in a block of this character
19358 (defvar comment-start nil "\
19359 *String to insert to start a new comment, or nil if no comment syntax.")
19360 (put 'comment-start 'safe-local-variable 'string-or-null-p)
19362 (defvar comment-start-skip nil "\
19363 *Regexp to match the start of a comment plus everything up to its body.
19366 (put 'comment-start-skip 'safe-local-variable 'string-or-null-p)
19389 comments always start in column zero.")
19464 By default, comments start at the left margin, are terminated on each line,
19469 `comment-start' without trailing spaces and `comment-padding'.
19525 ;;;### (autoloads (newsticker-show-news newsticker-start-ticker newsticker-start
19545 (autoload (quote newsticker-start) "newsticker" "\
19550 Run `newsticker-start-hook' if newsticker was not running already.
19554 (autoload (quote newsticker-start-ticker) "newsticker" "\
19786 octave-blink-matching-block
19787 Non-nil means show matching begin of block when inserting a space,
19790 octave-block-offset
19791 Extra indentation applied to statements in block structures.
19947 Call `remember'. If this is already a remember buffer, re-apply template.
19965 RET buffer-start as level 2 heading at end of file
20038 given in `org-agenda-start-on-weekday'.
20134 Headings are lines which start with asterisks: one for major headings,
20188 (put 'paragraph-start 'safe-local-variable 'stringp)
20254 \\[pascal-insert-block] - insert begin ... end;
20266 Indentation of Pascal statements with respect to containing block.
20283 See also the user variables pascal-type-keywords, pascal-start-keywords and
20689 Indentation of Perl statements within surrounding block.
20690 The surrounding block's indentation is the indentation
20702 this far to the right of the start of its line.
21636 Blank lines and `%%...' separate paragraphs. `%'s start comments.
21695 When starting an interactive PostScript process with \\[ps-run-start],
22080 deletes a level of indentation to close the current block; otherwise it
22213 the key at \"..AB\" and start translation of \"CD..\". Hangul
22215 break the key just at \"..ABC\" and start translation of \"D..\".
22489 ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
22491 ;;; Generated autoloads from emacs-lisp/re-builder.el
22493 (defalias (quote regexp-builder) (quote re-builder))
22495 (autoload (quote re-builder) "re-builder" "\
23017 INPUT-ARGS should start with a host name; it may also contain
23699 `line-start', `bol'
23704 is similar to `line-start' but matches only at the end of a line
23706 `string-start', `bos', `bot'
23714 `buffer-start'
23716 buffer being matched against. Actually equivalent to `string-start'.
23725 `word-start', `bow'
23740 `symbol-start'
23815 `comment-start' (\\s<)
24006 with the Scheme process start with \"xscheme-\" if you use the MIT
24009 start an inferior Scheme using the more general `cmuscheme' package.
24013 Blank lines separate paragraphs. Semicolons start comments.
24026 Blank lines separate paragraphs. Semicolons start comments.
24401 ;;;### (autoloads (server-mode server-start) "server" "server.el"
24405 (autoload (quote server-start) "server" "\
24430 `emacsclient' program. See `server-start' and Info node `Emacs server'.
24726 in the shell buffer, after you start the shell.
24801 Indentation of SIMULA statements with respect to containing block.
25017 \\[snake-start-game] Starts a new game of Snake
25038 Comments start with -- and end with newline or another --.
25050 Comments start with -- and end with newline or another --.
25090 This variable should be set in `site-start'.el.")
25102 This variable should be set in `site-start'.el.")
25111 This variable should be set in `site-start'.el.")
25177 one in the middle of the board if you're cool.
25235 It moves point to the start of the next record.
25237 The first record is assumed to start at the position of point when sort-subr
25243 STARTKEYFUN moves from the start of the record to the start of the key.
25249 ENDKEYFUN moves from the start of the sort key to the end of the sort key.
25529 Use the following commands to start a specific SQL interpreter:
25624 in the SQL buffer, after you start the process.
25650 in the SQL buffer, after you start the process.
25674 in the SQL buffer, after you start the process.
25702 in the SQL buffer, after you start the process.
25730 in the SQL buffer, after you start the process.
25755 in the SQL buffer, after you start the process.
25779 in the SQL buffer, after you start the process.
25805 in the SQL buffer, after you start the process.
25831 in the SQL buffer, after you start the process.
25861 in the SQL buffer, after you start the process.
25890 in the SQL buffer, after you start the process.
26795 inside of a tar archive without extracting it and re-archiving it.
26818 Indentation of Tcl statements within surrounding block.
26977 \\[tetris-start-game] Starts a new game of Tetris
26991 ;;;### (autoloads (doctex-mode tex-start-shell slitex-mode latex-mode
26994 ;;;;;; tex-dvi-print-command tex-bibtex-command latex-block-names
26995 ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
27055 (defvar tex-start-options "" "\
27057 These immediately precede the commands in `tex-start-commands'
27061 (custom-autoload (quote tex-start-options) "tex-mode" t)
27063 (defvar tex-start-commands "\\nonstopmode\\input" "\
27068 (custom-autoload (quote tex-start-commands) "tex-mode" t)
27070 (defvar latex-block-names nil "\
27071 *User defined LaTeX block names.
27072 Combined with `latex-standard-block-names' for minibuffer completion.")
27074 (custom-autoload (quote latex-block-names) "tex-mode" t)
27287 (autoload (quote tex-start-shell) "tex-mode" "\
27484 Determine the start and end buffer locations for the THING at point.
27492 The value is a cons cell (START . END) giving the start and end positions
27813 (put 'time-stamp-start 'safe-local-variable 'stringp)
27834 `time-stamp-line-limit', `time-stamp-start', `time-stamp-end',
29310 Convert HTML markup-start characters to entity references in STRING.
29951 in a comment automatically opens a new comment line. `M-q' re-fills
29977 separated by blank lines, `C-c C-a C-i' a block of lines with same
30001 maps) by removing comments and newlines and re-wrapping so that all
30002 lines are maximally filled (block filling). `C-c C-f C-f' fills a list
30004 blank lines, `C-c C-f C-i' a block of lines with same indent, and
30218 (e.g. add \"(global-set-key '[S-down-mouse-3] 'imenu)\" to your start-up
30342 \".xxx\", add the following line to your Emacs start-up file (`.emacs'):
30348 - To start Emacs with open VHDL hierarchy browser without having to load
30384 - XEmacs: Incorrect start-up when automatically opening speedbar.
30644 Mark ring is pushed at start of every successful search and when
30645 jump to line occurs. The mark is set on jump to buffer start or end.
30652 ! means search for a line with no match for regexp. @ means start
30766 which is the start of the current series; it means that
31163 updated (e.g. to re-interpret the current directory).
31166 should be a topic string and non-nil RE-CACHE forces re-caching.
31242 C-k b ws-begin-block
31243 C-k c ws-copy-block
31247 C-k i ws-indent-block
31248 C-k k ws-end-block
31249 C-k p ws-print-block
31254 C-k u ws-exdent-block
31256 C-k v ws-move-block
31257 C-k w ws-write-block
31259 C-k y ws-delete-block
31285 C-q b ws-to-block-begin
31289 C-q k ws-to-block-end
31434 ;;;;;; "cdl.el" "cus-dep.el" "cus-load.el" "cus-start.el" "custom.el"