Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
Subject: Re: [Fixed] uneven summary lines
Date: Sun, 20 Jan 2002 03:23:27 +0100	[thread overview]
Message-ID: <m3wuydep5s.fsf@quimbies.gnus.org> (raw)
In-Reply-To: <87n0z9rcu5.fsf@inanna.rimspace.net>

Daniel Pittman <daniel@rimspace.net> writes:

> Things fail if `gnus-use-correct-string-widths' is *not* set (== nil)
> under XEmacs. IIRC, Gnus works correctly without that under Emacs,
> though.

No -- this is under Emacs:

(length "日本語")
=> 3

This is, of course, correct, although not right for Gnus' purposes.

However:

(string-width "日本語")
=> 6

Which is right.  So perhaps I should just conditionalize it to use
`string-width' if that exists and `gnus-use-correct-string-widths' is
not set, and default `gnus-use-correct-string-widths' to `(featurep
'xemacs)' again?

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



  reply	other threads:[~2002-01-20  2:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-10 12:52 Katsumi Yamaoka
2002-01-19 21:26 ` Lars Magne Ingebrigtsen
2002-01-20  0:16   ` Daniel Pittman
2002-01-20  0:27     ` Lars Magne Ingebrigtsen
2002-01-20  2:11       ` Daniel Pittman
2002-01-20  2:23         ` Lars Magne Ingebrigtsen [this message]
2002-01-20 10:48           ` Daniel Pittman

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=m3wuydep5s.fsf@quimbies.gnus.org \
    --to=larsi@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).