From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: password visibility for encfs in eshell Date: Thu, 30 Jan 2014 14:57:08 +0100 Message-ID: <8761p16097.fsf@gmx.de> References: <52E9A928.9090403@gmx.net> <87eh3p69xn.fsf@gmx.de> <52EA5484.9010705@gmx.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1391090263 13210 80.91.229.3 (30 Jan 2014 13:57:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jan 2014 13:57:43 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Michael Eliachevitch Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 30 14:57:50 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 1W8s7n-0001Fq-HP for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jan 2014 14:57:47 +0100 Original-Received: from localhost ([::1]:49950 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8s7n-0003Ef-7H for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jan 2014 08:57:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8s7N-0002y8-77 for help-gnu-emacs@gnu.org; Thu, 30 Jan 2014 08:57:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8s7F-0003Ha-Ou for help-gnu-emacs@gnu.org; Thu, 30 Jan 2014 08:57:21 -0500 Original-Received: from mout.gmx.net ([212.227.15.15]:61069) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8s7F-0003HM-Fx for help-gnu-emacs@gnu.org; Thu, 30 Jan 2014 08:57:13 -0500 Original-Received: from detlef.gmx.de ([93.209.86.98]) by mail.gmx.com (mrgmx003) with ESMTPS (Nemesis) id 0MaZrd-1VpGvh1Dbd-00KAxk for ; Thu, 30 Jan 2014 14:57:12 +0100 In-Reply-To: <52EA5484.9010705@gmx.net> (Michael Eliachevitch's message of "Thu, 30 Jan 2014 14:32:52 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Provags-ID: V03:K0:2nxL2fGYr1IiH9OVJb7GPnjmPZLCptGZGKp7iOo6W4LJEFhaJM5 7NEyy81fxX/pIse66v9CNuh0A+i06Y1RxIZnDaMuiYjedUsgDSBhlLT2w4ArNOMTsIxkpQO W4k4LeWmalku2I2jT/U5xootFfmJcTxiq/MF9Qg3VDld9qsvWygNSJdrGlOt0AYImIrrH5l Ymp8kOUo1sjPSXcUORYSA== 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:95800 Archived-At: Michael Eliachevitch writes: > 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 ;) Well, localized password strings have been added very recently. "passwort" belongs to `password-word-equivalents'. I've installed encfs on my Ubuntu machine, and I have tried it in a German environment with eshell. The password for "EncFS-Passwort:" hasn't been echoed. Have fun with Emacs 24.4! With Emacs 24.3, you could fix it with this: (setq eshell-password-prompt-regexp "[Pp]ass\\(word\\|wort\\|phrase\\).*:\\s *\\'") > Greetings, Michael. Best regards, Michael.