emacs-devel
[Top][All Lists]
Advanced

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

read-passwd fontification.


From: Michael Cadilhac
Subject: read-passwd fontification.
Date: Tue, 15 Nov 2005 21:36:47 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

  Hi !

  I think the text displayed as a prompt for (read-passwd) should be
  fontified as other prompts.

 subr.el |    1 +
 1 files changed, 1 insertion(+)

Index: subr.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/subr.el,v
retrieving revision 1.485
diff -c -r1.485 subr.el
*** subr.el     28 Oct 2005 16:55:47 -0000      1.485
--- subr.el     15 Nov 2005 20:27:48 -0000
***************
*** 1541,1546 ****
--- 1541,1547 ----
            (c 0)
            (echo-keystrokes 0)
            (cursor-in-echo-area t))
+       (add-text-properties 0 (length prompt) minibuffer-prompt-properties 
prompt)
        (while (progn (message "%s%s"
                               prompt
                               (make-string (length pass) ?.))
  (This mail is also a test as my mails didn't arrive to the list
  for a month)

-- 
    Michael Cadilhac, a.k.a. Micha [mika] |
                    Epita/LRDE promo 2007 |   )\._.,--....,'``.
123 av. de Fontainebleau | 08.70.65.13.14 |  /.  _.. \   _\  (` ._,.
94270 Le Kremlin Bicetre | 06.23.20.31.30 | '._.-(,_..'--(,_...`-..'

Attachment: pgp_8ZNvm5RZX.pgp
Description: PGP signature


reply via email to

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