Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3a320e54
Commit
3a320e54
authored
Mar 11, 1999
by
Karl Heuer
Browse files
(comint-password-prompt-regexp): Accept "login password:"
parent
908ec3ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/comint.el
lisp/comint.el
+2
-2
No files found.
lisp/comint.el
View file @
3a320e54
...
...
@@ -277,9 +277,9 @@ This variable is buffer-local."
:type
'boolean
:group
'comint
)
;; AIX puts the name of the person being su'd to in fro
m
of the prompt.
;; AIX puts the name of the person being su'd to in fro
nt
of the prompt.
(
defcustom
comint-password-prompt-regexp
"\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|^\\)[Pp]assword\\|pass phrase\\):\\s *\\'"
"\\(\\([Oo]ld \\|[Nn]ew \\|'s
\\|login
\\|^\\)[Pp]assword\\|pass phrase\\):\\s *\\'"
"*Regexp matching prompts for passwords in the inferior process.
This is used by `comint-watch-for-password-prompt'."
:type
'regexp
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment