Re: bbdb and latex

2011-05-05 Thread Marco Wahl
Roland Winkler wink...@gnu.org writes:

 On Thu May 5 2011 Marco Wahl wrote:
 I tried out the bbdb-print function together with latex for getting a
 nice list of the bbdb records.  As suggested in bbdb-print.el I used the
 tex-files bbdb-print.tex, bbdb-print-brief.tex, and bbdb-cols.tex (from
 bbdb.cvs.sourceforge.net).  But this does not work for me.  The
 latex-compile fails.  And AFAICS there are lots of latex
 compile-problems.
 
 I suspect the tex-files mentioned above being too old for a recent tex
 installation.

 You need to run plain TeX, not LaTeX. This works for me.

You are right.  Thanks for the hint.  'tex bbdb.tex' does the job.  The
list looks good.

Just for the record: with the environment here (emacs24, TeX 3.1415926
(TeX Live 2010/Arch Linux)) tex could not handle the line

\catcode`ß=\active\chardefß=FF

Tex compiles when this line is deleted.

\bye

Marco

-- 

Marco Wahl

+49 7071 70 97 52
+49 176 43 01 70 69

--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

How to add an organization to a record?

2014-11-26 Thread Marco Wahl
Hello,

Let's say one record has no organizations yet.  Is there a possibility
to add an organization to this record via the *BBDB* buffer interface?


Ciao,  Marco
-- 
http://www.wahlzone.de
GPG: 0x49010A040A3AE6F2


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: How to add an organization to a record?

2014-11-26 Thread Marco Wahl
Roland Winkler wink...@gnu.org writes:

 On Wed Nov 26 2014 Marco Wahl wrote:
 Let's say one record has no organizations yet.  Is there a possibility
 to add an organization to this record via the *BBDB* buffer
 interface?

 bbdb-insert-field bound to i

Ahrgh!  Of course.  Somehow I was totally focused on 'e' for edit from
nil to something.


Thanks!  And please excuse the noise,  Marco
-- 
http://www.wahlzone.de
GPG: 0x49010A040A3AE6F2


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: [BBDB] ChangeLog 2015-11-08 Re-sorting records and new snarfing rule

2015-11-09 Thread Marco Wahl
"Roland Winkler" <wink...@gnu.org> writes:

> Also, I added a new snarfing rule `eu' following a suggestion by
> Marco Wahl sent to this list.  I am sorry, Marco, my final code
> has turned out rather different from your original suggestion.

This is perfectly fine for me.  Thanks for remembering my attempts!  I
try to activate the new snarfing rule today.

> Yet hopefully the new code will be more robust and it should also be
> useful for yet more people.

Great, thanks for your work!


Very best regards,
-- 
Marco Wahl
GPG: 0x49010A040A3AE6F2


--
Presto, an open source distributed SQL query engine for big data, initially
developed by Facebook, enables you to easily query your data on Hadoop in a 
more interactive manner. Teradata is also now providing full enterprise
support for Presto. Download a free open source copy now.
http://pubads.g.doubleclick.net/gampad/clk?id=250295911=/4140
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


[patch] Fix bbdb-omit-record

2015-12-15 Thread Marco Wahl
Hi Roland and all,

Please consider to apply this microscopic patch for resurrecting
`bbdb-omit-record' (which is on key 'o' in *BBDB*.)


Best regards!
-- 
Marco Wahl
GPG: 0x49010A040A3AE6F2
>From 1e82d7d5d86a978619bbea52c23ba663d1747ced Mon Sep 17 00:00:00 2001
From: Marco Wahl <marcowahls...@gmail.com>
Date: Tue, 15 Dec 2015 22:53:22 +0100
Subject: [PATCH] Fix bbdb-omit-record

---
 lisp/bbdb-com.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/bbdb-com.el b/lisp/bbdb-com.el
index c3fb500..d2f9a61 100644
--- a/lisp/bbdb-com.el
+++ b/lisp/bbdb-com.el
@@ -1499,7 +1499,7 @@ With prefix N, omit the next N records.  If negative, omit backwards."
   (setq n (min (- n) num))
   (bbdb-prev-record n))
 (dotimes (i n)
-  (bbdb-redisplay-record (bbdb-current-record) t
+  (bbdb-redisplay-record (bbdb-current-record) nil t
 
 ;;; Fixing up bogus records
 
-- 
2.6.4

--
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Re: how to reload a changed bbdb-file or using another bbdb-file

2016-06-03 Thread Marco Wahl
Hello Dieter,

> how can I make bbdb aware of changes in my bbdb-file or loading a
> different bbdb-file without restarting Emacs?

What about the following?

- kill the *BBDB* and the `bbdb-file'-buffer.
- set variable `bbdb-file' to the different bbdb-file.
- M-x bbdb


Regards,
-- 
Marco Wahl
GPG: 0x49010A040A3AE6F2


--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: "post is already in BBDB"

2016-03-19 Thread Marco Wahl
Hi Kevin and all,

> I auto-add everyone I send email to. If I send to p...@foo.com, an entry
> with name "post" is auto-added; but if I then send to p...@bar.com, BBDB
> says "post is already in BBDB" and doesn't manage to add. Is it possible
> to have some fallback like, say, adding it with the full email as the
> name?

Have you tried to set variable `bbdb-allow-duplicates' to t?

> (It's not that I can't enter BBDB and edit and re-send, but that's a
> chore, for which we have computers.)

Agreed.


Best,
-- 
Marco Wahl
GPG: 0x49010A040A3AE6F2
₰


signature.asc
Description: PGP signature
--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231=/4140___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Re: Problem creating record

2017-06-16 Thread Marco Wahl
Hi,

> recently I updated bbdb, and I installed projectile, counsel-bbdb, ivy
> and some other packages to Emacs.
>
>   bbdb   20170129.2224 installed The Insidious Big 
> Brother Database for GNU Emacs
>   counsel-bbdb   20161105.350  installed Quick search 
> email from BBDB based on ivy
>
>
> Everything seems to work OK, but for some reason I cannot create a new
> bbdb record. After doing M-x bbdb-create I have to type the following in
> the mini-buffer:
>
> Name:
> Organizations:
> E-Mail Addresses:
> Snail Mail Address Label:
>
> and then the problem starts when I have to enter the address. I'm asked
> for
>
> Street, line 1:
> Street, line 2:
> Street, line 3:
> 
>
> and BBDB never seems to get satisfied, so I have to cancel the record
> creation with C-g.
>
> Any ideas? Many thanks,

C-j


Byee
Marco


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/