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: jemacs menu: File -> Open...


Couple of different bugs:
The one you fixed was due to the change that Scheme symbols are no
longer java.lang.String objects.
The more complex is is because a "buffer filename" can now be a
gnu.text.Path, rather than just a string, and this conversion was
never tested/fixed.

I just checked in a fix.

As a bonus, you can now open a URL/URI as well as a filename.
Try File -> Open and type in a URL instead of a filename.

Typing a ctrl-x prefix key still fails, due to a bug in key
event handling.  I haven't looked at that yet.
--
	--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]