annotate lisp/eterm/auto-autoloads.el @ 179:9ad43877534d r20-3b16

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