help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: equivalent to xemacs face-width?


From: Kevin Rodgers
Subject: Re: equivalent to xemacs face-width?
Date: Tue, 28 Oct 2003 10:07:38 -0700
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Miguel Frasson wrote:

I am trying to port the package latex-symbols to gnu emacs, but I only
know the basics on lisp.

What is the GNU emacs equivalent to face-width? The code of a xemacs
function follows.
...


        (default-width (face-width 'default))


Just a guess:
(face-attribute 'default :width)

--
Kevin Rodgers



reply via email to

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