auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX] Problems with auctex bold font in Xemacs


From: Ralf Angeli
Subject: Re: [AUCTeX] Problems with auctex bold font in Xemacs
Date: Fri, 01 Apr 2005 08:53:46 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

* Alexander Beck-Ratzka (2005-04-01) writes:

> I have Xemacs 21.4 on SuSE Linux 9.2 installed, and in Latex-mode (using
> auctex emacs-auctex-11.14-69).

That version of AUCTeX is heavily outdated.  The current release is
11.55.  You can get it via XEmacs package system.

> 2) in init.el (in directory .xemacs)
>
> (set-face-font 'bold
> "-*-lucidatypewriter-bold-*-normal-*-24-*-*-*-*-*-*-*")
>
> (set-face-font 'font-latex-bold-face
> "-*-lucidatypewriter-bold-*-normal-*-24-*-*-*-*-*-*-*")

If I put this into my ~/.xemacs/init.el, I get the message

Error in init file: No such face: font-latex-bold-face

in the buffer " *Message-Log*".  You will need something like

(eval-after-load "font-latex"
  '(set-face-font 'font-latex-bold-face
                  "-*-lucidatypewriter-bold-*-normal-*-24-*-*-*-*-*-*-*"))

instead.

> Independent of my font selections I don't see another typing bold fonts in
> LaTeX mode. It works fine with previous releases.

Previous releases of what?  XEmacs, SuSE or AUCTeX?

-- 
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]