Being an elisp newbie I need some help.  I was trying to keep my bongo
library up-to-date by running the following cron job:

emacs -batch -l make-bongo-library.el

where make-bongo-library.el contains:

; Make bongo library

(load-file (expand-file-name "~/elisp/bongo-darcs/bongo.el"))

(defun make-bongo-library ()
  (with-bongo-library-buffer
    (setq buffer-file-name (expand-file-name "~/bongo.bongo-library"))
    (setq buffer-file-coding-system 'windows-1252)

    (bongo-insert-directory-tree "c:/Cassettes/")
  ; (bongo-insert-directory-tree "m:/MP3s/")
  ; (bongo-insert-directory-tree "n:/")

    (save-buffer)))

(make-bongo-library)
(kill-emacs)

but all I get is an empty library buffer on the disk.  What step am I missing?

Thanks,
--
Dieter Deyke
mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
Vs lbh pna ernq guvf, lbh unir jnl gbb zhpu gvzr.



_______________________________________________
bongo-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/bongo-devel

Reply via email to