Re: Moving BBDB from CVS to BZR

2008-03-13 Thread Jochen Küpper

Hi Robert,

thanks for asking and good luck with bbdb - it is a fun piece of  
software!


However, I am no longer using Gnus (or any other Emacs based MUA) and,  
therefore, do not use bbdb anymore;-(

I am not affected at all.

Greetings,
Jochen
--
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: CC1B0B4D
Sex, drugs and rock-n-roll




PGP.sig
Description: This is a digitally signed message part
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Re: Why I've stopped using ecomplete

2006-04-30 Thread Jochen Küpper
Lars Magne Ingebrigtsen [EMAIL PROTECTED] writes:

 The problem with BBDB is that it's not included in Emacs (and
 apparently won't be, due to the copyright situation). So making
 ecomplete depend on/interact with BBDB seems like less than
 optimal...

Maybe re-writing bbdb right as part of Emacs might help. It seems
like a bit of work, though.

Having a simple addressbook as part of Emacs that interacts nicely
with MUAs and other pieces would be cool.

With respect to usability I haven't seen anything even close to bbdb,
though.

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: CC1B0B4D
(Part 3 you find in my messages before fall 2003.)


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid0709bid3057dat1642
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: bogus encoding for .bbdb

2005-08-12 Thread Jochen Küpper
Evil Boris [EMAIL PROTECTED] writes:

 ;; iso-2022-7bit should be OK (but not optimal for Emacs, at least --
 ;; emacs-mule would be better) with both Emacs 21 and XEmacs.  Emacs
 ;; 22 will really need utf-8-emacs.

 Please change the comment, at least :) --- the current CVS Emacs is
 going to be 22.1 and it's NOT Unicode Emacs.  It DOES have mule-utf-8
 encoding in it.  Hence the code below breaks things in current CVS
 Emacs, as mule-utf-8 is a legal encoding and the file switches from
 iso-2022-7bit to mule-utf-8 silently.  Hmmm... **I** am using CVS
 Emacs and I still have iso-2022-7bit as the encoding of .bbdb.  Oh, I
 see.  I did not bother updating BBDB for a while.  On the other hand,
 the date stamp seems to be Mar 19. !?!?!?

I am running GNU Emacs 22.0.50.26 (i686-pc-linux-gnu, Motif Version
2.2.2) of 2005-08-11 and a current  cvs BBDB. However, I have:
,[database]
| ;; -*-coding: emacs-mule;-*-
| ;;; file-version: 6
`

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: CC1B0B4D
(Part 3 you find in my messages before fall 2003.)


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


output format (was: export to .txt, .html)

2004-11-06 Thread Jochen Küpper
Alex Schroeder [EMAIL PROTECTED] writes:

 When you use C-u M-x bbdb RET dan RET you will get the matching
 entries in elided form -- one line per entry. It works by
 temporarily switching bbdb-display-layout, but I must confess I
 didn't quite understand how it picked the layout to use instead.

AFAICT it simply uses the one-line format.

To configure, see
,[ C-h v bbdb-display-layout-alist RET ]
| bbdb-display-layout-alist's value is shown below.
| 
| Documentation:
| *An alist describing each display layout.
| The format of an element is (LAYOUT-NAME OPTION-ALIST).
| 
| By default there are four different layout types used by BBDB, which are
| `one-line', `multi-line', `pop-up-multi-line' (used for pop-ups) and
| `full-multi-line' (showing all fields of a record).
| 
| OPTION-ALIST specifies the options for the layout.  Valid options are:
| 
|--- Availability 
| Format  one-linemulti-linedefault if unset
| --
|  (toggle . BOOL) +   +  nil
|  (order . FIELD-LIST)+   +  '(phones ...)
|  (omit . FIELD-LIST) +   +  nil
|  (name-end . INTEGER)+   -  40
|  (indentation . INTEGER) -   +  14
|  (primary . BOOL)-   +  nil
|  (test . SEXP)   +   +  nil
| 
| - toggle: controls if this layout is included when toggeling the display layout
| - order: defines a user specific order for the fields, where `t' is a place
|   holder for all remaining fields
| - omit: is a list of fields which should not be displayed or `t' to exclude all
|   fields except those listed in the order option
| - name-end: sets the column where the name should end in one-line layout.
| - indentation: sets the level of indentation for multi-line display.
| - primary: controls wether only the primary net is shown or all are shown.
| - test: a lisp expression controlling wether the record is to be displayed.
| 
| When you add a new layout FOO, you can write a corresponding layout
| function bbdb-format-record-layout-FOO.  If you do not write your own
| layout function, the multi-line layout will be used.
| 
| You can customize this variable.
| 
| Defined in `bbdb'.
| 
| Value:
| ((one-line
|   (order phones mail-alias net notes)
|   (name-end . 24)
|   (toggle . t))
|  (multi-line
|   (omit creation-date timestamp)
|   (toggle . t))
|  (pop-up-multi-line)
|  (full-multi-line))
`

Greetings,
Jochen
-- 
Fritz-Haber-Institut der MPG -- Abteilung Molekülphysik
Faradayweg 4-6 (C1.03)
D-14195 Berlin

phone: +49-30-84135686
fax:   +49-30-84135892



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88alloc_id065op=click
___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


coding issues

2004-09-01 Thread Jochen Küpper
Hi,

