From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/5098 Path: news.gmane.org!not-for-mail From: "silent.wave" Newsgroups: gmane.emacs.gnus.user Subject: Gnus's message-unique-id breaks in Emacs 22 Date: 21 May 2005 01:03:53 -0700 Organization: http://groups.google.com Message-ID: <1116662633.315914.45990@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1138670909 26086 80.91.229.2 (31 Jan 2006 01:28:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:28:29 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:34:46 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!news.tele.dk!news.tele.dk!small.news.tele.dk!news.glorb.com!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: 207.171.180.101 Original-X-Trace: posting.google.com 1116662644 19530 127.0.0.1 (21 May 2005 08:04:04 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 21 May 2005 08:04:04 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=207.171.180.101; posting-account=Ec1xbA0AAABlPSD9beW9ZozjY7XS2RPQ Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:5240 Original-Lines: 13 X-Gnus-Article-Number: 5240 Tue Jan 17 17:34:46 2006 Xref: news.gmane.org gmane.emacs.gnus.user:5098 Archived-At: The Elisp function message-unique-id in message.el breaks in Emacs 22 if your effective uid is greater than Elisp integer can hold. In Emacs 21, (user-uid) will overflow and wrap around. In Emacs 22, it'd return a float. So, when message-unique-id pass this float number to message-number-base36, it'd eventually complains that % operator can't take floating number. Where do I submit the bug fix? Chris