From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.bugs Subject: Re: Cannot change font style/size with font menu Date: Fri, 22 Mar 2002 11:34:56 +0200 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <7458-Fri22Mar2002113456+0200-eliz@is.elta.co.il> References: <2110-Thu21Mar2002211137+0200-eliz@is.elta.co.il> <15514.23399.662833.681666@blind-bat.une.edu.au> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1016789954 1457 127.0.0.1 (22 Mar 2002 09:39:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 22 Mar 2002 09:39:14 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16oLVx-0000NO-00 for ; Fri, 22 Mar 2002 10:39:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16oLVu-0003pe-00; Fri, 22 Mar 2002 04:39:10 -0500 Original-Received: from frigg.inter.net.il ([192.114.186.16]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16oLVH-0003m0-00 for ; Fri, 22 Mar 2002 04:38:32 -0500 Original-Received: from zaretsky (diup-217-59.inter.net.il [213.8.217.59]) by frigg.inter.net.il (Mirapoint) with ESMTP id BHD27430; Fri, 22 Mar 2002 11:38:14 +0200 (IST) Original-To: tcross@pobox.une.edu.au X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: <15514.23399.662833.681666@blind-bat.une.edu.au> (message from Tim Cross on Fri, 22 Mar 2002 09:15:03 +1100) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:47 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:47 [Please keep the discussion on the mailing list.] > Date: Fri, 22 Mar 2002 09:15:03 +1100 > From: Tim Cross > > I have attached the .emacs file with this mail. > No, with a totally empty .emacs file, the font menus appear to work. It's possible that your definition of the normal face prevents font customizations. Can you try removing (or commenting out) this line in your .emacs: '(default ((t (:stipple nil :background "black" :foreground "wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 180 :width normal :family "adobe-courier")))) and see if this makes the problem go away? If that doesn't help, please try selectively removing parts of this .emacs until you find the minimal part that causes the problem. It is very hard to debug a problem that depends on so many customizations. _______________________________________________ Bug-gnu-emacs mailing list Bug-gnu-emacs@gnu.org http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs