From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22748 Path: main.gmane.org!not-for-mail From: Jan Vroonhof Newsgroups: gmane.emacs.gnus.general Subject: Re: Writing enriched text Date: 22 Apr 1999 17:55:18 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA20259 for ; Thu, 22 Apr 1999 11:56:55 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id KAB29278; Thu, 22 Apr 1999 10:55:50 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 22 Apr 1999 10:56:22 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id KAA05656 for ; Thu, 22 Apr 1999 10:56:13 -0500 (CDT) Original-Received: from frege.math.ethz.ch (daemon@frege-d-math-north-g-west.math.ethz.ch [129.132.145.3]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA20242 for ; Thu, 22 Apr 1999 11:56:04 -0400 (EDT) Original-Received: (from daemon@localhost) by frege.math.ethz.ch (8.9.1/8.9.1) id RAA06592 for ; Thu, 22 Apr 1999 17:55:27 +0200 (MET DST) Original-Received: from bolzano(129.132.146.140) via SMTP by frege, id smtpdAAAa001at; Thu Apr 22 17:55:19 1999 Original-Received: (vroonhof@localhost) by bolzano (SMI-8.6/D-MATH-client) id RAA24904; Thu, 22 Apr 1999 17:55:19 +0200 Original-To: ding@gnus.org In-Reply-To: Colin Rafferty's message of "Thu, 22 Apr 1999 15:25:16 GMT" Original-Lines: 14 User-Agent: Gnus/5.070083 (Pterodactyl Gnus v0.83) XEmacs/21.0(beta66) (20 minutes to Nikko) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:22748 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:22748 Colin Rafferty writes: > > My problem is that XEmacs doesn't have the menus to change the text > properties the way that FSF Emacs does. It does. The autoloading seems to be a bit broken though. (require 'facemenu) (facemenu-update) should give you an Edit->Text Properties menu Jan