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
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
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
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
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
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
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
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)
>
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
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
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
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
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
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
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].
>
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
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
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.
[...]
>
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
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
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
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
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
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
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
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
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
27 matches
Mail list logo