Hi,
I finally managed to branch xemacs correctly in hg, applied my current patches and fixed a whole lot of changed function names and args...
It seems to finally build now:
http://revolf.free.fr/beos/shots/shot_xemacs_haiku_002.png
Though there is an issue with spawning make-docfile, it seems allocation screws up in qxe_execve(), as arguments get overwritten by environment vars:
http://revolf.free.fr/beos/log-xemacs-haiku-qxe_execve-bug.log
It might be a bug in Haiku's alloca though, not sure yet.
I had to copy DOC from the ZETA build to work around it.
François.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/mailman/listinfo/xemacs-beta
No need to resubmit, but for future reference:
Mats Lidell writes:
> Index: ChangeLog
> ===================================================================
> RCS file: /cvsroot/xemacs/XEmacs/packages/xemacs-packages/x-symbol/ChangeLog,v
> retrieving revision 1.26
> diff -r1.26 ChangeLog
> 0a1,6
Please diff ChangeLogs with -U0 (although actually this traditional
diff isn't bad, since it will apply even if the ChangeLog has changed,
just like -U0).
> Index: lisp/x-symbol-nomule.el
> ===================================================================
> RCS file: /cvsroot/xemacs/XEmacs/packages/xemacs-packages/x-symbol/lisp/x-symbol-nomule.el,v
> retrieving revision 1.4
> diff -r1.4 x-symbol-nomule.el
> 70c70,72
and other files should be diffed with -u, because it's typically much
easier to read. You can make this automatic with CVS by having .cvsrc
contain the line "diff -uN" (the -N means to do a full diff of new or
deleted files against /dev/null, which is useful in generating
patchsets containing file additions or deletions).
Didier Verna's patcher.el will do both automatically, as well as set
up the ChangeLog entry with appropriate file and symbol names for each
changed object, and preformat a mail message for you.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/mailman/listinfo/xemacs-beta
ACTIVITY SUMMARY (2010-07-27 - 2010-08-03)
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.
488 open ( +0) / 234 closed ( +0) / 722 total ( +0)
Open issues with patches: 12
Average duration of open issues: 624 days.
Median duration of open issues: 666 days.
Open Issues Breakdown
new 163 ( +0)
deferred 6 ( +0)
napping 4 ( +0)
verified 46 ( +0)
assigned 154 ( +0)
committed 25 ( +0)
documented 2 ( +0)
done/needs work 24 ( +0)
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/mailman/listinfo/xemacs-beta
robert delius royar writes:
> I do not notice that one is better than the other. Both are
> readable and much better than the old screen shots. Plus, I now
> have my serif font back which is better for my eyes.
I am truly pleased!
Take care of those eyes!
Steve
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/mailman/listinfo/xemacs-beta
robert delius royar writes:
> Stephen,
>
> Thank you for your help. With it I was able to reach an aceptable
> compromise (see interstitial comments below).
>
> Thu, 22 Jul 2010 (23:40 +0900 UTC) Stephen J. Turnbull wrote:
>
> > robert delius royar writes:
> >
> > > See the before/after screen shots at BEFORE:
> > > and AFTER:
> >
> > That's pretty spectacularly ugly....
>
> While I have found ~/.fonts.conf to be the main problem, I still cannot
> get Charis SIL to display any better than in the screen shots.
Have you had any further experience/luck with this?
I just installed the Xquartz 2.5.2 distribution on a MacBook Pro with
Mac OS X 10.5.8, and I got definitely different display from my
previous installation (2.5.0). I had no custom configurations. I put
the file below in ~/.fonts.conf.d/10-autohint.conf, and as far as I
can tell all of my fonts have returned to 2.5.0 form.
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Use the Autohinter -->
<!-- This file is copied from
/usr/X11/lib/X11/fontconfig/conf.avail/10-autohint.conf
(Xquartz Project distribution version 2.5.2) -->
<match target="font">
<edit name="autohint" mode="assign"><bool>true</bool></edit>
</match>
</fontconfig>
I'm not sure I don't like the bytecode interpreter results better in
my environment :-) but since the PNGs you posted clearly show a
problem, I thought I'd post my experience.
> After trying the steps you outlined below, I am now able to get
> clean fonts drawing with Bitstream Vera and Bitstream Charter. I
> like the latter, but I do not have italic or bold versions of
> Charter, or if I do, they will not display in XEmacs.
These set-face-font invocations work for me. I would not bet on
Customize or the Options menu doing the right thing, though.
Customize might work if you ignore the "bold" and "italic" options and
type the fontconfig modifiers in the font family text field.
(set-face-font 'default "Bitstream Charter-16:Italic" (current-buffer))
(set-face-font 'default "Bitstream Charter-16:Bold" (current-buffer))
(set-face-font 'default "Bitstream Charter-16:Bold:Italic" (current-buffer))
Note that the modifier for bold italic is ":Bold:Italic", not ":Boldtalic".
I plan to do some work on Customize and menus later this month.
Steve
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/mailman/listinfo/xemacs-beta
Hi.
The last couple of days I have been getting this message from XEmacs:
"Stack overflow: Stack overflow in regexp matcher"
Usually when checking for new email in Gnus.
If I just try (g) again, the message doesn't re-appear.
It is rather curious. Has anyone else experienced this? I don't think I
have changed my Gnus-configuration recently.
Versions:
XEmacs 21.5 (beta29) "garbanzo" f3eca926258e+ [Lucid] (x86_64-pc-linux, Mule) of Mon Jul 26 2010 on topper
No Gnus v0.11 (f24a49038102c4566d5f8ba1ce1ff2156cff6ed5)
Best regards,
Adam
--
"Omvejviser" Adam Sjøgren
asjo(a)koldfront.dk
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/mailman/listinfo/xemacs-beta