Gnus development mailing list
 help / color / mirror / Atom feed
From: SL Baur <steve@vmailer.xemacs.org>
Subject: Re: .21 barfs on an unknown face
Date: 28 Jun 1998 18:22:56 -0700	[thread overview]
Message-ID: <m2d8bt57db.fsf@altair.xemacs.org> (raw)
In-Reply-To: Karl Kleinpaste's message of "28 Jun 1998 20:37:29 -0400"

Karl Kleinpaste <karl@jprc.com> writes:

> First run of .21: It doesn't even display *Group* properly.

Here's a patch to fix this bomb.  Tested with XEmacs/Mule 21.0.

All the forward quotes, backward quotes, and commas make my head spin,
but I think this is the correct way to do it.

1998-06-28  SL Baur  <steve@altair.xemacs.org>

	* gnus-spec.el (gnus-face-face-function): Fix misquoting.


--- gnus-spec.el~	Sun Jun 28 00:56:46 1998
+++ gnus-spec.el	Sun Jun 28 18:16:10 1998
@@ -239,8 +239,8 @@
 (defun gnus-face-face-function (form type)
   `(gnus-add-text-properties
     (point) (progn ,@form (point))
-    '(gnus-face t
-		face ',(symbol-value (intern (format "gnus-face-%d" type))))))
+    (list 'gnus-face t
+	  'face ',(symbol-value (intern (format "gnus-face-%d" type))))))
 
 (defun gnus-tilde-max-form (el max-width)
   "Return a form that limits EL to MAX-WIDTH."



  parent reply	other threads:[~1998-06-29  1:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-06-29  0:37 Karl Kleinpaste
1998-06-29  0:42 ` Hrvoje Niksic
1998-06-29  1:22 ` SL Baur [this message]
1998-06-29 20:28   ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2d8bt57db.fsf@altair.xemacs.org \
    --to=steve@vmailer.xemacs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).