Gnus development mailing list
 help / color / mirror / Atom feed
From: "Peter Münster" <pmlists@free.fr>
To: ding@gnus.org
Subject: Re: Invalid face attribute
Date: Mon, 23 Feb 2015 08:50:34 +0100	[thread overview]
Message-ID: <87fv9xjcc5.fsf@free.fr> (raw)
In-Reply-To: <b4mk2z9uz5z.fsf@jpl.org>

On Mon, Feb 23 2015, Katsumi Yamaoka wrote:

> The "End of buffer" error is due to my fault (2014-05-14).  I've
> fixed it in the Gnus git master and the Emacs git master.  Thanks.
> But I couldn't reproduce the "Invalid face attribute" error for
> the article in question.  Could you try this change?
>
> --- gnus-art.el~	2015-02-23 02:36:46.810434200 +0000
> +++ gnus-art.el	2015-02-23 02:38:35.605025300 +0000
> @@ -6101,7 +6101,7 @@
>  	      (gnus-article-insert-newline)
>  	    (if (prog1
>  		    (= (skip-chars-backward "\n") -1)
> -		  (forward-char 1))
> +		  (unless (eobp) (forward-char 1)))
>  		(gnus-article-insert-newline)
>  	      (put-text-property (point) (point-max) 'gnus-undeletable t))
>  	    (goto-char (point-max)))

Thanks, that fixes the problem!

I still get "Invalid face attribute :italic t [18 times]" in the
*Messages* buffer, but this is probably related to this line

(setq gnus-summary-normal-ancient '(:foreground "black" :background "white"
                                    :italic t))

in my gnus.el file.
I'll try to figure out, what this line means and fix it...

Thanks,
-- 
           Peter




  reply	other threads:[~2015-02-23  7:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-22 17:19 Peter Münster
2015-02-23  2:42 ` Katsumi Yamaoka
2015-02-23  7:50   ` Peter Münster [this message]
2015-02-23 16:39     ` Eric S Fraga

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=87fv9xjcc5.fsf@free.fr \
    --to=pmlists@free.fr \
    --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).