From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.devel Subject: Re: Widget password entry Date: Tue, 11 Jun 2013 09:29:33 +0800 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1370914188 24598 80.91.229.3 (11 Jun 2013 01:29:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Jun 2013 01:29:48 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 11 03:29:49 2013 Return-path: Envelope-to: ged-emacs-devel@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 1UmDP8-0008IY-RL for ged-emacs-devel@m.gmane.org; Tue, 11 Jun 2013 03:29:46 +0200 Original-Received: from localhost ([::1]:33991 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmDP8-00022I-FR for ged-emacs-devel@m.gmane.org; Mon, 10 Jun 2013 21:29:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmDP0-0001zD-Tn for emacs-devel@gnu.org; Mon, 10 Jun 2013 21:29:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UmDOw-00078T-5S for emacs-devel@gnu.org; Mon, 10 Jun 2013 21:29:38 -0400 Original-Received: from mail-ie0-x22b.google.com ([2607:f8b0:4001:c03::22b]:54797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmDOw-00078N-0D for emacs-devel@gnu.org; Mon, 10 Jun 2013 21:29:34 -0400 Original-Received: by mail-ie0-f171.google.com with SMTP id qd12so3971561ieb.30 for ; Mon, 10 Jun 2013 18:29:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=nSf9rIN+8ug4yd/2PNZ0HRWfmoOFtQtta7GsCWG39lo=; b=WETogAQ580WmGLSgEicQvN5ecq/4UPtZsqQrR9b4ynhlb3ZzGpiACk/WUmfqSE0S4k PYYrps4chIMaKyqHIS2OAMxOioPjv4vJ34I+P0FqDrDZBj4JLKQ4XKO8z3gPqJjXTelg B684R65YC7E80gR6JmqnjtECOX6U9prKntQJUN8YcCBnjRezCPG9uYnyp9UGZEVIGPdi 4jNdb54YBWRaEh5kXGspkNof7GgsBlIa3cAnT9k4Yaex4p8QeQmz6xY/SPJVZjqyXfB8 azxj7KFwjKk8klF1G6a/wPm9nAorM4BzcvaIdR2ZP2XyrjaI0BDW6bO9CEsX4B8bxR4B lozQ== X-Received: by 10.50.21.101 with SMTP id u5mr2204550ige.105.1370914173464; Mon, 10 Jun 2013 18:29:33 -0700 (PDT) Original-Received: by 10.42.121.138 with HTTP; Mon, 10 Jun 2013 18:29:33 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::22b X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:160325 Archived-At: On Tue, Jun 11, 2013 at 4:51 AM, Lars Magne Ingebrigtsen wrote: > I'm using widget.el for data entry. > > The only bit that I can't seem to find, but I thought was in widget > somewhere, is support for entering passwords. Do I misremember? That > is, it's supposed to just display ***** when you type stuff in. See (info "(widget) editable-field"). -- Best regards, Xue Fuqiao. http://www.gnu.org/software/emacs/