ACTIVITY SUMMARY (2015-05-19 - 2015-05-26)
XEmacs Issue Tracking System at http://tracker.xemacs.org/XEmacs/its/
To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.
569 open ( +0) / 317 closed ( +0) / 886 total ( +0)
Open issues with patches: 13
Average duration of open issues: 2084 days.
Median duration of open issues: 2267 days.
Open Issues Breakdown
new 261 ( +0)
deferred 6 ( +0)
napping 3 ( +0)
verified 58 ( +0)
assigned 145 ( +0)
committed 19 ( +0)
documented 3 ( +0)
done/needs work 15 ( +0)
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
The following message is a courtesy copy of an article
that has been posted to gmane.emacs.gnus.general as well.
Hello
I am using Ma Gnus v0.10 with Xemacs 21.5.34 Mule without problems.
Now I started to use GNU Emacs 24 with gnus as well, and since I started
I have problems with the coding in the draft message for example I see
symbols like
¡
Which I can decode via (decode-coding-region start end 'utf-8 nil))
To the correct
¡
However when I use C-c C-d the coding is again wrong.
I am not sure who is here the culprit. I tried to play around with
(setq message-draft-coding-system 'utf8)
But this did not help. Any help is welcome.
thanks
Uwe Brauer
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
I've received a report that M-x shell is broken for a tcsh user on Fedora:
https://bugzilla.redhat.com/show_bug.cgi?id=1222897
Playing with it a bit, I discovered that M-x gdb is also somewhat
broken, in the same way. The subprocesses are calling tcgetsid() on
the pipes that connect them to the XEmacs process, and are getting
ENOTTY responses. If anybody understands how that code works and
could give some guidance on how to resolve the issue, your help would
be much appreciated.
The user reports that this problem does NOT happen with Fedora 21
XEmacs, which is a build of mercurial commit acf1c26e3019, but it DOES
happen with Fedora 22 XEmacs, which is a build of mercurial commit
23178aa71f8b.
Thanks,
--
Jerry James
http://www.jamezone.org/
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
ACTIVITY SUMMARY (2015-05-12 - 2015-05-19)
XEmacs Issue Tracking System at http://tracker.xemacs.org/XEmacs/its/
To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.
569 open ( +0) / 317 closed ( +0) / 886 total ( +0)
Open issues with patches: 13
Average duration of open issues: 2077 days.
Median duration of open issues: 2260 days.
Open Issues Breakdown
new 261 ( +0)
deferred 6 ( +0)
napping 3 ( +0)
verified 58 ( +0)
assigned 145 ( +0)
committed 19 ( +0)
documented 3 ( +0)
done/needs work 15 ( +0)
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
Your membership in the mailing list XEmacs-Beta has been disabled due
to excessive bounces The last bounce received from you was dated
08-May-2015. You will not get any more messages from this list until
you re-enable your membership. You will receive 1 more reminders like
this before your membership in the list is deleted.
To re-enable your membership, you can simply respond to this message
(leaving the Subject: line intact), or visit the confirmation page at
http://lists.xemacs.org/mailman/confirm/xemacs-beta/980382066ae061be1dc03...
You can also visit your membership page at
http://lists.xemacs.org/mailman/options/xemacs-beta/kehoea%40parhasard.net
On your membership page, you can change various delivery options such
as your email address and whether you get digests or not. As a
reminder, your membership password is
duomocti
If you have any questions or problems, you can contact the list owner
at
xemacs-beta-owner(a)xemacs.org
ACTIVITY SUMMARY (2015-04-28 - 2015-05-05)
XEmacs Issue Tracking System at http://tracker.xemacs.org/XEmacs/its/
To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.
569 open ( +0) / 317 closed ( +0) / 886 total ( +0)
Open issues with patches: 13
Average duration of open issues: 2063 days.
Median duration of open issues: 2246 days.
Open Issues Breakdown
new 261 ( +0)
deferred 6 ( +0)
napping 3 ( +0)
verified 58 ( +0)
assigned 145 ( +0)
committed 19 ( +0)
documented 3 ( +0)
done/needs work 15 ( +0)
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
Jerry,
I have a number of questions about how the TLS implementation
interacts with the build system and to some extent the Lisp engine. I
know you're very busy, so if you don't have time to do any review or
answer my question, I'd appreciate a note saying so and I'll just
proceed with caution.
(0) I think we ought to default this feature on. I fuzzily remember
that I wanted some testing before doing that, but most of the
build issues should be worked out by now, and the "fill can
relocate strings" issue has been fixed with Aidan's implementation
of clear_passwd.
(1) I guess the reason for always building and linking tls.c is to
define 'tls-error. Is that correct?
(2) If I configure and build --without-tls, I get a warning because
Qread_passwd is an unused variable. I don't see any reason not to
DEFSYMBOL it unconditionally, it's just one slot in the obarray
and this is a pretty important function.
(3) I'm very tempted to move the definitions of 'tls-error to
process.c (and maybe make it a sub-error of 'network-error) and
'read-password to general-slots.h. Any reason not to do that?
(4) Once (3) is done, I believe that tls.c doesn't need to be compiled
or linked if configured --without-tls. Any reason not to do the
usual Makefile dance for conditionally compiled modules that you
know of?
Regards,
Steve
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
Hi,
I would like to know where I can find the xemacs
pkg for yosemite to build/install it ?
Thanks for help
Best regards
Alain
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta