Problems with LaTeX-mode bold font in Xemacs - sttill no answer :-(
Alexander Beck-Ratzka <[email protected]> Tue, 5 Apr 2005 14:37:03 +0200
| Newsgroups | gmane.emacs.xemacs.general |
|---|---|
| Message-ID | <OF814A69C3.1D8215EB-ONC1256FDA.00452021-C1256FDA.00454F43@betasystems.com> |
Hello list,
the email below I've sent the first time five days ago. Does really nobody
know, how to help?
Greetings
Alexander
__________________
Hello list,
I have running Xemacs 21.4.15 on SuSE Linux 9.2. Because from since version
19.15 AucTeX is integrated in Xemacs, my problem is an xemacs problem.
My problem can be descriebed quite short. I've the selcted a separate font
for LaTeX bold fonts, and usually, this font shall be displayed if I am in
\bf{} environment. Unfortunately, this feature doesn't work. I see the same
font, independent of being in the \bf{} environment or not.
I have selected following fonts:
1) in .Xresources / .Xdefaults
Emacs.default.attributeFont:
-adobe-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*
Emacs*menubar*FontSet: -adobe-helvetica-bold-r-normal-*-14-*-*-*-*-*-*-*
2) in init.el (in directory .xemacs)
(require 'font-latex)
(set-face-font 'font-latex-bold-face
"-*-lucidatypewriter-bold-*-normal-*-18-*-*-*-*-*-*-*")
(set-face-font 'font-latex-italic-face
"-*-courier-medium-o-normal-*-18-*-*-*-*-*-*-*")
(set-face-font 'font-latex-warning-face
"-*-fixed-medium-r-normal-*-20-*-*-*-*-*-*-*")
Follwoing a first suggestion, I've also tried the sequence
(eval-after-load "font-latex" '(set-face-font 'font-latex-bold-face
"-*-lucidatypewriter-bold-*-normal-*-24-*-*-*-*-*-*-*"))
in init.el, but without success.
In a former realase I didn't have this problem. Unfortunately I cannot say,
which Xemacs release it was, In can only say, that it was the Xemacs
delivered with SuSE 9.0. It must be therefore a release higher then 21.4.
How can I get rid of this problem?
Alexander