Gnus development mailing list
 help / color / mirror / Atom feed
From: Arnaud Giersch <arnaud.giersch@free.fr>
Cc: ding@gnus.org
Subject: Re: spurious articles appearing in draft group
Date: Fri, 05 Nov 2004 18:07:25 +0100	[thread overview]
Message-ID: <87y8hgql6a.fsf@groumpf.homeip.net> (raw)
In-Reply-To: <b9ybree3z4j.fsf@jpl.org> (Katsumi Yamaoka's message of "Thu, 04 Nov 2004 15:30:04 +0900")

Jeudi le 04 novembre 2004, vers 07:30:04 (CET), Katsumi Yamaoka a
écrit:

> I did it.
>
> http://article.gmane.org/gmane.emacs.gnus.commits/2767
> http://article.gmane.org/gmane.emacs.gnus.commits/2766

Thank you. 

I think that Karl Chen's problem was related to this bug too (see
Message-ID <quack.20041028T1018.87pt3269si@quack.cs.berkeley.edu> on
ding@gnus.org or
http://article.gmane.org/gmane.emacs.gnus.general/59017 )


When upgrading my Gnus with the latest CVS, I faced another problem
due to your last changes on (gnus-configure-posting-styles):

http://article.gmane.org/gmane.emacs.gnus.commits/2751
http://article.gmane.org/gmane.emacs.gnus.commits/2750

When trying to compose a mail, I got an "Args out of range: #<killed
buffer>, 296, 295" error.  The reason was that the last line of my
x-face-file was not terminated by a '\n'.

I however do not know if this is a real bug or if it is mandatory to
have a '\n' at end of files.

Nevertheless, it looks like simply replacing 
     (delete-region (+ (point) (if (bolp) 0 1))
                    (point-max))
by
     (delete-region (point) (point-max))
solves the problem.

Regards,
-- 
Arnaud



  parent reply	other threads:[~2004-11-05 17:07 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-15 20:03 Dan Christensen
2004-09-15 20:21 ` Derrell.Lipman
2004-09-16  7:26   ` Christoph Conrad
2004-09-15 20:26 ` Michael Cook
2004-09-16 21:51   ` Michael Cook
2004-09-17  3:10     ` Dan Christensen
2004-09-29  7:48     ` Arnaud Giersch
2004-09-29 15:26     ` Arnaud Giersch
2004-10-01  6:21       ` Katsumi Yamaoka
2004-10-01 12:20         ` Stefan
2004-10-30  8:58           ` Arnaud Giersch
2004-11-04  6:30             ` Katsumi Yamaoka
2004-11-04  6:33               ` Christoph Conrad
2004-11-04 14:47               ` Ian Soboroff
2004-11-05 15:05                 ` Ian Soboroff
2004-11-05 17:07               ` Arnaud Giersch [this message]
2004-11-07 23:59                 ` Katsumi Yamaoka
2004-09-15 20:50 ` Christoph Conrad

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=87y8hgql6a.fsf@groumpf.homeip.net \
    --to=arnaud.giersch@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).