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...


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/


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