I just read the following message on gnus.Emacs.source.
,
| Message-ID: [EMAIL PROTECTED]
`

The message contained the header
,
| Organization: SFB 378, Computerlinguistik, Universität des Saarlandes
`
which was automatically added to the corresponding bbdb-entry as
,
| =?iso-8859-1?q?SFB_378,_Computerlinguistik,_Universit=E4t?= 
=?iso-8859-1?q?_des_Saarlandes?=
`
How do I convince bbdb to actually put the right (encoded) string into
the database instead of this obscured version?

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: CC1B0B4D
(Part 3 you find in my messages before fall 2003.)



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idP47alloc_id808op=click
___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: GPG and BBDB

2004-05-28 Thread Jochen Küpper
On Tue, 25 May 2004 10:14:19 +0200 Xavier Maillard wrote:

zeDek The trick was  to use the X-  headers for that. Then it  was possible to
zeDek tell PGG to automatically sign/encrypt messages for those people.

For the second part there is bbdb-pgp.el.

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: CC1B0B4D
(Part 3 you find in my messages before fall 2003.)



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149alloc_id66op=click
___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: bbdb-print - entry ordering

2004-05-23 Thread Jochen Küpper
On 22 May 2004 12:07:13 -0400 Kenneth Jacker wrote:

Kenneth A second mystery:  after displaying all records, the created .tex
Kenneth file contains only, maybe, 20% of them.  Why are these other entries
Kenneth not included in the pretty printing?

Maybe your cusomization?
,[ C-h v bbdb-print-require RET ]
| bbdb-print-require's value is 
| (and name
|  (or address phone))
| 
| 
| Documentation:
| *What fields are required for printing a record.
| This is evaluated for each record, and the record will be printed only
| if it returns non-nil.  The symbols name, company, net, phone,
| address, and notes will be set to appropriate values when this is
| evaluated; they will be nil if the field does not exist or is elided.
| 
| The value of this variable can be any lisp expression, but typically
| it will be used for a boolean combination of the field variables, as
| in the following simple examples:
| 
|   Print only people whose phone numbers are known:
| (setq bbdb-print-require 'phone)
|   Print people whose names AND companies are known:
| (setq bbdb-print-require '(and name company))
|   Print people whose names, and either addresses OR phone numbers are known:
| (setq bbdb-print-require '(and name (or address phone))).
| 
| You can customize this variable.
| 
| Defined in `bbdb-print'.
`

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: CC1B0B4D
(Part 3 you find in my messages before fall 2003.)



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149alloc_id66op=click
___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: send mail to several recipients with bbdb

2004-04-26 Thread Jochen Küpper
On Mon, 26 Apr 2004 07:55:03 +0200 Fabian Braennstroem wrote:

Fabian Jochen Küpper [EMAIL PROTECTED] writes:

 I asked that before, Fabian; please also try it after running
 bbdb-define-all-aliases on the same message buffer.

Fabian Yes, I know, but I don't have such it function...

Which one of the functions do you not have? 
What if you M-x load-library bbdb first?

Fabian It works now :-) 

Good!

Fabian I was again looking for the bbdb-define-all-aliases function
Fabian after writing the mail-alias in the message buffer and hit
Fabian accidently the SPACE-Bar which is the right key to complete
Fabian the alias.

Not really, but it does work as well.

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: CC1B0B4D
(Part 3 you find in my messages before fall 2003.)


pgp0.pgp
Description: PGP signature


Re: send mail to several recipients with bbdb

2004-04-25 Thread Jochen Küpper
On Sun, 25 Apr 2004 18:07:52 +0200 Kai Grossjohann wrote:

Kai Fabian Braennstroem [EMAIL PROTECTED] writes:

[...]

 mail-alias: TU
   ^^

 As you can see, I have a mail-alias 'TU', but when writing this and
 afterwards pressing TAB, I just see the addresses which have a
 beginning TU in their names!?

Kai I wouldn't say that TU is a mail alias.  

I would;))

Kai What happens when you put TU at the beginning of a line in a
Kai message and then type M-x bbdb-complete-name RET? Does that do
Kai the right thing?

I asked that before, Fabian; please also try it after running
bbdb-define-all-aliases on the same message buffer.

Kai Oh! There is a bug in BBDB regarding prefixes in names. If you
Kai have somebody named John Smith in your BBDB and also somebody
Kai named John Smithson, then there is no way to get John Smith's
Kai email address by entering his name and bbdb-complete-name.

This is not true anymore, I believe. If I put John Smith there and
message-complete (which runs bbdb-complete-name) it gives me both
entries in a selection window.

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: CC1B0B4D
(Part 3 you find in my messages before fall 2003.)


pgp0.pgp
Description: PGP signature


Re: bbdb-auto-notes-ignore-all

2004-04-16 Thread Jochen Küpper
On Wed, 14 Apr 2004 01:34:19 +0200 Robert Widhopf-Fenk wrote:

Robert On Monday, April 12, 2004 at 10:58:02, Jochen Küpper wrote:

 I do not want entries from mailer-daemons in my bbdb, so I configure
 bbdb-auto-notes-ignore-all, but it doesn't work.

Robert You want one of the bbdb-ignore*-hook functions, e.g. ...

Thanks for the clarification, Robert. After some more fiddling with my
setup it works nicely now.

Robert (setq bbdb/mail-auto-create-p 'bbdb-ignore-some-messages-hook
Robert   bbdb-ignore-some-messages-alist '((From . MAILER-DAEMON.*)
Robert (From . Mailer-Daemon.*)
Robert (From . mailer-daemon.*)))

For the records, the docs say something different about syntax here
(and seem to be right):
,[ (info (bbdb)Predefined Hooks) ]
|There may be only one entry per header in this alist: that is,
| 
|  ((From . addr1\\|addr2) ... )
| 
| is legal, but
| 
|  ((From . addr1) (From . addr2) ... )
| 
| is not.
`

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: CC1B0B4D
(Part 3 you find in my messages before fall 2003.)



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70alloc_id638op=click
___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: send mail to several recipients with bbdb

2004-04-15 Thread Jochen Küpper
On Wed, 14 Apr 2004 14:19:15 +0200 Fabian Braennstroem wrote:

Fabian Thanks! But somehow I am not able to insert the alias!? 

What, where?

You cannot insert the alias in the bbdb? Or you cannot expand it in a
message buffer?

Greetings,
Jochen
Followup-To: poster
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: CC1B0B4D
(Part 3 you find in my messages before fall 2003.)


pgp0.pgp
Description: PGP signature


bbdb-auto-notes-ignore-all

2004-04-12 Thread Jochen Küpper
,
| GNU Emacs 21.2.1 (i686-pc-cygwin, X toolkit) of 2003-01-23 on DRACO
| No Gnus v0.2
| BBDB version 2.35 ($Date: 2004/03/22 15:23:33 $)
`

I do not want entries from mailer-daemons in my bbdb, so I configure
bbdb-auto-notes-ignore-all, but it doesn't work.

,[ C-h v bbdb-auto-notes-ignore-all RET ]
| bbdb-auto-notes-ignore-all's value is 
| ((From . MAILER-DAEMON.*)
|  (From . Mailer-Daemon.*)
|  (From . mailer-daemon.*))
`

Any ideas on what I might be doing wrong? Where shall I look for
issues? What additional information might be useful?

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: CC1B0B4D
(Part 3 you find in my messages before fall 2003.)



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70alloc_id638op=click
___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


message-fetch-field returns strange results

2004-03-29 Thread Jochen Küpper
If I run
,
| (message-fetch-field from)
`
on a message with the following From line (changed for content)
,
| From: [EMAIL PROTECTED] (Klaas XXX)
`
I get the following result:
,
| [EMAIL PROTECTED] (Klaas XXX) domaintypecountry
`

Since gnus-fetch-field uses message-fetch-field (and is in turn used
by bbdb) I get strange net entries in bbdb.

I am not sure where the last part comes from and would appreciate any
suggestions to fix or debug this.

,
| GNU Emacs 21.2.1 (i686-pc-cygwin, X toolkit) of 2003-01-23 on DRACO
| No Gnus v0.2
| BBDB version 2.35 ($Date: 2004/03/22 15:23:33 $)
`

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: CC1B0B4D
(Part 3 you find in my messages before fall 2003.)



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70alloc_id638op=click
___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: bbdb does not add new entries when reading mail with vm

2004-03-19 Thread Jochen Küpper
On Mon, 15 Mar 2004 16:00:18 +0100 Robert Widhopf-Fenk wrote:

Robert Index: bbdb.el
Robert ===
Robert RCS file: /cvsroot/bbdb/bbdb/lisp/bbdb.el,v
Robert retrieving revision 1.216
Robert diff -r1.216 bbdb.el
Robert 3174a3182
Robertcreate-p

What exactly should the patch look like?

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: CC1B0B4D
(Part 3 you find in my messages before fall 2003.)



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70alloc_id638op=click
___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


auto-creation

2004-03-09 Thread Jochen Küpper
I am having problems with auto-creation of bbdb-entries.

I use bbdb and Gnus from cvs on Emacs-21.2.1/Cygwin.

,[from .emacs]
| bbdb/mail-auto-create-p t
| bbdb/news-auto-create-p t
`

This started some time ago (sorry, don't remember when) but used to
work at some point.

Any ideas what might be wrong or how to debug this are appreciated.

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: CC1B0B4D
(Part 3 you find in my messages before fall 2003.)



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70alloc_id638op=click
___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: mail alias for multiple recipients

2003-11-14 Thread Jochen Küpper
On Thu, 13 Nov 2003 03:36:07 +0100 Alex Schroeder wrote:

Alex Jochen Küpper [EMAIL PROTECTED] writes:

Alex I wonder where this is documented, though.
 
 ,[ (info (bbdb)Mail Sending Interfaces) ]
 |If more than one person has the same mail-alias, then that alias
 | expands to the addresses of all of those people; in this way you can
 | maintain mailing lists within the BBDB.
 `

Alex How did you find it?  I used 'i mail-alias RET' and found 
Alex `bbdb-expand-mail-aliases' -- but that was the only match.

The concept index has an entry
,
| Mail Aliases
`

[...location...]

agreed

Alex The following patch has a strange limitation. 

