From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: displaying subscripts and superscripts Date: Mon, 19 Apr 2010 16:29:44 -0700 Organization: None Message-ID: References: <08eeb820-8cbd-48a1-a6f4-2407d1e6d717@c42g2000yqn.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1273011810 28345 80.91.229.12 (4 May 2010 22:23:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 May 2010 22:23:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 05 00:23:28 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O9QWS-0002RV-KH for geh-help-gnu-emacs@m.gmane.org; Wed, 05 May 2010 00:23:24 +0200 Original-Received: from localhost ([127.0.0.1]:39212 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9QWR-0003d3-PP for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 18:23:23 -0400 Original-Path: usenet.stanford.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: xoc2.stanford.edu Original-X-Trace: usenet.stanford.edu 1271719784 27291 171.64.109.31 (19 Apr 2010 23:29:44 GMT) Original-X-Complaints-To: action@cs.stanford.edu X-Spook: Pearl Harbor atomic bomb Mohajir Qaumi Babbar Khalsa Uzi X-Ran: e_PY{$)7>=<)J/dO5gA_=BI<)MX7]y|lYwv8:Y4KO`N,>OONq$}{u{LF@$~z5YflNA-ds, X-Hue: yellow X-Attribution: GM Mail-Copies-To: nobody User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cancel-Lock: sha1:ePIwhb+7NFApjPD7jX7XMiskkOY= Original-Xref: usenet.stanford.edu gnu.emacs.help:177794 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:73234 Archived-At: Stefan Monnier wrote: >> (defun suscript-height (height) > [...] >> (defface superscript >> '((t :height suscript-height)) >> "Face used for superscripts.") > > The :height attribute cannot be a function. Err, tex-mode.el uses a function for :height, and it seems to work... The elisp manual says :height can be a function.