Wrong number of arguments: ...replace-regexp-in-string (was: Don't show names, disable pop-ups)

2012-12-21 Thread Reiner Steib
On Tue, Dec 18 2012, brom...@lavabit.com wrote: > [*] byte-code: Wrong number of arguments: (lambda (target old new) > (replace-regexp-in-string old new target)), 4 Are you using color-theme.el? See http://thread.gmane.org/gmane.emacs.gnus.general/66942 ... Bye, Reiner. -- ,,, (o

Re: (wrong-type-argument char-or-string-p \.\.\.)

2012-08-22 Thread Reiner Steib
On Tue, Aug 21 2012, Sam Steingold wrote: > Suppose gnus binds in somewhere and inside that bbdb saves the file. Gnus binds such variables (`print-length', ...) to nil to _avoid_ such problems, see `gnus-bind-print-variables'. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key

Re: typos

2011-09-23 Thread Reiner Steib
On Thu, Sep 22 2011, Roland Winkler wrote: > 2011-09-22 Leo > * lisp/bbdb.el (bbdb-pop-up-window): Remove Gnus-specific code GNUS > which is not required anymore by recent v

gnus-fetch-field and gnus-fetch-original-field (was: `bbdb-message-header' can not fetch hidden fields in Gnus)

2011-05-09 Thread Reiner Steib
On Sun, May 08 2011, Roland Winkler wrote: > On Sun May 8 2011 Leo wrote: >> >> I am using latest No Gnus from Emacs-24 (trunk). It seems if a header >> field in Gnus is hidden, bbdb-message-header return nil. I don't know if >> this is intended. >> >> I use the following patch in my local BBDB

Re: BBDB beginners guide?

2011-04-06 Thread Reiner Steib
On Mon, Apr 04 2011, Ted Zlatanov wrote: > (unless (featurep 'bbdb3) ; or whatever > (defalias 'bbdb-search-organization 'bbdb-company) > (defalias 'bbdb-search-name 'bbdb-name)) Please don't do it this way! Gnus users have been bitten by bugs caused by such aliasing (of `replace-regexp-in-s

BBDB synchronization with cell phones (was: Moving BBDB from CVS to BZR)

2008-04-16 Thread Reiner Steib
c/bbdb-gnokii.el> ] | ;; bbdb-gnokii.el --- Export phone entries from BBDB to gnokii contacts file. | | ;; | ;; Copyright (C) 2000, 2003, 2004, 2005, 2006 | ;; Martin Schwenke, Reiner Steib, Len Trigg ` [2] <http://www.gnokii.org/> [3] , | ;; Revis

bbdb-whois.el uses obsolete old-style backquotes

2008-04-16 Thread Reiner Steib
Hi, when compiling BBDB with Emacs 22.2 or newer, I get the following warning: , | Compiling file [...]/bbdb/lisp/bbdb-whois.el at Sun Apr 13 14:12:13 2008 | bbdb-whois.el:25:1:Warning: !! The file uses old-style backquotes !! | This functionality has been obsolete for more than 10 years alre

Re: setting bbdb-file-coding-system

2008-04-16 Thread Reiner Steib
On Wed, Apr 16 2008, William Xu wrote: > (defcustom bbdb-file-coding-system > (bbdb-eval-when (fboundp 'coding-system-p) > (cond ((apply 'coding-system-p '(utf-8-emacs)) BTW, why such an obscure way of writing (coding-system-p 'utf-8-emacs)? >'utf-8-emacs) >

Re: Newsgroups alias

2008-01-26 Thread Reiner Steib
On Fri, Jan 25 2008, Uwe Brauer wrote: > Sometimes I would like to post to 2 newsgroups at the same time (I > know this is not very recommend). But then I don't remember the extact > name of newsgroup, so I would like to insert an alias/abbrev in the > newsgroups field which gets expanded. > > Ca

Re: spacebar land mines

2007-12-16 Thread Reiner Steib
On Sun, Dec 16 2007, [EMAIL PROTECTED] wrote: > R> This is not BBDB specific in any way, see... > R> | y-or-n-p is a built-in function in `C source code'. > > Actually at that point it is using bbdb-y-or-n-p, which acted > differently for the second question too. I doubt that `bbdb-y-or-n-p' act

Re: spacebar land mines

2007-12-15 Thread Reiner Steib
On Sat, Dec 15 2007, [EMAIL PROTECTED] wrote: > I have discovered the biggest problem with BBDB. [...] > Well, all I can say is: don't take spacebar for an answer ever, > require a real y/n. This is not BBDB specific in any way, see... ,[ ` f y-or-n-p RET' ] | y-or-n-p is a built-in functio

Re: Change name "Söme Näme" to "Söme Näme"?

2007-11-28 Thread Reiner Steib
On Mon, Nov 26 2007, Robert Widhopf-Fenk wrote: > On Monday, November 26, 2007 at 22:33:40, Reiner Steib wrote: >> Wouldn't it be better to encode the strings in UTF-8 and compare >> thereafter? (encode-coding-string name 'utf-8)? > > Thanks this was exa

Re: Change name "Söme Näme" to "Söme Näme"?

