emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#7224: closed (23.2; comint-password-prompt-regex


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#7224: closed (23.2; comint-password-prompt-regexp misses kinit prompt)
Date: Sat, 23 Oct 2010 19:12:02 +0000

Your message dated Sat, 23 Oct 2010 15:15:33 -0400
with message-id <address@hidden>
and subject line Re: bug#7224: 23.2; comint-password-prompt-regexp misses kinit 
prompt
has caused the GNU bug report #7224,
regarding 23.2; comint-password-prompt-regexp misses kinit prompt
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
7224: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7224
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 23.2; comint-password-prompt-regexp misses kinit prompt Date: Fri, 15 Oct 2010 20:09:35 +0000
Some versions of kinit use the prompt "Please enter the password for
address@hidden: ".  This is not matched by the default value for
comint-password-prompt-regexp. I suggest adding "the" (or maybe
"[Ee]nter the") to the list of words that may precede "password", i.e.

"\\(\\(Enter \\|[Oo]ld \\|[Nn]ew \\|the \\|'s \\|login \\|Kerberos \\|CVS 
\\|UNIX \\| SMB \\|LDAP \\|\\[sudo] \\|^\\)[Pp]assword\\( (again)\\)?\\|pass 
phrase\\|\\(Enter \\|Repeat \\|Bad \\)?[Pp]assphrase\\)\\(?:, try 
again\\)?\\(?: for [^:]+\\)?:\\s *\\'"





In GNU Emacs 23.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.29)
of 2010-05-08 on black.local
Windowing system distributor `Apple', version 10.3.1038
configured using `configure  '--host=x86_64-apple-darwin' 
'--build=i686-apple-darwin' '--with-ns' 'build_alias=i686-apple-darwin' 
'host_alias=x86_64-apple-darwin' 'CC=gcc -mmacosx-version-min=10.5''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  value of $XMODIFIERS: nil
  locale-coding-system: nil
  default enable-multibyte-characters: t

Major mode: Shell

Minor modes in effect:
  shell-dirtrack-mode: t
  global-auto-revert-mode: t
  show-paren-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t


Features:
(shadow sort mail-extr message ecomplete rfc822 mml mml-sec
password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231
rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util netrc
time-date mm-util mail-prsvr gmm-utils mailheader canlock sha1 hex-util
hashcash mail-utils emacsbug jka-compr find-func pp ansi-color shell
dired help-mode view vc-hg imenu server autorevert windmove fillcode
cc-engine cc-vars cc-defs cc-bytecomp grep compile comint iswitchb
uniquify paren advice advice-preload git help-fns log-edit easy-mmode
ring pcvs-util add-log ewoc color-theme edmacro kmacro wid-edit cl cl-19
sendmail regexp-opt reporter tooltip ediff-hook vc-hooks lisp-float-type
mwheel ns-win easymenu tool-bar dnd fontset image fringe lisp-mode
register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse
jit-lock font-lock syntax facemenu font-core frame cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev
loaddefs button minibuffer faces cus-face files text-properties overlay
md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process ns multi-tty
emacs)



--- End Message ---
--- Begin Message --- Subject: Re: bug#7224: 23.2; comint-password-prompt-regexp misses kinit prompt Date: Sat, 23 Oct 2010 15:15:33 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 23.3

"Darnell, Ben" wrote:

> Some versions of kinit use the prompt "Please enter the password for
> address@hidden: ".  This is not matched by the default value for
> comint-password-prompt-regexp. I suggest adding "the" (or maybe
> "[Ee]nter the") to the list of words that may precede "password", i.e.

Done.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]