From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/4238 Path: main.gmane.org!not-for-mail From: steve@miranova.com (Steven L. Baur) Newsgroups: gmane.emacs.gnus.general Subject: XEmacs Frame color inversion on password entry -vs- Gnus custom Date: 03 Dec 1995 11:10:04 -0800 Organization: Miranova Systems, Inc. Sender: steve@miranova.com Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.27) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035145012 28919 80.91.224.250 (20 Oct 2002 20:16:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:16:52 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.6.11/8.6.9) with ESMTP id MAA17195 for ; Sun, 3 Dec 1995 12:12:51 -0800 Original-Received: from miranova.com (steve@miranova.com [204.212.162.100]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Sun, 3 Dec 1995 20:09:53 +0100 Original-Received: (from steve@localhost) by miranova.com (8.6.11/8.6.9) id LAA16778; Sun, 3 Dec 1995 11:10:07 -0800 Original-To: ding@ifi.uio.no X-Url: http://www.miranova.com/%7Esteve/ In-Reply-To: Andy's message of 03 Dec 1995 05:34:11 -0800 Original-Lines: 22 X-Mailer: September Gnus v0.17/XEmacs 19.13 Xref: main.gmane.org gmane.emacs.gnus.general:4238 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:4238 Symptom: When mailcrypt reads a password for message (de|en)cryption, or PGP signature, the colors are not restored cleanly after frame color inversion. The color inversion algorithm in utils/passwd.el is apparently not completely compatible with Gnus custom faces, some of which get changed to black by the process. The odd thing about this is that if Options/Edit Faces is selected, the colors appear normal there. The faces that have trouble are the ones that are doubled in the *Edit Faces* buffer. RoyalBlue (Bold & Normal) and DarkGreen (Normal) in my setup. The best work around is to use Chuck's flag: (setq passwd-invert-frame-when-keyboard-grabbed nil) This turns color inversion off, and has the added benefit of working like GNU Emacs too. I doubt the original author has much time for fixing this sort of thing :-). -- steve@miranova.com baur