Benson, Byrel, and I have been working on some programs today that
add a top-level item on the XEmacs menu, and XEmacs was crashing
when we clicked on the new top-level menu item.
Benson and Byrel found a bug in add-menu-item that caused the crash.
whenever you put a nil value with a keyword in a menu, add-submenu would
corrupt the menu structure, so that the next time the menu was accessed,
it would crash (this is in Xwindows; crash was that XEmacs to just totally
closed and went away.
Attached is a patch for menubar.el
I'm sure there will be questions about what the function and the patch does,
direct them to Byrel and Benson Mitchell, as I didn't fully understand all
the details. There should be a comment on about every line in code that
complicated, if they want me to understand it (grin).
Steve M.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
Hello
Icalendar is part of the calendar pkg in xemacs)
I just tried to byte compile the newest icalendar.el,
provided by its author Ulf Jasper.
I obtained an error which I attach, I neither could load the
file, error message also attached.
Maybe I could replace lambda by defining new function which
would substitute lambda?
Any suggestion is very welcome.
Uwe Brauer
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
ACTIVITY SUMMARY (2012-12-25 - 2013-01-01)
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.
553 open ( +1) / 294 closed ( +0) / 847 total ( +1)
Open issues with patches: 13
Average duration of open issues: 1321 days.
Median duration of open issues: 1404 days.
Open Issues Breakdown
new 233 ( +1)
deferred 6 ( +0)
napping 3 ( +0)
verified 57 ( +0)
assigned 153 ( +0)
committed 19 ( +0)
documented 3 ( +0)
done/needs work 17 ( +0)
Issues Created Or Reopened (1)
______________________________
Improve INSTALL 2012-12-28
http://tracker.xemacs.org/XEmacs/its/issue849 created stephen
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
I was working on adding a rectangular selection option to some of the
register functions we've been working on lately, when I ran across a
bug. None of the obvious functions for updating a zmacs-region will
check for a change in rectangular/streamwise selection mode.
It turned out this was largely due to (`zmacs-make-extent-for-region
') assuming that zmacs-region-rectangular-p reflected the current
stored value of zmacs-region-extent. I changed this, and added some
checks to let it reuse the existing extents in a rectangular region.
(It already reused the extent in the streamwise case.)
The one other change I made was for zmacs-update-region to update the
internal flag for rectangular selection whenever the region is valid.
Here's a patch to simple.el!
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta