comparison lisp/net/net-utils.el @ 61875:cff214e628c2

(nslookup-prompt-regexp, ftp-prompt-regexp, smbclient-prompt-regexp): comint-use-prompt-regexp-instead-of-fields has been renamed to comint-use-prompt-regexp.
author Luc Teirlinck <teirllm@auburn.edu>
date Tue, 26 Apr 2005 23:15:08 +0000
parents c83be5f31fc5
children 2a4f6c0559af 08185296b491
comparison
equal deleted inserted replaced
61874:863e75f2063d 61875:cff214e628c2
158 158
159 (defcustom nslookup-prompt-regexp "^> " 159 (defcustom nslookup-prompt-regexp "^> "
160 "Regexp to match the nslookup prompt. 160 "Regexp to match the nslookup prompt.
161 161
162 This variable is only used if the variable 162 This variable is only used if the variable
163 `comint-use-prompt-regexp-instead-of-fields' is non-nil." 163 `comint-use-prompt-regexp' is non-nil."
164 :group 'net-utils 164 :group 'net-utils
165 :type 'regexp) 165 :type 'regexp)
166 166
167 (defcustom dig-program "dig" 167 (defcustom dig-program "dig"
168 "Program to query DNS information." 168 "Program to query DNS information."
181 181
182 (defcustom ftp-prompt-regexp "^ftp>" 182 (defcustom ftp-prompt-regexp "^ftp>"
183 "Regexp which matches the FTP program's prompt. 183 "Regexp which matches the FTP program's prompt.
184 184
185 This variable is only used if the variable 185 This variable is only used if the variable
186 `comint-use-prompt-regexp-instead-of-fields' is non-nil." 186 `comint-use-prompt-regexp' is non-nil."
187 :group 'net-utils 187 :group 'net-utils
188 :type 'regexp) 188 :type 'regexp)
189 189
190 (defcustom smbclient-program "smbclient" 190 (defcustom smbclient-program "smbclient"
191 "Smbclient program." 191 "Smbclient program."
199 199
200 (defcustom smbclient-prompt-regexp "^smb: \>" 200 (defcustom smbclient-prompt-regexp "^smb: \>"
201 "Regexp which matches the smbclient program's prompt. 201 "Regexp which matches the smbclient program's prompt.
202 202
203 This variable is only used if the variable 203 This variable is only used if the variable
204 `comint-use-prompt-regexp-instead-of-fields' is non-nil." 204 `comint-use-prompt-regexp' is non-nil."
205 :group 'net-utils 205 :group 'net-utils
206 :type 'regexp) 206 :type 'regexp)
207 207
208 (defcustom dns-lookup-program "host" 208 (defcustom dns-lookup-program "host"
209 "Program to interactively query DNS information." 209 "Program to interactively query DNS information."