unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Constantino Calancha" <f92capac@gmail.com>
To: 22027@debbugs.gnu.org
Subject: bug#22027: Acknowledgement (25.1.50; read-passwd fail to return default password)
Date: Fri, 27 Nov 2015 19:16:14 +0900	[thread overview]
Message-ID: <op.x8q75csi32915k@calancha-ilc.kek.jp> (raw)
In-Reply-To: <handler.22027.B.14486178085232.ack@debbugs.gnu.org>

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: subr.patch --]
[-- Type: application/octet-stream, Size: 1077 bytes --]

*** lisp/subr.el	        2015-11-18 11:02:33.703130850 +0900
--- lisp/subr_patched.el	2015-11-27 18:41:03.510034779 +0900
***************
*** 2114,2121 ****
                  (second (read-passwd "Confirm password: " nil default)))
              (if (equal first second)
                  (progn
!                   (and (arrayp second) (clear-string second))
!                   (setq success first))
                (and (arrayp first) (clear-string first))
                (and (arrayp second) (clear-string second))
                (message "Password not repeated accurately; please start over")
--- 2114,2121 ----
                  (second (read-passwd "Confirm password: " nil default)))
              (if (equal first second)
                  (progn
! 		  (setq success (apply 'string (append first nil)))
!                   (and (arrayp second) (clear-string second)))
                (and (arrayp first) (clear-string first))
                (and (arrayp second) (clear-string second))
                (message "Password not repeated accurately; please start over")

  parent reply	other threads:[~2015-11-27 10:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-27  9:53 bug#22027: 25.1.50; read-passwd fail to return default password Tino Calancha
     [not found] ` <handler.22027.B.14486178085232.ack@debbugs.gnu.org>
2015-11-27 10:16   ` Constantino Calancha [this message]
2016-05-09  3:26 ` bug#22027: 25.1.50; Return uncorrupted default string Tino Calancha
2017-06-04  3:51   ` npostavs
2017-06-05  0:22     ` Tino Calancha
2017-06-05  0:39       ` Tino Calancha
2017-06-05 23:03         ` npostavs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=op.x8q75csi32915k@calancha-ilc.kek.jp \
    --to=f92capac@gmail.com \
    --cc=22027@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).