2007-11-28 Thread Reiner Steib
On Fri, Nov 23 2007, Tassilo Horn wrote: > From: =?ISO-8859-15?Q?J=FCrgen_Ebert?= <[EMAIL PROTECTED]> > From: =?ISO-8859-1?Q?J=FCrgen_Ebert?= <[EMAIL PROTECTED]> `unify-8859-on-decoding-mode' might solve this problem. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key availabl

Re: Change name "Söme Näme" to "Söme Näme"?

2007-11-28 Thread Reiner Steib
On Sun, Nov 25 2007, Robert Widhopf-Fenk wrote: > attached is a patch which fixes it for me in GNU Emacs 22, > but it is not perfect as it possibly fails for names which > cannot be converted to unibyte ... Wouldn't it be better to encode the strings in UTF-8 and compare thereafter? (encode-codi

Re: primep broken

2007-01-01 Thread Reiner Steib
On Sat, Dec 30 2006, Patrick Campbell-Preston wrote: > The primep function in bbdb.el has been broken for a very long while - > try (primep 4) or (primep -1) for example. This is harmless for > bbdb's own use of the function, as it happens, but not for the casual > user [amusing story omitted]. >

Re: question about synchronization

2006-10-25 Thread Reiner Steib
On Tue, Oct 24 2006, David Kågedal wrote: > [EMAIL PROTECTED] writes: [...] >> Ideally, I'd like a solution that would permit having the BBDB even >> when off line. I.e., if I take my laptop somewhere, I'd like to have >> a local copy that I can use, and synch later on. > > I use CVS to synchroni

Re: utf-8 not supported as bbdb-file-coding-system

2006-04-27 Thread Reiner Steib
On Wed, Apr 26 2006, Alf-Ivar Holm wrote: > In my emacs (21.4) utf-8-emacs is not defined (but utf-8 is) so > `bbdb-file-coding-system' defaults to iso-2022-7bit. Running Ubuntu > (Dapper) with UTF-8 all over the place and trying to store Norwegian > characters in that format leads to garbage whe

Re: [PATCH] Fix X-Face display

2005-09-03 Thread Reiner Steib
On Thu, Sep 01 2005, Steve Youngs wrote: > + * lisp/bbdb-gui.el (bbdb-hack-x-face): Use `emacs-version>=' > + instead of `string-match' against `emacs-version'. This fixes > + X-Face display in SXEmacs now, and also in future versions of > + XEmacs beyond 21.x. [...] >

Re: Bug: bbdb-merge-interactively and bbdb-create-internal treat NET differently

2004-02-14 Thread Reiner Steib
On Wed, Feb 11 2004, Robert Widhopf-Fenk wrote: > Below is a patch for approval, discussion and some other > things beside the bug described above ... The patch fixed my problem. Thanks. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- PGP key available via WWW http://rsteib.home.pag

Re: Bug: bbdb-merge-interactively and bbdb-create-internal treat NET differently

2004-02-10 Thread Reiner Steib
On Sun, Feb 01 2004, Ronan Waide wrote: > I've tweaked this to automatically listify the mail addresses if > they're not already in list form. Thanks. > Try what's in CVS and see if it works for you. `bbdb-merge-interactively' works now. But another (unrelated?) problem appeared: Given the m

Bug: bbdb-merge-interactively and bbdb-create-internal treat NET differently

2004-01-31 Thread Reiner Steib
BBDB Version: 2.35 Emacs/XEmacs Version: Emacs 21.3.50 Mail/News reader (Gnus, VM, etc) used: Gnus v5.10.6 Bug Description: bbdb-merge-interactively and bbdb-create-internal treat NET differently ,[ C-h f bbdb-merge-interactively RET ] | bbdb-merge-interactively is a compiled

Re: bbdb + gmane address-encrypted groups

2004-01-29 Thread Reiner Steib
On Fri, Jan 23 2004, Robert Widhopf-Fenk wrote: > PS: I have no idea what you mean by a gmane-address and I am > to tired to digging for it by myself ... providing an > example gmane-address/message might help ... ,[ http://gmane.org/tmda.php ] | An address that looks like [EMAIL PROT

Re: go to bbdb window upon (bbdb "bla")

2003-08-05 Thread Reiner Steib
On Wed, Jul 30 2003, Ronan Waide wrote: > On July 30, [EMAIL PROTECTED] said: >> Depends on your usage, so please some more votes before we >> may decide to do add `bbdb-selects-window', but in the > > Voting against :) > > [...] I don't want to switch to the BBDB window if I'm just looking > up

bbdb-com.el: Why (defvar Info-directory)?

2003-03-27 Thread Reiner Steib
Hi, when `bbdb' is loaded before `info', it get the following confusing output: ,[ C-h f Info-directory RET ] | Info-directory is an interactive compiled Lisp function in `bbdb-com'. | (Info-directory) | | Go to the Info directory node. ` And of course, the link to `bbdb-com' fails: "f

Re: same name for different persons

2002-09-17 Thread Reiner Steib
On Tue, Sep 17 2002, Ronan Waide wrote: > On September 17, [EMAIL PROTECTED] said: >> In my Gnus topics for mail, I've set `bbdb/news-auto-create-p' to t, >> whereas it's nil in newsgroups. [...] > You can set bbdb/news-auto-create-p to the name of a function (per the > documentation for this va

same name for different persons

2002-09-17 Thread Reiner Steib
In my Gnus topics for mail, I've set `bbdb/news-auto-create-p' to t, whereas it's nil in newsgroups. In my bbdb, I have the following person: Roland Wxyz <[EMAIL PROTECTED]> In a newsgroup, there is a person with exactly the same name: Roland Wxyz <[EMAIL PROTECTED]> Now, every time I want t

Re: Real name format and name completion

2002-08-18 Thread Reiner Steib
On Sat, Aug 17 2002, Michael J. Barillier wrote: > 1. `Real Name <[EMAIL PROTECTED]>' > 2. `"Another Name" <[EMAIL PROTECTED]>' > 3. `[EMAIL PROTECTED]' > > (Sorry for the lousy examples ... :) ) > I've looked at the records in `.bbdb' but can't come up with any rule > that explains the di