This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: -w option and JEmacs working again




On 03/11/2016 11:05 AM, Jamison Hope wrote:

Once it's up and running, though, I get an exception every time I hit backspace:

Exception in thread "AWT-EventQueue-0" java.lang.UnsupportedOperationException: gnu.lists.CharBuffer does not implement removePosRange
	at gnu.lists.AbstractSequence.unsupportedException(AbstractSequence.java:207)
	at gnu.lists.AbstractSequence.unsupported(AbstractSequence.java:201)
	at gnu.lists.AbstractSequence.removePosRange(AbstractSequence.java:424)
	at gnu.lists.AbstractSequence.removePos(AbstractSequence.java:409)
	at gnu.lists.CharBuffer.delete(CharBuffer.java:39)
	at gnu.kawa.swingviews.SwingContent.remove(SwingContent.java:70)
	[...]

I'm getting the same.  I'll work on it shortly.

For what it's worth: I will probably focus more on making it easier to use
DomTerm for the REPL - but we still want the old Swing REPL to work too!
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]