Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: args-out-of-range in gnus-summary-prepare-threads
Date: Wed, 22 Dec 2004 12:29:04 +0900	[thread overview]
Message-ID: <b9yd5x3gge7.fsf@jpl.org> (raw)
In-Reply-To: <b9yacs74z2z.fsf@jpl.org>

>>>>> In <b9yacs74z2z.fsf@jpl.org> Katsumi Yamaoka wrote:

> Let me have time to investigate how does your format spec mean
> and how do those functions behave.

I've fixed it.  Please test.
The error was caused by many wide characters in summary lines,
they often causes an inconsistency between point and column.
Here's an example which causes an error.

(progn
  (pop-to-buffer (get-buffer-create "*testing*"))
  (erase-buffer)
  (insert-char (make-char 'japanese-jisx0208 34 118) 64)
  (let ((gnus-use-correct-string-widths nil))
    (eval (gnus-spec-tab -62))))

Furthermore, if you change 64 into 62, you will see the nil
value for `gnus-use-correct-string-widths', which is the default
in Emacs, is not helpful these days.

The new `gnus-spec-tab' is fast enough to be able to ignore the
value of `gnus-use-correct-string-widths', I think.



  reply	other threads:[~2004-12-22  3:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-21  9:41 Ralf Angeli
2004-12-21 10:37 ` Ralf Angeli
2004-12-21 12:26   ` Katsumi Yamaoka
2004-12-22  3:29     ` Katsumi Yamaoka [this message]
2004-12-22  8:18       ` Ralf Angeli

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=b9yd5x3gge7.fsf@jpl.org \
    --to=yamaoka@jpl.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).