jemacs menu: File -> Open...

Yaroslav Kavenchuk kavenchuk@gmail.com
Tue Apr 22 11:04:00 GMT 2008


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!

-- 
WBR, Yaroslav Kavenchuk.



More information about the Kawa mailing list