all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* print password on the screen
@ 2002-06-20 17:43 Jinquan Xu
  2002-06-20 18:28 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Jinquan Xu @ 2002-06-20 17:43 UTC (permalink / raw)


This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.2.1 (i386-redhat-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2002-04-08 on porky.devel.redhat.com
configured using `configure  i386-redhat-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --with-gcc --with-pop --with-sound'
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: en_US
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

under shell mode, if I access my romote machine and input the password, the password is printed out on the screen.



Recent input:
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <menu-bar> <options> 
<mule> <mouse-set-font> <help-echo> <down-mouse-1> 
<mouse-1> s s h SPC <backspace> <backspace> <backspace> 
<backspace> <backspace> <escape> x s h e l l <return> 
l s <return> l s <return> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <menu-bar> <help-menu> <re
port-emacs-bug>

Recent messages:
Loading /usr/share/emacs/site-lisp/site-start.d/lang.emacs.el (source)...done
Loading /usr/share/emacs/site-lisp/site-start.d/php-mode-init.el (source)...done
Loading /usr/share/emacs/site-lisp/site-start.d/po-mode-init.el (source)...done
Loading /usr/share/emacs/site-lisp/site-start.d/psgml-init.el (source)...done
Loading font-lock...
Loading regexp-opt...done
Loading font-lock...done
For information about the GNU Project and its goals, type C-h C-p.
Loading shell...done
Loading emacsbug...done

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: print password on the screen
  2002-06-20 17:43 print password on the screen Jinquan Xu
@ 2002-06-20 18:28 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2002-06-20 18:28 UTC (permalink / raw)


Jinquan Xu wrote:

> under shell mode, if I access my romote machine and input the password,
> the password is printed out on the screen. 

Have you tried

(add-hook 'comint-output-filter-functions 'comint-watch-for-password-prompt)

This is documented in the info node for shell mode, as is the command
send-invisible.

Note that even if you use this to stop Emacs echoing your password as you
type, the last 100 keys you pressed will still be visible with M-x
view-lossage, C-h l. If you want to be paranoid (and of course you do,
right?) get in the habit of pressing 100 keys (eg arrow keys) after
entering a password.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-06-20 18:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-20 17:43 print password on the screen Jinquan Xu
2002-06-20 18:28 ` Glenn Morris

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.