Gnus development mailing list
 help / color / mirror / Atom feed
* *Article* printing problems
@ 2005-08-03 12:30 Jochen Küpper
  2005-08-04  4:01 ` Katsumi Yamaoka
  0 siblings, 1 reply; 3+ messages in thread
From: Jochen Küpper @ 2005-08-03 12:30 UTC (permalink / raw)


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)
|   ps-screen-to-bit-face(font-latex-doctex-preprocessor-face)
|   ps-map-face(font-latex-doctex-preprocessor-face)
|   mapcar(ps-map-face (w3m-form-face w3m-header-line-location-content-face w3m-header-line-location-title-face w3m-strike-through-face w3m-underline-face w3m-bold-face w3m-history-current-url-face w3m-image-face w3m-current-anchor-face w3m-arrived-anchor-face w3m-anchor-face w3m-tab-background-face w3m-tab-selected-retrieving-face w3m-tab-selected-face w3m-tab-unselected-retrieving-face w3m-tab-unselected-face w3m-form-button-pressed-face w3m-form-button-mouse-face w3m-form-button-face flyspell-duplicate flyspell-incorrect bbdb-field-value bbdb-name gnus-cite-11 gnus-cite-10 gnus-cite-9 gnus-cite-8 gnus-cite-7 gnus-cite-6 gnus-cite-5 gnus-cite-4 gnus-cite-3 gnus-cite-2 gnus-cite-1 gnus-cite-attribution temp-face- temp-face- temp-face- temp-face- temp-face- temp-face- temp-face- temp-face- temp-face- temp-face- temp-face- temp-face- temp-face- temp-face- temp-face- ...))
|   ps-build-reference-face-lists()
|   ps-generate-postscript-with-faces(1 2284)
|   ps-generate(#<buffer  *print*> 1 2284 ps-generate-postscript-with-faces)
|   ps-spool-with-faces(1 2284)
|   ps-spool-buffer-with-faces()
|   gnus-print-buffer()
|   gnus-summary-print-article(nil)
|   call-interactively(gnus-summary-print-article)
`----

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheit                http://www.Jochen-Kuepper.de
    Liberté, Égalité, Fraternité                GnuPG key: CC1B0B4D
        (Part 3 you find in my messages before fall 2003.)



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: *Article* printing problems
  2005-08-03 12:30 *Article* printing problems Jochen Küpper
@ 2005-08-04  4:01 ` Katsumi Yamaoka
       [not found]   ` <b4m8xzimjtt.fsf-NvgVpDro27E@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Katsumi Yamaoka @ 2005-08-04  4:01 UTC (permalink / raw)
  Cc: ding

[-- 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)
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: *Article* printing problems
       [not found]   ` <b4m8xzimjtt.fsf-NvgVpDro27E@public.gmane.org>
@ 2005-08-04 20:07     ` Jochen Küpper
  0 siblings, 0 replies; 3+ messages in thread
From: Jochen Küpper @ 2005-08-04 20:07 UTC (permalink / raw)
  Cc: ding-smP1P7uqpqc

F-up2: auctex-devel-mXXj517/zsQ@public.gmane.org

Katsumi Yamaoka <yamaoka-NvgVpDro27E@public.gmane.org> writes:

>>>>>> In <9evf2nfbjd.fsf-G2iyDNEOhahHYNAXZw2rCoRsZ6cCL1yJ@public.gmane.org> 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.

[...]

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

Thank you very much! Indeed does this solve my problem.

The patch for current cvs (of auctex) is as follows:
,----
| Index: font-latex.el
| ===================================================================
| RCS file: /cvsroot/auctex/auctex/font-latex.el,v
| retrieving revision 5.133
| diff -u -r5.133 font-latex.el
| --- font-latex.el	21 Jul 2005 18:51:37 -0000	5.133
| +++ font-latex.el	4 Aug 2005 20:03:26 -0000
| @@ -1501,8 +1501,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)
|  
`----

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheit                http://www.Jochen-Kuepper.de
    Liberté, Égalité, Fraternité                GnuPG key: CC1B0B4D
        (Part 3 you find in my messages before fall 2003.)



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-08-04 20:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-03 12:30 *Article* printing problems Jochen Küpper
2005-08-04  4:01 ` Katsumi Yamaoka
     [not found]   ` <b4m8xzimjtt.fsf-NvgVpDro27E@public.gmane.org>
2005-08-04 20:07     ` Jochen Küpper

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).