From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Smith_RS Newsgroups: gmane.emacs.help Subject: Re: Menu Bar fonts under Windows in 24.3 Date: Mon, 2 Sep 2013 17:27:39 -0700 (PDT) Message-ID: <7cfb76be-20ae-49ca-af2e-7bf023a389f0@googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1378168215 11355 80.91.229.3 (3 Sep 2013 00:30:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Sep 2013 00:30:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 03 02:30:18 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VGeVe-0006Cm-5b for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Sep 2013 02:30:18 +0200 Original-Received: from localhost ([::1]:42555 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGeVd-00069F-Op for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Sep 2013 20:30:17 -0400 X-Received: by 10.66.193.199 with SMTP id hq7mr8325753pac.5.1378168059815; Mon, 02 Sep 2013 17:27:39 -0700 (PDT) X-Received: by 10.50.22.98 with SMTP id c2mr733598igf.15.1378168059438; Mon, 02 Sep 2013 17:27:39 -0700 (PDT) Original-Path: usenet.stanford.edu!pt2no48170410pbb.0!news-out.google.com!z6ni30971pbu.0!nntp.google.com!j7no106233qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=98.112.119.170; posting-account=FPshOQoAAABhQbXLwYlqquO5tX-UXyrO Original-NNTP-Posting-Host: 98.112.119.170 User-Agent: G2/1.0 Injection-Date: Tue, 03 Sep 2013 00:27:39 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:200941 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:93208 Archived-At: You're right. It's been locked down to conform to the Windows scheme, which= is controlled (at least in Windows 7) by the "Windows Color and Appearance= " system dialog. This is not the answer I wanted but it is an answer. The odd thing is that = when I traced it with Procmon I can see it hitting registry keys like "HKCU= \Software\GNU\Emacs\emacs.menu.attributeFont". So it looks like the normal = semantics are there, but are being overridden. Thanks.