I noticed a bug in frame.el, in 21.5.31. In the function
get-other-frame, the first argument to next-frame was missing.
I'm attaching a patch which should fix it.
Sincerely,
Byrel and Steve Mitchell
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
Hello
For years I used Jari Aaltos tiny tools. One of them allow
to insert paired expression like () []
etc. It works in 21.4 but in 21.5 it only works in an empty
line, if the line contains a word than an error occurs whose
bug trace I attach.
I don't understand the error trace.
Uwe Brauer
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
Hello
Look at
Char: ∞ (U+221E jit-ucs-charset-0 32 55) point=289 of 289(100%) column 4
this is really small but I don't know how to amplify it
using
XEmacs.font: -*-courier-bold-r-*-*-18-180-*-*-*-*-*-*
in my .Xdefaults file.
Uwe Brauer
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
On Tue, Jun 21, 2011 at 1:35 PM, Steeve Beaulieu <mintunix(a)gmail.com> wrote:
> Is it possible that characters like double quotes, single quotes and newline
> \n character is
> not considered ascii text?
ASSERT_ASCTEXT_ASCII checks that each byte in the string lies between
0x00 and 0x7F, so your crash means that it found a byte with the high
bit set. One possibility is that there is no null terminator, so it
runs off into the weeds somewhere and starts examining essentially
random bytes. Can you verify that the characters you want to insert
end with a zero byte?
--
Jerry James
http://www.jamezone.org/
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
I have a question:
when using litteral string->
buffer_insert_ascstring (current_buffer, "some message ..."); (No problem)
but how do I use a variable for the string like in->
buffer_insert_ascstring (current_buffer, somevariable); (Does not work) ?
Steeve
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
ACTIVITY SUMMARY (2011-06-14 - 2011-06-21)
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.
526 open ( +2) / 249 closed ( +0) / 775 total ( +2)
Open issues with patches: 12
Average duration of open issues: 879 days.
Median duration of open issues: 934 days.
Open Issues Breakdown
new 190 ( +1)
deferred 6 ( +0)
napping 4 ( +0)
verified 54 ( +0)
assigned 151 ( +0)
committed 28 ( +0)
documented 3 ( +0)
done/needs work 24 ( +0)
Issues Created Or Reopened (2)
______________________________
"Unable to find headers for --with=xft" means freetype 2011-06-20
http://tracker.xemacs.org/XEmacs/its/issue776 created anonymous
[Bug: 21.5-b29] list-matching lines 2011-06-20
http://tracker.xemacs.org/XEmacs/its/issue777 created oub
Issues Now Closed (1)
_____________________
[Bug: 21.5-b29] Ediff and emacs-internal coding system 740 days
http://tracker.xemacs.org/XEmacs/its/issue529 cengique
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
I tired to compile with this option but I obtain when
running configure, the following error.
Error: Unable to find headers for --with-xft
What is missing?
Uwe Brauer
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
Hello
Issue 563 in the tracker tells me to use the option
--with-xft --with-mule
but the INSTALLATION file mentions
--with-xfs
Which is the typo?
I did the later and the question is what is correct?
Uwe Brauer
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
Hi,
The recent checkin that made the builds on the buildbot go red:
* http://lidell.nu/xemacs-buildbot/waterfall
seems to induce an infinite loop around:
"Compiling /home/buildbot/slaves/bot1name/matsl_cfg0/build/lisp/window-xemacs.el..."
- which means that each buildslave is left with ~4 xemacs/temacs
processes running at 100% CPU.
Best regards,
Adam
--
"He also no longer jokes about world domination; it Adam Sjøgren
was only funny when it was obviously meant in jest." asjo(a)koldfront.dk
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta