Gnus development mailing list
 help / color / mirror / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: ding@gnus.org
Subject: Re: Error on leaving Gnus group
Date: Mon, 14 Feb 2011 00:14:52 -0500	[thread overview]
Message-ID: <yyxsjvr2o4z.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <87k4h3gwut.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 13 Feb 2011 18:42:50 -0800")

Lars Ingebrigtsen <larsi@gnus.org> writes:

>> In gnus-win there something that looks like it which is:
>>   '((group
>>      (vertical 1.0
>> 	       (group 1.0 point)))
>>
>> But it's 1 dot zero.
>
> Was this resolved?

OK, I can confirm that if I replace the line

   (cond ((equal size 1.0)

in gnus-win.el:316 with

   (cond ((= size 1.0)

then the problem goes away.  Still not sure where the integer to float
conversion is taking place, but my guess is somewhere in the byte
optimizer, because if I delete gnus-win.elc, the problem goes away too.

So this looks like a bug in Emacs itself.



      parent reply	other threads:[~2011-02-14  5:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-06 14:36 Chong Yidong
2011-02-07 16:32 ` Lars Ingebrigtsen
2011-02-07 18:15   ` Julien Danjou
2011-02-07 18:35   ` Chong Yidong
2011-02-08  9:46 ` Julien Danjou
2011-02-14  2:42   ` Lars Ingebrigtsen
2011-02-14  4:12     ` Chong Yidong
2011-02-14  5:14     ` Chong Yidong [this message]

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=yyxsjvr2o4z.fsf@fencepost.gnu.org \
    --to=cyd@stupidchicken.com \
    --cc=ding@gnus.org \
    --cc=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).