I didn't see a patch:(

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: CC1B0B4D
(Part 3 you find in my messages before fall 2003.)



---
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: mail alias for multiple recipients

2003-11-12 Thread Jochen Küpper
On Sat, 08 Nov 2003 22:29:03 +0100 Alex Schroeder wrote:

Alex No.  Assume you have two records in your BBDB, A and B.  For both,
Alex use C-o to create a new field called 'mail-alias' and use foo as
Alex the field value.  Now, when you compose your next message, use
Alex foo TAB to expand this to A, B.

Alex I wonder where this is documented, though.

,[ (info (bbdb)Mail Sending Interfaces) ]
|If more than one person has the same mail-alias, then that alias
| expands to the addresses of all of those people; in this way you can
| maintain mailing lists within the BBDB.
`

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: CC1B0B4D
(Part 3 you find in my messages before fall 2003.)



---
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: notice list affiliations?

2003-09-15 Thread Jochen Küpper
On Sun, 14 Sep 2003 21:56:45 -0500 Joe Corneli wrote:

Joe I wanted to write to request a simple feature: that bbdb
Joe recognize the list affilliations (eg. bbdb-info, gnu-emacs-help,
Joe etc.) of incoming mail, and include that information in the
Joe summary that accompanies people's names.

What do you want that (C-h v bbdb-auto-notes-alist) doesn't do?

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: CC1B0B4D
Sex, drugs and rock-n-roll



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: bbdb 2.34

2003-08-15 Thread Jochen Küpper
The following message is a courtesy copy of an article
that has been posted to gnu.emacs.gnus as well.

On 15 Aug 2003 09:48:15 -0700 Bill Harris wrote:

Bill I tried to install bbdb 2.23 on an XP system using Emacs 21.2.1
^^_ 34

Bill ,
Bill | bash-2.05b$ make gnus
Bill | cd lisp; make gnus
Bill | make[1]: Entering directory 
`/cygdrive/c/emacs/emacs-21.2/site-lisp/bbdb-2.34/lisp'
Bill | Optional package bbdb-srv skipped - gnuserv not found
Bill | Optional package bbdb-reportmail skipped - reportmail not found
Bill | While compiling toplevel forms in file 
c:/emacs/emacs-21.2/site-lisp/bbdb-2.34/lisp/bbdb-gnus.el:
Bill |   !! File error ((Searching for program no such file or directory 
/bin/sh.exe))
Bill | Done
Bill | make[1]: *** [bbdb-gnus.elc] Error 1
Bill | make[1]: Leaving directory 
`/cygdrive/c/emacs/emacs-21.2/site-lisp/bbdb-2.34/lisp'
Bill | make: *** [gnus] Error 2
Bill | bash-2.05b$ which sh.exe
Bill | /usr/bin/sh.exe
Bill `

This was discussed on the list before, see
,
| 
http://www.mail-archive.com/cgi-bin/htsearch?method=andformat=shortconfig=bbdb-info_lists_sourceforge_netrestrict=exclude=words=%28%28%22Searching+for+program%22+%22no+such+file+or+directory%22+%22%2Fbin%2Fsh.exe%22%29%29
`

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: CC1B0B4D
Sex, drugs and rock-n-roll



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


bbdb-pgp.el

2003-08-14 Thread Jochen Küpper
Current cvs contains a screwed-up version of the mentioned file. I.e.
,[lines 126--128]
| (defcustom bbdb/pgp-quiet nil
|   *Do not ask for confirmation on pgp-action.
| (defun bbdb/pgp-get-pgp (name address)
`

I attach a patch from the current version to my local copy.

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: CC1B0B4D
Sex, drugs and rock-n-roll
--- bits/bbdb-pgp.el	2003-08-06 18:34:15.0 +0200
+++ /home/jochen/lisp/bbdb/bbdb-pgp.el	2003-07-25 16:08:20.0 +0200
@@ -1,14 +1,14 @@
-;;; BBDB-PGP.EL --- use BBDB to store PGP preferences
+;;; bbdb-pgp.el --- use BBDB to store PGP preferences
 
 ;; Copyright (C) 1997,1999 Kevin Davidson
 
 ;; Author: Kevin Davidson [EMAIL PROTECTED]
 ;; Maintainer: Kevin Davidson [EMAIL PROTECTED]
 ;; Created: 10 Nov 1997
-;; Version: $Revision: 1.4 $
+;; Version: $Revision: 1.6 $
 ;; Keywords: PGP BBDB message mailcrypt
 
-
+ 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
 ;; the Free Software Foundation; either version 2, or (at your option)
@@ -27,7 +27,7 @@
 ;; LCD Archive Entry:
 ;; bbdb-pgp|Kevin Davidson|[EMAIL PROTECTED]
 ;; |Use BBDB to store PGP preferences
-;; |$Date: 2003/08/05 12:43:46 $|$Revision: 1.4 $|~/packages/bbdb-pgp.el
+;; |$Date: 2003/07/25 14:08:20 $|$Revision: 1.6 $|~/packages/bbdb-pgp.el
 
 ;;; Commentary:
 ;;
