unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* read-passwd fontification.
@ 2005-11-15 20:36 Michael Cadilhac
  0 siblings, 0 replies; only message in thread
From: Michael Cadilhac @ 2005-11-15 20:36 UTC (permalink / raw)



[-- Attachment #1.1.1: Type: text/plain, Size: 161 bytes --]


  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(+)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1.2: read-passwd.patch --]
[-- Type: text/x-patch, Size: 564 bytes --]

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) ?.))

[-- Attachment #1.1.3: Type: text/plain, Size: 342 bytes --]


  (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 #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-11-15 20:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-15 20:36 read-passwd fontification Michael Cadilhac

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).