jemacs menu: File -> Open...
Per Bothner
per@bothner.com
Sat Apr 26 18:56:00 GMT 2008
Yaroslav Kavenchuk wrote:
> Per Bothner wrote:
>> Couple of different bugs:
>> The one you fixed was due to the change that Scheme symbols are no
>> longer java.lang.String objects.
>
> The same bug in `buffer-file-name` from emacs.scm:
>
> (define (buffer-file-name #!optional (buffer :: <buffer> (current-buffer)))
> (let ((name (invoke buffer 'getFileName)))
> (if (eq? name #!null)
> #f
> (symbol->string name))))
Thanks for the report - I just checked in the fix.
--
--Per Bothner
per@bothner.com http://per.bothner.com/
More information about the Kawa
mailing list