how to save the output of M-x bbdb-display-all-records in a file in batch mode

2014-03-31 Thread 積丹尼 Dan Jacobson
How do I save the output of M-x bbdb-display-all-records in a file using emacs -batch? -- ___ bbdb-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bbdb

Re: Preserve current record in bbdb-display-all-records

2011-05-07 Thread Roland Winkler
something like set-window-point. But this doesn't work either. If anyone reads this who knows more about this than me, please take a look at bbdb-display-all-records in bbdb-com.el. Roland -- WhatsUp Gold - Download Free

Preserve current record in bbdb-display-all-records

2011-04-29 Thread Leo
Hello, I think bbdb should remain at current-record when bbdb-display-all-records. The following is my naive attempt. `naive' in that I don't like invoking (sit-for 0), which causes flickering but without it `search-forward' can fail. Ideas? Leo diff --git a/lisp/bbdb-com.el b/lisp/bbdb-com.el

Re: Preserve current record in bbdb-display-all-records

2011-04-29 Thread Roland Winkler
On Fri Apr 29 2011 Leo wrote: I think bbdb should remain at current-record when bbdb-display-all-records. The following is my naive attempt. `naive' in that I don't like invoking (sit-for 0), which causes flickering but without it `search-forward' can fail. Ideas? Why do you need the sit

Re: Preserve current record in bbdb-display-all-records

2011-04-29 Thread Leo
b/lisp/bbdb-com.el index 7ce8898d..aa20e6bf 100644 --- a/lisp/bbdb-com.el +++ b/lisp/bbdb-com.el @@ -1399,7 +1399,11 @@ (defun bbdb-delete-records (records optional noprompt) (defun bbdb-display-all-records (optional layout) Show all records. (interactive (list (bbdb-layout-prefix))) - (bbdb

Re: bbdb display

2002-01-21 Thread Waider
According to Alex Schroeder: Ronan Waide [EMAIL PROTECTED] writes: * Much display handling rewriting, courtesy of Alex Schroeder and Robert Fenk. It's so good, I've not even figured it out myself yet. Heh. I can't remember contributing any towards it, I assume you meant somebody

Re: bbdb display

2002-01-21 Thread Adrian Aichner
waider == waider [EMAIL PROTECTED] writes: waider According to Alex Schroeder: Ronan Waide [EMAIL PROTECTED] writes: * Much display handling rewriting, courtesy of Alex Schroeder and Robert Fenk. It's so good, I've not even figured it out myself yet.

bbdb display

2002-01-18 Thread Alex Schroeder
Ronan Waide [EMAIL PROTECTED] writes: * Much display handling rewriting, courtesy of Alex Schroeder and Robert Fenk. It's so good, I've not even figured it out myself yet. Heh. I can't remember contributing any towards it, I assume you meant somebody else. I have something to discuss,

buglet in bbdb-display-records (?)

1995-02-26 Thread Sudish Joseph
I've been getting a "mark is not active" error from calls to bbdb-display-records from stuff in bbdb-create-hook. The patchlet below fixes it. I'm using 1.50, on emacs 19.28.1. -Sudish *** bbdb-com.el~Sun Jan 22 23:46:05 1995 --- bbdb-com.el Sun Feb 26 02:

Bug in bbdb-display-records-1???

1995-02-03 Thread Michael D. Carney
XEmacs19.11, bbdb-1.50: When using the package bbdb-query.el, I noticed that certain operations didn't properly fontify the *BBDB* buffer after they were done (like bbdb-query for instance). After doing a litt detective work, I found the following in bbdb-display-records-1 near the bottom