annotate lisp/eterm/auto-autoloads.el @ 203:850242ba4a81 r20-3b28

Import from CVS: tag r20-3b28
author cvs
date Mon, 13 Aug 2007 10:02:21 +0200
parents e121b013d1f0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
1 ;;; DO NOT MODIFY THIS FILE
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 163
diff changeset
2 (if (featurep 'eterm-autoloads) (error "Already loaded"))
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
3
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
4 ;;;### (autoloads (term make-term) "term" "eterm/term.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
5
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
6 (autoload 'make-term "term" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
7 Make a term process NAME in a buffer, running PROGRAM.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
8 The name of the buffer is made by surrounding NAME with `*'s.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
9 If there is already a running process in that buffer, it is not restarted.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
10 Optional third arg STARTFILE is the name of a file to send the contents of to
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
11 the process. Any more args are arguments to PROGRAM." nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
12
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
13 (autoload 'term "term" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
14 Start a terminal-emulator in a new buffer." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
15
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
16 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
17
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
18 ;;;### (autoloads (tperldb txdb tdbx tsdb tgdb) "tgud" "eterm/tgud.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
19
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
20 (autoload 'tgdb "tgud" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
21 Run gdb on program FILE in buffer *tgud-FILE*.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
22 The directory containing FILE becomes the initial working directory
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
23 and source-file directory for your debugger." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
24
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
25 (autoload 'tsdb "tgud" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
26 Run sdb on program FILE in buffer *tgud-FILE*.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
27 The directory containing FILE becomes the initial working directory
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
28 and source-file directory for your debugger." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
29
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
30 (autoload 'tdbx "tgud" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
31 Run dbx on program FILE in buffer *tgud-FILE*.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
32 The directory containing FILE becomes the initial working directory
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
33 and source-file directory for your debugger." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
34
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
35 (autoload 'txdb "tgud" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
36 Run xdb on program FILE in buffer *tgud-FILE*.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
37 The directory containing FILE becomes the initial working directory
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
38 and source-file directory for your debugger.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
39
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
40 You can set the variable 'tgud-xdb-directories' to a list of program source
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
41 directories if your program contains sources from more than one directory." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
42
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
43 (autoload 'tperldb "tgud" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
44 Run perldb on program FILE in buffer *tgud-FILE*.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
45 The directory containing FILE becomes the initial working directory
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
46 and source-file directory for your debugger." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
47
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
48 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
49
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
50 ;;;### (autoloads (tshell) "tshell" "eterm/tshell.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
51
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
52 (defvar tshell-prompt-pattern "^[^#$%>\n]*[#$%>] *" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
53 Regexp to match prompts in the inferior shell.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
54 Defaults to \"^[^#$%>\\n]*[#$%>] *\", which works pretty well.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
55 This variable is used to initialise `term-prompt-regexp' in the
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
56 shell buffer.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
57
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
58 The pattern should probably not match more than one line. If it does,
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
59 tshell-mode may become confused trying to distinguish prompt from input
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
60 on lines which don't start with a prompt.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
61
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
62 This is a fine thing to set in your `.emacs' file.")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
63
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
64 (autoload 'tshell "tshell" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
65 Run an inferior shell, with I/O through buffer *shell*.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
66 If buffer exists but shell process is not running, make new shell.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
67 If buffer exists and shell process is running, just switch to buffer `*shell*'.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
68 Program used comes from variable `explicit-shell-file-name',
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
69 or (if that is nil) from the ESHELL environment variable,
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
70 or else from SHELL if there is no ESHELL.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
71 If a file `~/.emacs_SHELLNAME' exists, it is given as initial input
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
72 (Note that this may lose due to a timing error if the shell
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
73 discards input when it starts up.)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
74 The buffer is put in Tshell mode, giving commands for sending input
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
75 and controlling the subjobs of the shell. See `tshell-mode'.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
76 See also the variable `tshell-prompt-pattern'.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
77
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
78 The shell file name (sans directories) is used to make a symbol name
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
79 such as `explicit-csh-args'. If that symbol is a variable,
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
80 its value is used as a list of arguments when invoking the shell.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
81 Otherwise, one argument `-i' is passed to the shell.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
82
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
83 \(Type \\[describe-mode] in the shell buffer for a list of commands.)" t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
84
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
85 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
86
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
87 (provide 'eterm-autoloads)