help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Why is this -batch mode usage coming up with an empty file?


From: Dan Jacobson
Subject: Why is this -batch mode usage coming up with an empty file?
Date: Fri, 11 Apr 2014 08:26:15 +0800

Why is this -batch mode usage coming up with an empty file?
$ cat m.el
(defun foo ()
  (bbdb ".")
  (write-file "*BBDB*"))
$ emacs --batch -l m.el -f foo
$ ls -l *BBDB*
-rw-r--r-- 1 jidanni jidanni 0 04-11 08:22 *BBDB*

I am using bbdb3.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]