emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: two more bugs of read-passwd


From: Richard Stallman
Subject: Re: two more bugs of read-passwd
Date: Wed, 24 May 2006 20:37:27 -0400

    (condition-case nil
        (read-passwd "password: ")
      (quit "quit case"))

I fixed that.

    (let ((inhibit-quit t))
      (read-passwd "password: "))

You need to set quit-flag to nil
after read-passwd returns, or it will cause a quit later.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]