From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/7253 Path: main.gmane.org!not-for-mail From: William Perry Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus startup Date: Thu, 18 Jul 1996 15:06:46 -0700 Organization: Aventail, Inc. Sender: wmperry%newman@ifi.uio.no Message-ID: <31EEB576.3EEB@aventail.com> References: <9607121328.AA16185@pog.ufl.edu> <199607150231.TAA02918@monolith.spry.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035147586 6412 80.91.224.250 (20 Oct 2002 20:59:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:59:46 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id PAA30974 for ; Thu, 18 Jul 1996 15:14:10 -0700 Original-Received: from newman (root@aventail.seanet.com [199.181.165.9]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id ; Fri, 19 Jul 1996 00:04:48 +0200 Original-Received: from kramer (kramer [192.168.1.12]) by newman (8.6.12/8.6.9) with SMTP id PAA05171; Thu, 18 Jul 1996 15:03:51 -0700 X-Mailer: Mozilla 3.0b5a (X11; I; SunOS 5.5.1 i86pc) Original-To: Lars Magne Ingebrigtsen Xref: main.gmane.org gmane.emacs.gnus.general:7253 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:7253 Lars Magne Ingebrigtsen wrote: > > William Perry writes: > > > You can with 19.14 - I can whip up the sample code, but you can look at > > ..../lisp/prim/modeline.el for some examples. > > The only way to display a glyph is to use the > annotation/set-extent-{begin,end}-glyph thingies, right? But it seems > to me that the extents used for these things have to be in some > buffer, while the modeline extents typically have been created as > `(make-extent nil nil)'. I have a feeling I'm misunderstanding > something fundamental here... you can attach a glyph to a portion of the modeline by making a portion of it a cons cell of (glyph . string), like: (setq modeline-format (list (cons (make-glyph "woman") "foo"))) sorry I waswn't a little clearer earlier. -bill P.