From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Eliachevitch Newsgroups: gmane.emacs.help Subject: Re: password visibility for encfs in eshell Date: Thu, 30 Jan 2014 14:53:43 +0100 Message-ID: <52EA5967.7040209@gmx.net> References: <52E9A928.9090403@gmx.net> <87eh3p69xn.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1391090047 10352 80.91.229.3 (30 Jan 2014 13:54:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jan 2014 13:54:07 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Michael Albinus Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 30 14:54:14 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W8s4M-0007ki-6I for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jan 2014 14:54:14 +0100 Original-Received: from localhost ([::1]:49931 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8s4L-0000UX-Rx for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jan 2014 08:54:13 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8s40-0000SS-Fn for help-gnu-emacs@gnu.org; Thu, 30 Jan 2014 08:53:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8s3t-0001tF-Uu for help-gnu-emacs@gnu.org; Thu, 30 Jan 2014 08:53:52 -0500 Original-Received: from mout.gmx.net ([212.227.15.18]:50900) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8s3t-0001t2-L7 for help-gnu-emacs@gnu.org; Thu, 30 Jan 2014 08:53:45 -0500 Original-Received: from [172.20.249.13] ([141.70.81.150]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0MbfnB-1Vsa690nxt-00J3va for ; Thu, 30 Jan 2014 14:53:44 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10 In-Reply-To: <87eh3p69xn.fsf@gmx.de> X-Enigmail-Version: 1.6 X-Provags-ID: V03:K0:Vnc+yVA5ueLWjnJbevoQLEHmKoB/aycoLsWPSwyOZtGDB1eF7pm aj/z+RgsKcUmuxaeWFYQzPCD4RxlV/hRWtwsQiCKiWCZwRdIsbJzJX011N8B3PQgyOQggJV ntaU8bI1I/P70r/cjdPjX5N/BAvSIXOa0fIAi5fE/syn0mrnWhyfA7+RsOKq2ZT8cpmCE4i EJnWALDz94D1CR/3CrW4A== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.18 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95799 Archived-At: Changing the eshell-password-prompt-regexp to "[Pp]ass\(wor[dt]\|phrase\).*:\s *\'" worked, just changed the "d" to "[dt]". Thanks. On 30.01.2014 11:28, Michael Albinus wrote: > Stefan Monnier writes: > >>> visible in the buffer. Not sure if this is a bug or just a >>> not-yet-implemented feature, that's why I thought I would ask here first >> >> That would be a bug in Eshell. > > Eshell uses the `eshell-watch-for-password-prompt' filter, which uses > `eshell-password-prompt-regexp' for password prompt detection. > > This variable has been changed recently to be derived from > `password-word-equivalents'; chances are good that in Emacs 24.4 it > works out of the box. > > However, it might be useful to see an example eshell session which > doesn't hide the password, in order to check. The example should be > faked with ****** as password, of course :-) > > Which Emacs version are you using, btw? > > Best regards, Michael. >