@@ -53,7 +53,7 @@
 ;;
 ;; and possibly (if you do not want the PGP field printed out)
 ;; (add-hook 'bbdb-print-elide bbdb-pgp-field)
-;;
+;; 
 ;; The variable bbdb/pgp-default-action defines what to do if the recipient
 ;; is not in the BBDB.
 
@@ -67,14 +67,54 @@
 ;; eg http://www.pgp.net/pgpnet/
 ;; Fingerprint: 1F A9 3F 3E 90 F7 85 64  55 35 32 C8 75 91 3A E3
 
+;;; Change log:
+;; $Log: bbdb-pgp.el,v $
+;; Revision 1.6  2003/07/25 14:08:20  jochen
+;; Add outlook files,
+;; updates.
+;;
+;; Revision 1.5  2003/07/14 18:46:14  jochen
+;; *** empty log message ***
+;;
+;; Revision 1.4  2003/07/14 18:21:01  jochen
+;; Synchronize
+;;
+;; Revision 1.3  2002/10/20 18:03:42  waider
+;; *** empty log message ***
+;;
+;; Revision 1.2  2002/10/18 10:54:34  waider
+;; allows bbdb-pgp.el to be configured to use message.el MML tags to perform
+;; the signing and encryption, instead of only plain Mailcrypt which is not
+;; MIME-aware. (Michael Shields)
+;;
+;; Revision 1.1  2001/01/24 21:19:08  waider
+;; Add-ons that didn't make it to the current release.
+;;
+;; Revision 1.4  1999/01/05 13:17:00  tkld
+;; Update GPL version number and FSF snail mail address.
+;;
+;; Revision 1.3  1997/11/10 15:20:29  tkld
+;; Expand commentary. Support encrypt/sign. Support mail-mode
+;; (sendmail.el).
+;;
+;; Revision 1.3  1997/11/10 15:10:19  tkld
+;; Update commentary. Support sendmail.el. Support signing or encrypting.
+;;
+;; Revision 1.2  1997/11/10 14:27:07  tkld
+;; Remembered to widen buffer before encrypting.
+;;
+;; Revision 1.1  1997/11/10 14:22:06  tkld
+;; Initial revision
+;;
+
 ;;; Code:
 
 (require 'message)
 (require 'bbdb)
 (condition-case nil (require 'mailcrypt) (error nil))
 
-(defconst bbdb/pgp-version (substring $Revision: 1.4 $ 11 -2)
-  $Id: bbdb-pgp.el,v 1.4 2003/08/05 12:43:46 waider Exp $
+(defconst bbdb/pgp-version (substring $Revision: 1.6 $ 11 -2)
+  $Id: bbdb-pgp.el,v 1.6 2003/07/25 14:08:20 jochen Exp $
 
 Report bugs to: Kevin Davidson [EMAIL PROTECTED])
 
@@ -103,10 +143,10 @@
 'mml-pgpmime   means add MML tags for Message to use PGP/MIME
 'mml-smime means add MML tags for Message to use S/MIME
   :type '(choice
-  (const :tag Mailcrypt mailcrypt :require 'mailcrypt)
-  (const :tag MML PGP mml-pgp :require 'mml)
-  (const :tag MML PGP/MIME mml-pgpmime :require 'mml)
-  (const :tag MML S/MIME mml-smime :require 'mml))
+	  (const :tag Mailcrypt mailcrypt :require 'mailcrypt)
+	  (const :tag MML PGP mml-pgp :require 'mml)
+	  (const :tag MML PGP/MIME mml-pgpmime :require 'mml)
+	  (const :tag MML S/MIME mml-smime :require 'mml))
   :tag Signing/Encryption Method
   :group 'bbdb-utilities-pgp)
 
@@ -117,19 +157,28 @@
 'encryptmeans encrypt message.
 'sign   means sign message.
   :type '(choice
-  (const :tag Do Nothing)
-  (const :tag Encrypt encrypt)
-  (const :tag Sign sign))
+	  (const :tag Do Nothing)
+	  (const :tag Encrypt encrypt)
+	  (const :tag Sign sign))
   :tag Default Action
   :group 'bbdb-utilities-pgp)
 
-(defcustom bbdb/pgp-quiet nil
+(defcustom bbdb/pgp-quite nil
   *Do not ask for confirmation on pgp-action.
+
+nil means normal messages/questions.
+'t  means to be quite.
+  :type '(choice
+	  (const :tag normal)
+	  (const :tag quite t))
+  :tag Quiteness
+  :group 'bbdb-utilities-pgp)
+
 (defun bbdb/pgp-get-pgp (name address)
   Look up user NAME and ADDRESS in BBDB and return the PGP preference.
   (let* ((record 

Re: Mailing list help

2003-08-14 Thread Jochen Küpper
Please send your followup to [EMAIL PROTECTED]

On Mon, 11 Aug 2003 15:13:15 +0200 marcuirl  wrote:

marcuirl marcuirl [EMAIL PROTECTED] writes:

 Jochen Küpper [EMAIL PROTECTED] writes:

 ,
 | bbdb-submit-bug-report
 `

Haven't seen that on the bbdb list yet.

marcuirl okay, maybe too much, some alias stuff is in here

Where's bbdb-define-all-aliases?

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: CC1B0B4D
Sex, drugs and rock-n-roll



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: Mailing list help

2003-08-14 Thread Jochen Küpper
The following message is a courtesy copy of an article
that has been posted to gnu.emacs.gnus as well.

On Mon, 11 Aug 2003 13:34:23 +0200 marcuirl  wrote:

marcuirl Thanks Jochen, but I have that in my .emacs already. In the
marcuirl To: field I type football and don't get it completed to
marcuirl appropriate people. Only the M-x . works! 

What bbdb-version are you using?

marcuirl Any ideas?

,
| bbdb-submit-bug-report
`

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: CC1B0B4D
Sex, drugs and rock-n-roll



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: bbdb-pgp.el

2003-08-06 Thread Jochen Küpper
On Wed, 6 Aug 2003 18:33:22 +0100 Ronan Waide wrote:

Ronan On August 6, [EMAIL PROTECTED] said:

 Am I mistaken in thinking that this patch changes every instance of
 quiet to quite? I don't quite understand why, and decided not
 to be quiet about it.

Ooops, better I watch out which words I cut'n'paste around next
time... Or maybe start thinking before typing:O

Ronan No, there was some corruption in the original patch which I
Ronan missed.

In case it was my patch, sorry for that.

Ronan I'll be correcting the spelling of quiet :)

Ok, I attach a new version of the patch against cvs. Just made the
/quiet/ change. Sorry for the different formatting, but the new one is
what my Emacs gives me.

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: CC1B0B4D
Sex, drugs and rock-n-roll
--- bits/bbdb-pgp.el	2003-08-06 18:34:15.0 +0200
+++ /home/jochen/lisp/bbdb/bbdb-pgp.el	2003-08-06 21:04:26.0 +0200
@@ -1,14 +1,14 @@
-;;; BBDB-PGP.EL --- use BBDB to store PGP preferences
+;;; bbdb-pgp.el --- use BBDB to store PGP preferences
 
 ;; Copyright (C) 1997,1999 Kevin Davidson
 
 ;; Author: Kevin Davidson [EMAIL PROTECTED]
 ;; Maintainer: Kevin Davidson [EMAIL PROTECTED]
 ;; Created: 10 Nov 1997
-;; Version: $Revision: 1.4 $
+;; Version: $Revision: 1.6 $
 ;; Keywords: PGP BBDB message mailcrypt
 
-
+ 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
 ;; the Free Software Foundation; either version 2, or (at your option)
@@ -27,7 +27,7 @@
 ;; LCD Archive Entry:
 ;; bbdb-pgp|Kevin Davidson|[EMAIL PROTECTED]
 ;; |Use BBDB to store PGP preferences
-;; |$Date: 2003/08/05 12:43:46 $|$Revision: 1.4 $|~/packages/bbdb-pgp.el
+;; |$Date: 2003/07/25 14:08:20 $|$Revision: 1.6 $|~/packages/bbdb-pgp.el
 
 ;;; Commentary:
 ;;
@@ -53,7 +53,7 @@
 ;;
 ;; and possibly (if you do not want the PGP field printed out)
 ;; (add-hook 'bbdb-print-elide bbdb-pgp-field)
-;;
+;; 
 ;; The variable bbdb/pgp-default-action defines what to do if the recipient
 ;; is not in the BBDB.
 
@@ -67,14 +67,15 @@
 ;; eg http://www.pgp.net/pgpnet/
 ;; Fingerprint: 1F A9 3F 3E 90 F7 85 64  55 35 32 C8 75 91 3A E3
 
+
 ;;; Code:
 
 (require 'message)
 (require 'bbdb)
 (condition-case nil (require 'mailcrypt) (error nil))
 
-(defconst bbdb/pgp-version (substring $Revision: 1.4 $ 11 -2)
-  $Id: bbdb-pgp.el,v 1.4 2003/08/05 12:43:46 waider Exp $
+(defconst bbdb/pgp-version (substring $Revision: 1.6 $ 11 -2)
+  $Id: bbdb-pgp.el,v 1.6 2003/07/25 14:08:20 jochen Exp $
 
 Report bugs to: Kevin Davidson [EMAIL PROTECTED])
 
@@ -103,10 +104,10 @@
 'mml-pgpmime   means add MML tags for Message to use PGP/MIME
 'mml-smime means add MML tags for Message to use S/MIME
   :type '(choice
-  (const :tag Mailcrypt mailcrypt :require 'mailcrypt)
-  (const :tag MML PGP mml-pgp :require 'mml)
-  (const :tag MML PGP/MIME mml-pgpmime :require 'mml)
-  (const :tag MML S/MIME mml-smime :require 'mml))
+	  (const :tag Mailcrypt mailcrypt :require 'mailcrypt)
+	  (const :tag MML PGP mml-pgp :require 'mml)
+	  (const :tag MML PGP/MIME mml-pgpmime :require 'mml)
+	  (const :tag MML S/MIME mml-smime :require 'mml))
   :tag Signing/Encryption Method
   :group 'bbdb-utilities-pgp)
 
@@ -117,19 +118,28 @@
 'encryptmeans encrypt message.
 'sign   means sign message.
   :type '(choice
-  (const :tag Do Nothing)
-  (const :tag Encrypt encrypt)
-  (const :tag Sign sign))
+	  (const :tag Do Nothing)
+	  (const :tag Encrypt encrypt)
+	  (const :tag Sign sign))
   :tag Default Action
   :group 'bbdb-utilities-pgp)
 
 (defcustom bbdb/pgp-quiet nil
   *Do not ask for confirmation on pgp-action.
+
+nil means normal messages/questions.
+'t  means to be quiet.
+  :type '(choice
+	  (const :tag normal)
+	  (const :tag quiet t))
+  :tag Quietness
+  :group 'bbdb-utilities-pgp)
+
 (defun bbdb/pgp-get-pgp (name address)
   Look up user NAME and ADDRESS in BBDB and return the PGP preference.
   (let* ((record (bbdb-search-simple name address))
- (pgp (and record
-   (bbdb-record-getprop record bbdb/pgp-field
+	 (pgp (and record
+		   (bbdb-record-getprop record bbdb/pgp-field
 pgp))
 
 (defun bbdb/pgp-sign ()
@@ -171,37 +181,37 @@
 (save-excursion
   (message-narrow-to-headers)
   (and (featurep 'mailalias)
-   (not (featurep 'mailabbrev))
-   mail-aliases
-   (expand-mail-aliases (point-min) (point-max)))
+	   (not (featurep 'mailabbrev))
+	   mail-aliases
+	   (expand-mail-aliases (point-min) (point-max)))
   (let* ((to-field (mail-fetch-field To nil t))
- (address (mail-extract-address-components (or to-field 
-(widen)
-(if (not (equal address '(nil nil)))
-(let ((pgp-p (bbdb/pgp-get-pgp (car address) (car (cdr address)
-  (cond
-  

Re: Name Cycling in BBDB

2003-06-17 Thread Jochen Küpper
On Mon, 16 Jun 2003 19:47:29 +0200 Reiner Steib wrote:

Reiner On Mon, Jun 16 2003, Hanak David wrote:

 On Mon, 16 Jun 2003, Reiner Steib  wrote:
 (bbdb-initialize 'gnus 'message 'w3)

I think that is the preferred way (nowadays)...

 makes adding these lines superfluous:
Reiner [...]
 (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)

Reiner I thought about this, too.  Unfortunately, the manual isn't clear (or
Reiner I didn't read carefully) about which one should be preferred.  Both
Reiner are mentioned: (info (bbdb)Initial Configuration) 

This page refers to the following one you cited with
,
| Manual initialization
| 
|If your initialization needs exceed those provided by
| `bbdb-initialize', refer to the following sections for a description of
| the procedures necessary for enabling BBDB support for the packages
| listed above.  
`

But as I remember the insinuate's are more there for historical reasons?

Greetings,
Jochen
-- 
FOM-Institute for Plasma Physics Rijnhuizen + Fritz-Haber-Institut der MPG
Postbus 1207  Faradayweg 4-6
NL-3430 BE Nieuwegein D-14195 Berlin
The Netherlands  Germany

phone: +31-30-6096756+49-30-84135686
fax: +31-30-6031204  GnuPG key: CC1B0B4D


pgp0.pgp
Description: PGP signature


Re: require subscription to post - an offer to help

2003-03-29 Thread Jochen Küpper
On 29 Mar 2003 15:11:08 -0500 Scott Lawrence wrote:

Scott Jochen Küpper [EMAIL PROTECTED] writes:

 Waider has said repeatedly that she doesn't wanna increase the hurdle
 for novices to get their problems reported...

Scott I think the more important issue is getting them _heard_ and
Scott responded to; this list is disfunctional for that.

No arguing with me...

 Something that comes to mind -- could we (you) provide a form on the
 bbdb web-page to send reports to this ml for these novices? For
 everybody else it is reasonable to require subscription...

Scott The page could be hardcoded to send only to the list from a
Scott subscribed address.

That's the idea. With an input file for an email address that is
somewhat plausibility checked...

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: CC1B0B4D
Sex, drugs and rock-n-roll


pgp0.pgp
Description: PGP signature


Re: Sorting entries

2003-01-30 Thread Jochen Küpper
On Thu, 30 Jan 2003 00:29:51 +0100 Christian Gudrian wrote:

Christian Alex Schroeder [EMAIL PROTECTED] schrieb:

 Try M-: (bbdb-resort-database) RET.

Christian Thanks for the hint.  C-h a did not yield any usable results when
Christian querying for something like 'sort' ...

C-h a bbdb.*sort comes up with 9 hits here, including
bbdb-resort-database. But the function should probably be documented;
probably even interactive, as Alex suggested:

Index: lisp/bbdb.el
===
RCS file: /cvsroot/bbdb/bbdb/lisp/bbdb.el,v
retrieving revision 1.198
diff -u -u -r1.198 bbdb.el
--- lisp/bbdb.el25 Dec 2002 15:06:00 -  1.198
+++ lisp/bbdb.el30 Jan 2003 08:59:53 -
@@ -3451,6 +3451,12 @@
   (bbdb-record-lessp record1 record2))
 
 (defun bbdb-resort-database ()
+  *Resort BBDB database.
+
+In case your bbdb got out of order, i.e. bu using inferior software on it, 
+allow to resort it in native order.
+
+This should not be needed in normal usage of bbdb.
   ;; only as a last resort, ha ha
   (let* ((records (copy-sequence (bbdb-records
 (bbdb-with-db-buffer

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: CC1B0B4D
Sex, drugs and rock-n-roll



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/



Re: frobnicating slow -- takes a long time on large database

2003-01-15 Thread Jochen Küpper
On Tue, 14 Jan 2003 12:45:04 -0800 Ami Fischman wrote:

Ami Using BBDB with gnus and automatic snarfing of info when reading usenet
Ami groups.  This has led to my ~/.bbdb file being about 760KB large.

I use bbdb-expire to keep the bbdb at a reasonable level -- although
that means a few MB for me:))

,
| ;;; bbdb-expire.el --- expiry and expire-proof entries for the BBDB
| 
| ;;; Copyright (C) 2000 -- 2002 Nix [EMAIL PROTECTED].
| 
| ;; Author: Nix [EMAIL PROTECTED]
| ;; Created: 2000-09-17
| ;; Last modified: 2002-03-22
| ;; Keywords: mail news
| ;; Version: Revision: 1.6
`

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: CC1B0B4D
Sex, drugs and rock-n-roll



---
This SF.NET email is sponsored by: Take your first step towards giving
your online business a competitive advantage. Test-drive a Thawte SSL
certificate - our easy online guide will show you how. Click here to get
started: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0027en
___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/



info category

2002-09-17 Thread Jochen Küpper

Just realized that bbdb.info doesn't have a category set.  Should
probably be Emacs, so an
,
| @dircategory Emacs
`
in bbdb.texinfo before the direntry would be in order.

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: 44BCCD8E
Sex, drugs and rock-n-roll



---
Sponsored by: AMD - Your access to the experts on Hammer Technology!
Open Source  Linux Developers, register now for the AMD Developer
Symposium. Code: EX8664 http://www.developwithamd.com/developerlab
___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/



Re: Migration code assumes raw notes are always alists

2002-08-19 Thread Jochen Küpper

On Mon, 19 Aug 2002 23:41:26 +0100 Ronan Waide wrote:

Ronan On August 19, [EMAIL PROTECTED] said:
 
 (I posted this patch to the sourceforge site (it's request ID 597322),
 but it doesn't seem like people are using that facility.)
 

Ronan Yes, that's correct; I find the thing to be pretty unusable (I'm not
Ronan on a particularly broadbandish connection) so I prefer people to use
Ronan bbdb-submit-bug-report which forwards bug reports, etc. to this
Ronan list. Thanks for the patch.

IIRC you can disable the patch- and bug-managers at SF altogether.
Might be ok for bbdb to do so.

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: 44BCCD8E
Sex, drugs and rock-n-roll



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/



Re: Labelled email addresses?

2002-07-27 Thread Jochen Küpper

On 26 Jul 2002 22:48:52 +0200 Bjørn-Helge Mevik wrote:

Bjørn-Helge Robert Fenk [EMAIL PROTECTED] writes:

 (setq bbdb-define-all-aliases-mode 'all)

Bjørn-Helge I can find no trace of bbdb-define-all-aliases-mode in my bbdb
Bjørn-Helge (version 2.34).  Is this a feature of the development version only?

Yep.  It's in bbdb-com.el, but a cvs diff shows that it was introduced
after bbdb-2.34.

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: 44BCCD8E
Sex, drugs and rock-n-roll



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/



Re: spam

2002-06-06 Thread Jochen Küpper

On Thu, 6 Jun 2002 22:49:17 +0100 Ronan Waide wrote:

Ronan On June 3, [EMAIL PROTECTED] said:
 can the admin please change this list so that only subscribers can
 post? the spam is annoying as hell.

Ronan The admin, who has been slack of late (combination of vacation, new
Ronan job, and broken laptop LCD), is reluctant to do so on the grounds that
Ronan it raises the entry level for people who'd just like to say
Ronan help!. 

And what's about people (like me:) sending to the list from multiple
email accounts (home, work) but are only subscribed once, obviously?  

Ronan Then again, since you tend to require a PhD in Emacs before you
Ronan can get BBDB working (unless you use the debian package) it may
Ronan not be a bad idea.

Well, maybe there is a solution to the problem I mentioned above, but
although I am using bbdb I definitely don't have any higher degree in
Elisp:O

Ronan Anyone care to actually vote on this, 

-1

Ronan since I got mauled the last time I tried tweaking the list
Ronan config...

Wasn't me, I swear...

Greetings, 
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: 44BCCD8E
Sex, drugs and rock-n-roll


___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/



build error

2002-01-10 Thread Jochen Küpper

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

With latest cvs sources on Linux, XEmacs-21.4 I get

,[make gnus bbdb]
| cd lisp; make gnus
| make[1]: Entering directory `/home/software/emacs/bbdb/lisp'
| Compiling bbdb-hooks.el...
| Compiling /home/software/emacs/bbdb/lisp/bbdb-hooks.el...
| Loading bbdb-snarf... (file bbdb-snarf.el is newer)
| While compiling toplevel forms in file /home/software/emacs/bbdb/lisp/bbdb-hooks.el:
|   !! File error ((Cannot open load file vm-autoload))
| Error occurred processing bbdb-hooks.el: Cannot open load file: vm-autoload
|  
| Done
| make[1]: *** [bbdb-hooks.elc] Error 1
| make[1]: Leaving directory `/home/software/emacs/bbdb/lisp'
| make: *** [gnus] Error 2
`

This does not happen after a 
  cvs up -D 20020105

Sorry, I haven't had time to look into that.

Greetings,
Jochen
- -- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: 44BCCD8E
Sex, drugs and rock-n-roll
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Processed by Mailcrypt and GnuPG http://www.gnupg.org/

iD8DBQE8PlO5iJ/aUUS8zY4RAvfCAJ9I3xEIGiEdA6KCn6BJEaPLTsZcPgCfcEuc
DfksclTlvE7RIBc2aswu7As=
=yXAN
-END PGP SIGNATURE-


___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/



Re: Generating TeX output

2001-12-08 Thread Jochen Küpper

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sat, 8 Dec 2001 15:27:32 -0600 Wojciech Komornicki wrote:

Wojciech I am new to BBDB and am still trying to configure things.  I have most
Wojciech everything working but find that when I try to generate a TeX file with my
Wojciech database, I only get one letter.

What do you mean -- one character? 

bbdb-print works for me.

Wojciech Is this the expected behaviour?  I have looking the archives
Wojciech of this list but did not find anything which addresses this
Wojciech issue.

Did you check the manual? Make sure bbdb-print-require is set to
soemthing feasible.

Else you might need to give some more information about your setup,
what you are doing, and how it fails? Does it give an error? If so,
get an backtrace ((setq debug-on-error t) before you reproduce it).

Greetings,
Jochen
- -- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: 44BCCD8E
Sex, drugs and rock-n-roll
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6-cygwin-fcn-1 (Cygwin)
Comment: Processed by Mailcrypt and GnuPG http://www.gnupg.org/

iD8DBQE8ErTviJ/aUUS8zY4RAnYUAJ4j2+SmKmZN6YXMEdWLzDk6/m05ngCcDJqB
tcesbhiG04QmlRtrbMrObak=
=Cdmi
-END PGP SIGNATURE-


___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/



bbdb-print

2001-11-17 Thread Jochen Küpper

Small patch I needed to get bbdb-print work:

Index: lisp/bbdb.el
===
RCS file: /cvsroot/bbdb/bbdb/lisp/bbdb.el,v
retrieving revision 1.171
diff -u -r1.171 bbdb.el
--- lisp/bbdb.el2001/10/14 19:47:20 1.171
+++ lisp/bbdb.el2001/11/18 03:11:22
@@ -1448,7 +1448,7 @@
   (setq alist (cdr alist)))
 ;; if we haven't reached the end of functions, we got a hit.
 (if alist
-(funcall (cdar alist) addr indent
+(funcall (cdar alist) addr
 
 (defun bbdb-format-record-name-company (record)
   (let ((name (or (bbdb-record-name record) ???))


Greetings,
Jochen
-- 
University of North Carolina   phone: +1-919-962-4403
Department of Chemistryphone: +1-919-962-1579
Venable Hall CB#3290 (Kenan C148)fax: +1-919-843-6041
Chapel Hill, NC 27599, USAGnuPG key: 44BCCD8E


___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/



Re: duplicate email addresses

2001-10-02 Thread Jochen Küpper

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tue, 02 Oct 2001 22:26:53 -0400 Jeff Mincy wrote:

[...]

Jeff The problem is that the email address [EMAIL PROTECTED] has
Jeff already been assigned to Corinna Vinschen.  This apparently
Jeff confuses the update.  I was able to work around the bug by hand
Jeff editing the .bbdb record.

I remember having this problem as well. With current cvs versions it
doesn't seem to happen anymore, AFAICT.

Greetings,
Jochen
- -- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: 44BCCD8E
Sex, drugs and rock-n-roll
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6-cygwin-fcn-1 (Cygwin)
Comment: Processed by Mailcrypt and GnuPG http://www.gnupg.org/

iD8DBQE7uqUciJ/aUUS8zY4RAg+UAJ9ZwLe6+9HmPMYhnw4JbpxAeFWn1ACbBQC7
GFCbHKd9yTQW+Xb8tiAMuNU=
=9jHo
-END PGP SIGNATURE-


___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/



Re: Import or merge BBDB files?

2001-09-25 Thread Jochen Küpper

 Bjørn-Helge Mevik wrote on 23 Sep 2001 20:53:43 +0200:

Bjørn-Helge How can I merge the address list with my existing BBDB database?  The
Bjørn-Helge kind of functionality I'm looking for is this: any new person should be
Bjørn-Helge added automatically to the database, but for existing persons I want to
Bjørn-Helge be able to choose what to do (use the old record, use the new record, or
Bjørn-Helge merge the records).

I'd say your best bet is too look at bbdb-merge.el, part of newer bbdb
distributions. Specifically bbdb-merge-file


Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: 44BCCD8E
Sex, drugs and rock-n-roll


___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/



rm failure message

2001-09-25 Thread Jochen Küpper

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A tiny patch to get rid of an annoying rm message...

Index: lisp/Makefile.in
===
RCS file: /cvsroot/bbdb/bbdb/lisp/Makefile.in,v
retrieving revision 1.12
diff -u -r1.12 Makefile.in
- --- lisp/Makefile.in2001/07/08 20:05:16 1.12
+++ lisp/Makefile.in2001/09/25 13:58:25
@@ -80,7 +80,7 @@
-$(RM) -r $(PACKAGEDIR)/lisp/bbdb
 
 bbdb-autoloads.el: $(DEPSRCS)
- -   @-$(RM) $@;
+   @$(RM) -f $@;
@echo (provide 'bbdb-autoloads)  $@;
@echo 
 $@;
@$(EMACS) -batch -q -l autoload \



Greetings,
Jochen
- -- 
University of North Carolina  phone: 919-962-4403
Department of Chemistry   phone: 919-962-1579
Venable Hall CB#3290fax: 919-843-6041
Chapel Hill, NC 27599, USAGnuPG key: 44BCCD8E
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6-cygwin-fcn-1 (Cygwin)
Comment: Processed by Mailcrypt and GnuPG http://www.gnupg.org/

iD8DBQE7sI3RiJ/aUUS8zY4RAqcuAKCotb+MXBvV+UmNqpMw669RW+PY1gCgs4s8
jsl0V8fWMGpLw8yxWEjdPZc=
=IBWc
-END PGP SIGNATURE-


___
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/



Re: fontify-buffer

2001-08-21 Thread Jochen Küpper

 Jochen Küpper wrote on 21 Aug 2001 00:29:40 -0400:

Jochen I have some problems with elided display, 

[...]

Sorry, forgot the important stuff: XEmacs-21.4.4, latest bbdb.

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: 44BCCD8E
Sex, drugs and rock-n-roll


___
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/



fontify-buffer

2001-08-20 Thread Jochen Küpper

All,

I have some problems with elided display, i.e. I have
bbdb-pop-up-elided-display set to t and that's what I get. But I have
many entries where the company-field is to long to fit into
bbdb-elided-display-name-end which triggers a signal. The following
patch should fix it in principle, I'd assume:

,
| cvs diff -u
| Index: lisp/bbdb-gui.el
| ===
| RCS file: /cvsroot/bbdb/bbdb/lisp/bbdb-gui.el,v
| retrieving revision 1.16
| diff -u -r1.16 bbdb-gui.el
| --- lisp/bbdb-gui.el2001/08/14 17:56:56 1.16
| +++ lisp/bbdb-gui.el2001/08/21 04:08:33
| @@ -176,7 +176,9 @@
|  (goto-char start)
|  (if (search-forward  -  p t)
|  (progn
| -  (setq e (bbdb-make-extent (point) p))
| +  (setq e (bbdb-make-extent (point) (if (not elided-p)
| +p
| +  (min p (+ 4 
|bbdb-elided-display-name-end)
|(bbdb-set-extent-property e 'data 'bbdb)
|(bbdb-set-extent-face e 'bbdb-company)
|(bbdb-set-extent-property e 'highlight t)
`

Well, there are still two issues

a) bbdb-elided-display-name is apparently 4 chars to small, but this
looks kinda an arbitrary sum up there...
And then it actually doesn't work, because the last of the ellipses
is not fontified correctly anyway:(

b) On the first display of a record elided-p is apparently not
correctly set, so it still triggers the signal:((

Anybody?

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: 44BCCD8E
Sex, drugs and rock-n-roll


___
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/



Re: Win32 Installation Problems

2001-08-12 Thread Jochen Küpper

 Paulo J Matos aka PDestroy wrote on 13 Aug 2001 00:05:20 +0100:

Paulo I've been trying to install bbdb in win32 but I'm getting some
Paulo problems, since there are no make files for it,

You need to run the configure script to generate the Makefiles.

I routinely do that within Cygwin (www.cygwin.com). I have no idea how
it works in vanilla Windoze:(

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: 44BCCD8E
Sex, drugs and rock-n-roll


___
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/



Re: Omitting fields from being displayed and enhanced editing

2001-08-06 Thread Jochen Küpper

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 Robert Fenk wrote on Mon, 6 Aug 2001 10:58:38 +0200:

Robert bbdb-default-display-mode (bbdb-elided-display)
Robert either one-line, multi-line or 'full
Robert bbdb-pop-up-default-display-mode (bbdb-pop-up-elided-display)
Robert either one-line, multi-line or 'full
Robert bbdb-one-line-display-fields (bbdb-elided-display-fields)
Robert list of fields which should be displayed in one-line display
Robert bbdb-one-line-display-name-end (bbdb-elided-display-name-end)
Robert column where name and company should end in one-line display
Robert bbdb-multi-line-display-fields (bbdb-display-fields-order)
Robert list of fields displayed in multi-line display.
Robert bbdb-multi-line-display-omit-fields (bbdb-display-omit-fields)
Robert list of fields omitted from multi-line display.

Nice

Robert How about theses warnings of name/functionality changes should
Robert they go into the code (warn/compile) or the documentation?

Both! 
Well, I know might end up doing it:(

Greetings,
Jochen
- -- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: 44BCCD8E
Sex, drugs and rock-n-roll
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Processed by Mailcrypt and GnuPG http://www.gnupg.org/

iD8DBQE7b0+biJ/aUUS8zY4RAvxQAKC16o7Cul75mYumllZ9ocgMFgq40QCfWw3t
PHCyIP4aLypiSik5W0pMr1I=
=h0kZ
-END PGP SIGNATURE-


___
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/



Re: Primary Address confusion

2000-11-21 Thread Jochen Küpper

 Ronan Waide writes:

Ronan bbdb-completion-type set to nil, it completes across all
Ronan fields, and does not have a notion of a primary email
Ronan address. Instead, if I recall correctly, it creates a hash of
Ronan addresses and picks the first one off it. I think someone made
Ronan a patch at some point to always force it to pick the primary
Ronan net address, but this isn't always what you want either. The
Ronan only way at present to make it select a particular address is
Ronan either use a completion-type of primary-or-name, or to be more
Ronan specific about the email address before using completion.

Well, that is what goes on over here;-)

Actually I would like to have completion for "names" on the first
address, but for addresses on all adresses. Seems like the patch you
mention does one half of that, so does anybody have it at hand?  
(I promise I'll search deja tomorrow -- or should I say later today;-)

It would be great to be able to configure bbdb that way -- something
like "name-primary-or-other"...;-)

Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: 44BCCD8E
Sex, drugs and rock-n-roll
___
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info



Re: Milestone break thru - BBDB helper kit

2000-11-03 Thread Jochen Küpper

 Harry Putnam writes:

HP #!/bin/sh
HP 
HP awk -F"\\\(" '
HP /'"$1"'/{gsub(/[]")[]|nil|\\n| 0/,"")
HP print $1"\n"$2"\n"$3"\n"$4
HP }' ~/.bbdb
   ^^^

Hey, it doesn't find my bbdb at ...;-))

Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: 44BCCD8E
Sex, drugs and rock-n-roll
___
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info



Re: which bbdb?

2000-10-28 Thread Jochen Küpper

 "KG" == Kai Großjohann [EMAIL PROTECTED] writes:

KG I'm living on the bleeding edge with a number of packages, and I
KG confess that I'm not very eager to add BBDB to this list.  I'd
KG like to use a stable version.

Hey Kai, do you remember my stupid questions on the Gnus-NGs...

Well, that said, I am quite happy with the current head of
bbdb-cvs. This might actually be the right time to grab a version;-))

(Waider, please tag the repository before the next file-version
change:-) 

KG That said, 2.2 has been around for a while now.  And I think using

Yes, there have been a few problems, then this list was very quite for
a while, cause everybody seemed to be happy.
(Now it's getting kind of busy, as people come up with new (old) issues
and discuss/start implenting changes.)

KG 2.2 will help with syncing with a Palm, and all my colleages (and
KG I) have one, now.

Dunno, sorry.

I can heartly suggest upgrading to the current head of cvs.
See what others have to say, there are actually Palm-experienced
users around:-))

Jochen
-- 
Einigkeit und Recht und Freiheithttp://www.Jochen-Kuepper.de
Liberté, Égalité, FraternitéGnuPG key: 44BCCD8E
Sex, drugs and rock-n-roll
___
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info



Re: vm startup problems

2000-08-29 Thread Jochen Küpper

On Tue, 29 Aug 2000, Stephan Engelke wrote:

 After using BBDB 2.00.06 for quite a while, I just retrieved and installed
 the current CVS version of BBDB.  Except for an problem with an undefined 
 node in the info file the installation went fine.  I am using 
 Xemacs 2.1.11 on a Solaris 7 box.
 ^^
Really that ols;-))

 Here comes the problem: When I startup vm, the mailer reads the INBOX
 file and produces an error message (Wrong type argument, stringp, nil)
 after reaching the first unread message.  I attached the output of a vm
 invocation with the variable debug-on-error set.

Hmm, I remeber I have seen that problem at some time as well. As a quick
workaroud running bbdb (M-x bbdb) before starting vm should help.

I need to think a bit more about the change that made it work. 

Jochen
--
http://www.Jochen-Kuepper.de

   Einigkeit und Recht und Freiheit
 Libertè, Ègalitè, Fraternitè
 Sex, drugs and rock-n-roll


___
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info



Re: vm startup problems

2000-08-29 Thread Jochen Küpper

On Tue, 29 Aug 2000, Ronan Waide wrote:

 vm-uninteresting-senders set to anything. Try setting it to "" and see
 if that fixes the problem. Jochen, bbdb/vm-get-from should check that
 this variable is a string before it tries to use it.

Guess you meant vm-summary-uninteresting-senders. This has always been
defined for me.

Jochen
--
http://www.Jochen-Kuepper.de

   Einigkeit und Recht und Freiheit
 Libertè, Ègalitè, Fraternitè
 Sex, drugs and rock-n-roll


___
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info



Re: vm startup problems

2000-08-29 Thread Jochen Küpper

On Tue, 29 Aug 2000, Ronan Waide wrote:

 Try running vm without BBDB, and do M-x vm-fix-my-summary!!! and then
 restart VM.

With XEmacs you should actually use the following, I guess:

;; Robert Fenk's version
;; fixes the "vm forgets the fixed summary again" problem.
(defun vm-fix-my-summary!!! ()
  (interactive)
  (vm-select-folder-buffer)
  (vm-check-for-killed-summary)
  (vm-error-if-folder-empty)
  (message "Fixing your summary...")
  (let ((mp vm-message-list))
(while mp
  (vm-set-summary-of (car mp) nil)
  (vm-mark-for-summary-update (car mp))
  (vm-set-modflag-of (car mp) t) ;; this is missing
  (setq mp (cdr mp)))
(vm-stuff-folder-attributes nil)
(set-buffer-modified-p t)
(vm-update-summary-and-mode-line))
  (message "Fixing your summary... done"))

Jochen
--
http://www.Jochen-Kuepper.de

   Einigkeit und Recht und Freiheit
 Libertè, Ègalitè, Fraternitè
 Sex, drugs and rock-n-roll


___
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info



Re: vm startup problems

2000-08-29 Thread Jochen Küpper

 On Tue, 29 Aug 2000, Ronan Waide wrote:
 
  vm-uninteresting-senders set to anything. Try setting it to "" and see
  if that fixes the problem. Jochen, bbdb/vm-get-from should check that
  this variable is a string before it tries to use it.

Hmm, now that I see your change, I understand what you meant;-))

I had the problem some time ago, and I cannot recall how I got it go away. I
am pretty confident vm-unintersting-senders _was_ actually set meaningfull
at that time, but it can very well have been a (different) simple
misconfiguration on my side.

Jochen
--
http://www.Jochen-Kuepper.de

   Einigkeit und Recht und Freiheit
 Libertè, Ègalitè, Fraternitè
 Sex, drugs and rock-n-roll


___
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info



Re: bbdb + xemacs

2000-08-28 Thread Jochen Küpper

On Mon, 28 Aug 2000, Ronan Waide wrote:

  attached I send you a diff between my current sources and cvs, that
  seems to work fine with XEmacs-21.1.2. It consists of the Makefile
  changes by ShengHuo ZHU to build bbdb-autoloads.el correctly with
  xemacs, and of your suggestion regarding the bbdb-gnus - bbdb code
  shift: 
 
 I'd actually manually changed this and not committed it. Now that I've
 committed it I see I should probably have moved the defun a little
 further up the file for aesthetic reasons! I guess that can be
 corrected the next time that file is being modified.

Ah, come on Ronan, just move it next to the bbdb-insinuate-sendmail
function before anybody notices. People don´t care if a "cvs
up" jumps two versions, but they do if the move one version
twice;-))
Shouldn´t the autoload line be removed in bbdb.el, actually?
I also notice You haven´t made a ChangeLog entry --- by purpose?

Jochen
--
http://www.Jochen-Kuepper.de

   Einigkeit und Recht und Freiheit
 Libertè, Ègalitè, Fraternitè
 Sex, drugs and rock-n-roll


___
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info



Re: changelog entries/$Log$ tag

2000-08-25 Thread Jochen Küpper

On Fri, 25 Aug 2000, Kai Großjohann wrote:

 I'm still not sure how to deal with ChangeLog files and CVS.  In my
 little mini-project I have recently tried to do `C-x 4 a' to add
 information to the ChangeLog file, and then I tell PCL-CVS to use the
 ChangeLog entries as default for the commit messages.  This appears to

Well, I actually have a few projects (mostly science-related) that use
ChangeLogs for elaborate descriptions of changes, and short phrases to give
the idea into cvs.
If you look for some special version to check out, the short phrases are
enough. If you would like to search for changes that introduced bugs (or the
other way around), you might end up looking through ChangeLogs for quite a
while.
But then you don´t need net-access to get an ChangeLog, while you do need it
for a full cvs-log (even if you keep the heads in the source).

 Maybe you should just try out both and then decide which one is used,
 and then everybody uses that method on BBDB?  

That's for sure a good way to go, I'd agree.
My personal preference, as stated above, is to make the ChangeLog the primer
source of information.

Jochen
--
http://www.Jochen-Kuepper.de

   Einigkeit und Recht und Freiheit
   Libert`e, `Egalit`e, Fraternit`e
   Sex, drugs and rock-n-roll


___
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info



Re: startup problems

2000-08-23 Thread Jochen Küpper

On 23 Aug 2000, Sam Steingold wrote:

 I think those who have the problems now did not delete the old obsolete
 auto-autoloads. 

Yes, I _did_ remove it.

Jochen
--
http://www.Jochen-Kuepper.de

   Einigkeit und Recht und Freiheit
   Libert`e, `Egalit`e, Fraternit`e
   Sex, drugs and rock-n-roll



___
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info



Re: list administrivia

2000-04-20 Thread Jochen Küpper

On Wed, 19 Apr 2000, Ronan Waide wrote:

 On April 17, [EMAIL PROTECTED] said:
  
  However, for those of you who don't realize, your email is public
  knowledge -- available to robots that know sourceforge.
 
 If people want it, I can make it so that you have to be a list member
 to view the list. I may even be able to make it so you can't view the
 list, full stop (I've not checked this). So. Whaddya think?

Well, I would say, it should not be viewable by non-list-members !

I actually don't see much sense in that listing at all. If you want to
reply to someone, you either look up your mail-folders, or check the archive
to get his email address ;-)

Jochen
--
http://www.Jochen-Kuepper.de

   Einigkeit und Recht und Freiheit
   Libert`e, `Egalit`e, Fraternit`e
   Sex, drugs and rock-n-roll



___
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info