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:32:52 +0100 Message-ID: <52EA5484.9010705@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 1391088794 25512 80.91.229.3 (30 Jan 2014 13:33:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jan 2014 13:33:14 +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:33:17 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 1W8rk5-0004dS-Dn for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jan 2014 14:33:17 +0100 Original-Received: from localhost ([::1]:49773 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8rk4-0004EF-Uw for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jan 2014 08:33:16 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8rjo-0004Dh-FA for help-gnu-emacs@gnu.org; Thu, 30 Jan 2014 08:33:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8rji-0003Vi-LC for help-gnu-emacs@gnu.org; Thu, 30 Jan 2014 08:33:00 -0500 Original-Received: from mout.gmx.net ([212.227.15.15]:56417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8rji-0003VY-Bl for help-gnu-emacs@gnu.org; Thu, 30 Jan 2014 08:32:54 -0500 Original-Received: from [172.20.249.13] ([141.70.81.150]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0MYLKn-1Vn5ls1X3x-00VCv6 for ; Thu, 30 Jan 2014 14:32:53 +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:EIHvxPotiqD0tfkeOZ7QTXVpU145PrS0+7YCr9Hb6Sm3MAdHzHa zPzflwIqCTow85a20Bfp2Oax9Yq7SgrdCaFFEcc7dKoABrGpxXbQpqPChfe29+6BziipbnS rnCsBLn1fGa8fkyceiAAk1x8ZoYcyL+s3utr1VIlDUuVPveKDdtgQAUoolL96y7CRjeWbU+ jcL670DWQ/4rzVVp1lTyQ== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.15 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:95798 Archived-At: The output of : "GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.8.6) of 2013-12-22 on brahms, modified by Debian" I use Debian Jessie (the current testing) and use the emacs24 package from the testing repos and I use encfs in the version 1.7.3. What should be notet, though, is that I use German debian repos, so the password prompt used the German word "EncFS-Passwort:" If I had known earlier that eshell uses a regex for password promt detection, I would have mentioned that earlier. When I have some time I'll try version 24.4 or tinker with the regex. Just recently learned regular expressions ;) Greetings, Michael. 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. >