Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: ding@gnus.org
Subject: Re: *Article* printing problems
Date: Thu, 04 Aug 2005 13:01:34 +0900	[thread overview]
Message-ID: <b4m8xzimjtt.fsf@jpl.org> (raw)
In-Reply-To: <9evf2nfbjd.fsf@gowron.rz-berlin.mpg.de>

[-- Attachment #1: Type: text/plain, Size: 1058 bytes --]

>>>>> In <9evf2nfbjd.fsf@gowron.rz-berlin.mpg.de> Jochen Küpper wrote:

> When I try to print an article via A P I get an error and the
> following backtrace. When I go to the article buffer, switch to
> text-mode and M-x ps-print-buffer it does work, however.

> No Gnus v0.4
> GNU Emacs 22.0.50.22 (i686-pc-linux-gnu, Motif Version 2.2.2) of 2005-07-27

> Any ideas?

> ,----
>| Debugger entered--Lisp error: (error "Invalid face" list)
>|   internal-get-lisp-face-attribute(list :foreground nil)
>|   face-attribute(list :foreground nil t)
>|   face-attribute-merged-with(:foreground unspecified list nil)
>|   face-attribute-merged-with(:foreground unspecified (list font-latex-doctex-documentation-face font-lock-preprocessor-face) nil)
>|   face-attribute(font-latex-doctex-preprocessor-face :foreground nil t)
>|   face-foreground(font-latex-doctex-preprocessor-face nil t)
>|   ps-face-foreground-name(font-latex-doctex-preprocessor-face)

While I'm not sure of it since I'm not an auctex user, it seems
to be an auctex bug,


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 536 bytes --]

--- font-latex.el~	2005-02-04 19:15:04 +0000
+++ font-latex.el	2005-08-04 03:48:31 +0000
@@ -1398,8 +1398,8 @@
   "Face used to highlight preprocessor directives in docTeX mode.")
 
 (defface font-latex-doctex-preprocessor-face
-  '((t (:inherit (list font-latex-doctex-documentation-face
-		       font-lock-preprocessor-face))))
+  '((t (:inherit (font-latex-doctex-documentation-face
+		  font-lock-preprocessor-face))))
   "Face used to highlight preprocessor directives in docTeX mode."
   :group 'font-latex-highlighting-faces)
 

  reply	other threads:[~2005-08-04  4:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-03 12:30 Jochen Küpper
2005-08-04  4:01 ` Katsumi Yamaoka [this message]
     [not found]   ` <b4m8xzimjtt.fsf-NvgVpDro27E@public.gmane.org>
2005-08-04 20:07     ` Jochen Küpper

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=b4m8xzimjtt.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.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).