Gnus development mailing list
 help / color / mirror / Atom feed
* High uid breaks (message-unique-id)
@ 2006-02-03 16:30 Bjorn Solberg
  2006-02-05 18:44 ` Simon Josefsson
  0 siblings, 1 reply; 7+ messages in thread
From: Bjorn Solberg @ 2006-02-03 16:30 UTC (permalink / raw)


I recently was handed an iMac (G5) to use:

# uname -a
Darwin szbsolberg 8.4.0 Darwin Kernel Version 8.4.0: Tue Jan  3 18:22:10 PST 2006; root:xnu-792.6.56.obj~1/RELEASE_PPC Power Macintosh powerpc
$ id
uid=2108389971(bsolberg) gid=814917730(OFFICE\domain users) groups=814917730(OFFICE\domain users), 81(appserveradm), 79(appserverusr), 80(admin)

and noticed that Gnus wouldn't let me reply to messages.  A little
research lead to this patch:

# diff message.el-7.122 message.el
4770c4770
<      (if (memq system-type '(ms-dos emx vax-vms))
---
>      (if (memq system-type '(ms-dos emx vax-vms darwin))

The reason is that (user-uid) returns 2108389971.0 which is not an
integer which causes trouble in (message-number-base36 ()).  The number
is too high to be truncated to an integer.  I though about dividing by
some number until the value became low enough to be interpreted as an
integer, but decided to skip the whole issue by the above patch.  (This
is running in CVS GNU Emacs.)

It works well for me, but those in the know of the details and
surrounding issues of this may have a better way to deal with it.

Bjorn.



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-03-15  8:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-03 16:30 High uid breaks (message-unique-id) Bjorn Solberg
2006-02-05 18:44 ` Simon Josefsson
2006-02-08 22:19   ` Bjorn Solberg
2006-03-10 16:17   ` Bjorn Solberg
2006-03-14 14:16     ` Simon Josefsson
2006-03-14 19:13       ` Reiner Steib
2006-03-15  8:49         ` Simon Josefsson

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).