error signalled on viewing post - problem with leading '.'

2009-02-11 Thread Robert Marshall
(timestamp . bbdb-refile-notes-string-most)) bbdb-save-db-timeout nil bbdb-send-mail-style 'vm bbdb-silent-running nil bbdb-snarf-web-prop 'www bbdb-sound-files ["/usr/demo/SOUND/sounds/touchtone.0.au" "/usr/demo/SOUND/sounds/touchton

Re: name mismatch: "ABC" NOT changed to "XYZ"

2008-07-07 Thread Robert Widhopf-Fenk
On Sunday, July 6, 2008 at 23:26:51, Dan Jacobson wrote: > >>>>> "RW" == Robert Widhopf-Fenk <[EMAIL PROTECTED]> writes: > > RW> On Wednesday, April 30, 2008 at 07:29:58, Dan Jacobson wrote: > >> If one sets bbdb-quiet-about-name-mismatches t &g

Re: noticing alternative names

2008-07-07 Thread Robert Widhopf-Fenk
On Sunday, July 6, 2008 at 11:07:16, William Xu wrote: > Robert Widhopf-Fenk <[EMAIL PROTECTED]> writes: > > > Pleas share the changes, eventually they could be merged > > into the mainline ... > > My change is like: "You, just shut up!", as I simply co

Re: noticing alternative names

2008-07-07 Thread Robert Widhopf-Fenk
bdb-annotate-message-sender) does exactly > what this says. Probably it should not display the message in case of t, as it contradicts the "quiet" in the name of the variable ... well the code says ;; ignore name mismatches?

Re: bbdb-whois.el uses obsolete old-style backquotes

2008-07-05 Thread Robert Widhopf-Fenk
ext ,text)) + (or (member text old) + (,set ,record (nconc old (list text))) (defcustom bbdb-whois-server (or (and (boundp 'whois-server) whois-server) "whois.geekto

Re: Last bbdb field

2008-07-05 Thread Robert Widhopf-Fenk
ord ] | (bbdb-defstruct bbdb-record- | firstname lastname aka company | phones addresses net raw-notes | cache | ) ` IMHO it is best to us the existing mechanism for user defined fields. Otherwise you might also need to care for correct r

Re: Sending mail

2008-07-05 Thread Robert Widhopf-Fenk
records added for those people you reply to. ` ,[ ~/.vm ] | (add-hook 'vm-reply-hook 'bbdb-force-record-create) ` Bye Robert - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have s

Re: noticing alternative names

2008-07-05 Thread Robert Widhopf-Fenk
; > http://permalink.gmane.org/gmane.emacs.bbdb.user/2196 > > So I ended up modifying the lisp files directly. Pleas share the changes, eventually they could be merged into the mainline ... Robert - Sponsored by: SourceForge.net Commu

Re: name mismatch: "ABC" NOT changed to "XYZ"

2008-07-05 Thread Robert Widhopf-Fenk
n "2.35" Hi Dan, can you provide an example message to reproduce this problem? You may send it by private mail to me. Pleas also check the headers of the messages old ones and the new one and check if they are different, mayb

Re: setting bbdb-file-coding-system

2008-04-24 Thread Robert Widhopf-Fenk
-emacs)) > > BTW, why such an obscure way of writing (coding-system-p > 'utf-8-emacs)? To avoid a warning about an unbound coding-system-p function during byte compilation. Robert - This SF.net email is spons

Re: setting bbdb-file-coding-system

2008-04-16 Thread Robert Widhopf-Fenk
o utf-8, so that the file could be saved correctly. Well do it, but make a backup of ~/.bbdb first. Bye Robert - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting

Re: Moving BBDB from CVS to BZR

2008-03-26 Thread Robert Widhopf-Fenk
; containing both changes, as one would hope. So I think the issue you > ran into with SVN does not apply to Mercurial. Yeah, I just downloaded 1.0 and also directory renaming works as expected, the wiki is just not up to date. http://www.selenic.com/mercurial/wiki/index.cgi/Ren

Re: Moving BBDB from CVS to BZR

2008-03-25 Thread Robert Widhopf-Fenk
On Wednesday, March 19, 2008 at 08:53:30, Martin Geisler wrote: > Robert Widhopf-Fenk <[EMAIL PROTECTED]> writes: > > > [...] > > > > Has proper rename support finally landed in hg? > > If you mean the ability to rename files and have hg know about it, &

Re: Moving BBDB from CVS to BZR

2008-03-18 Thread Robert Widhopf-Fenk
On Monday, March 17, 2008 at 15:09:51, Didier Verna wrote: > Robert Widhopf-Fenk <[EMAIL PROTECTED]> wrote: > > > I think about moving the BBDB repository from CVS to BZR and host it > > on https://launchpad.net instead of sourceforge.net. > > > So what do th

Re: Moving BBDB from CVS to BZR

2008-03-18 Thread Robert Widhopf-Fenk
On Monday, March 17, 2008 at 10:01:57, gour wrote: > >>>>> "Robert" == Robert Widhopf-Fenk <[EMAIL PROTECTED]> writes: > Hi Robert! > > Robert> It is easier for all developers to use better tools. > > If there is no release for longer time, I&

Re: Moving BBDB from CVS to BZR

2008-03-18 Thread Robert Widhopf-Fenk
On Sunday, March 16, 2008 at 20:06:26, Brett Presnell wrote: > > Robert Widhopf-Fenk <[EMAIL PROTECTED]> writes: > > > Different back end storage has been discussed before and it > > would be a major effort to implement that and probably will > > slow down BBDB.

Re: Moving BBDB from CVS to BZR

2008-03-16 Thread Robert Widhopf-Fenk
On Sunday, March 16, 2008 at 17:01:32, Brett Presnell wrote: > > Robert Widhopf-Fenk <[EMAIL PROTECTED]> writes: > > > Gosh, everyone is moving away :-/ > > No, some of us are just quiet because we don't have much to contribute > (my elisp programming skill

Re: ':' & ';' in mailers

2008-03-16 Thread Robert Widhopf-Fenk
On Monday, March 10, 2008 at 23:05:59, Leo wrote: > On 2008-03-10 21:59 +0000, Robert Widhopf-Fenk wrote: > > On Friday, March 7, 2008 at 00:54:36, Leo wrote: > > [...] > >> I think there should be another key to show (just show, not add) the > >> record in

Re: ':' & ';' in mailers

2008-03-16 Thread Robert Widhopf-Fenk
On Monday, March 10, 2008 at 23:05:59, Leo wrote: > On 2008-03-10 21:59 +0000, Robert Widhopf-Fenk wrote: > > On Friday, March 7, 2008 at 00:54:36, Leo wrote: > > [...] > >> I think there should be another key to show (just show, not add) the > >> record in

Re: Moving BBDB from CVS to BZR

2008-03-16 Thread Robert Widhopf-Fenk
On Monday, March 10, 2008 at 22:25:35, Ronan Waide wrote: > > On 10 Mar 2008, at 22:17, Robert Widhopf-Fenk wrote: > > > Hi, > > > > I think about moving the BBDB repository from CVS to BZR and > > host it on https://launchpad.net instead of sourceforge

Re: ':' & ';' in mailers

2008-03-10 Thread Robert Widhopf-Fenk
mented behavior was restored and the "fix" which broke it also works now. If it does not, please blame it on me ;-) Bye Robert - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual S

Moving BBDB from CVS to BZR

2008-03-10 Thread Robert Widhopf-Fenk
? Cheers, Robert. - 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

Re: allow deleting in addition to adding

2008-03-10 Thread Robert Widhopf-Fenk
On Monday, March 10, 2008 at 21:17:08, Nix wrote: > On 10 Mar 2008, Robert Widhopf-Fenk stated: > > > On Wednesday, March 5, 2008 at 08:18:32, Dan Jacobson wrote: > >> RW> If that's what you really want the take a look at bbdb-expire.el ... > >> > >&

Re: allow deleting in addition to adding

2008-03-04 Thread Robert Widhopf-Fenk
e has forgotten he wanted to delete etc. So just do it when reading the specific message, add the new address, switch to the BBDB buffer and remove the entry ... > P.S., if one wants to clean up older items, there apparently is no > easy way to sort on date... If that's

Re: ':' & ';' in mailers

2008-03-04 Thread Robert Widhopf-Fenk
fact I like that I do not get bothered by a question as I did the ":" explicitly anyway for the purpose of adding the addresses ... so I think about fixing the documentation. Robert - This SF.net email is

Re: New features (ready made to melt them into BBDB)

2008-02-16 Thread Robert Widhopf-Fenk
ile with all those goodies (which probably will be part of the book) and it looks like there are more to come ;-) Robert - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio

Re: recent bbdb problems with emacs-snapshot

2008-02-04 Thread Robert Widhopf-Fenk
On Tuesday, January 29, 2008 at 17:44:43, Sebastian P. Luque wrote: > On Tue, 29 Jan 2008 23:58:05 +0100, > Robert Widhopf-Fenk <[EMAIL PROTECTED]> wrote: > > [...] > > > The leading space will hide it from switch-to-buffer and the > > buffer list ... a quick te

Re: recent bbdb problems with emacs-snapshot

2008-01-29 Thread Robert Widhopf-Fenk
On Tuesday, January 29, 2008 at 15:18:37, Sebastian P. Luque wrote: > On Tue, 29 Jan 2008 21:53:57 +0100, > Robert Widhopf-Fenk <[EMAIL PROTECTED]> wrote: > > [...] > > > Which bbdb-version / debian package are you using? > > This is with BBDB version

Re: importing addressbook from jpilot

2008-01-29 Thread Robert Widhopf-Fenk
rently. http://www-pu.informatik.uni-tuebingen.de/users/crestani/downloads/bbdb-vcard-import.el Robert - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008

Re: recent bbdb problems with emacs-snapshot

2008-01-29 Thread Robert Widhopf-Fenk
ciate any suggestions as to what may be wrong. Which bbdb-version / debian package are you using? Robert - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual S

Re: reconfiguring bbdb for emacs23

2008-01-05 Thread Robert Widhopf-Fenk
d bbdb, then add its location to the > > load-path, else add a (require 'bbdb ... to your MUAs > > init file. > > Robert, > > Thanks. Indeed, it was not able to find-library for bbdb: > > Debugger entered--Lisp error: (error "Can't find library bbdb&quo

Syncing BBDB with Palms

2008-01-02 Thread Robert P. Goldman
or only the subset of fields on the legacy OS? I had actually given up on using BBDB about a year or so ago, in favor of using Palm desktop, precisely because I couldn't figure out how to manage Palm syncing thanks, Robert

Re: reconfiguring bbdb for emacs23

2008-01-02 Thread Robert Widhopf-Fenk
h" > before "make". Exactly. But you may not need to upgrade in order to fix your problem. It seems that Emacs 23 simply does not find BBDB at all. Try M-x find-library RET bbdb RET. If it cannot find bbdb, then add its location to the load-path, else add a (require '

Re: Synchronization between bbdb and mobile phone/palm pilot?

2008-01-01 Thread Robert Widhopf-Fenk
dafone phone' but > `Vodafone-phone'.) Space is bound to completion by default. To insert a space you have to quote it, i.e. C-q SPACE. Robert - This SF.net email is sponsored by: Microsoft Defy all challenges. Microso

Re: bbdb-dwim-net-address

2007-12-04 Thread Robert Widhopf-Fenk
x27;t see a nice way to specify it by a format string, it would have been more like a sexp to handle different cases, e.g. (if mail-name mail-name (if title (concat title " " name) name)) and IMHO this is

Re: `S o' has no completion for mail-aliases

2007-12-04 Thread Robert Widhopf-Fenk
On Monday, December 3, 2007 at 21:45:48, Leo wrote: > On 2007-12-03 19:59 +0000, Robert Widhopf-Fenk wrote: > > Hi Robert, > > > On Monday, December 3, 2007 at 02:15:59, Leo wrote: > >> Hi there, > >> > >> I want to search in the mail-aliases field

Re: Name with title

2007-12-04 Thread Robert Widhopf-Fenk
On Monday, December 3, 2007 at 21:56:09, Leo wrote: > On 2007-12-03 20:27 +0000, Robert Widhopf-Fenk wrote: > > Hi Robert, many thanks for the patch below. It works great! > > > On Monday, December 3, 2007 at 02:14:01, Leo wrote: > >> On 2007-11-26 22:57 +

Re: Name with title

2007-12-03 Thread Robert Widhopf-Fenk
On Monday, December 3, 2007 at 02:14:01, Leo wrote: > On 2007-11-26 22:57 +0000, Robert Widhopf-Fenk wrote: > > Hi Robert, sorry for the delay. > > > On Saturday, November 24, 2007 at 00:24:28, Leo wrote: > >> Hi there, > >> > >> In England, one

Re: `S o' has no completion for mail-aliases

2007-12-03 Thread Robert Widhopf-Fenk
On Monday, December 3, 2007 at 02:15:59, Leo wrote: > Hi there, > > I want to search in the mail-aliases field, however when I type 'S > o', there is no completion for mail-aliases. Is this a bug? There is, it is

Re: export import

2007-12-01 Thread Robert Widhopf-Fenk
On Friday, November 30, 2007 at 08:29:19, Leo wrote: > > Hi Robert, > > On 2007-11-29 20:22 +, Robert Widhopf-Fenk wrote: > > On Wednesday, November 28, 2007 at 19:22:58, Rustom Mody wrote: > >> Does bbdb support import/export from other ad-book formats like >

Re: export import

2007-11-29 Thread Robert Widhopf-Fenk
On Wednesday, November 28, 2007 at 19:22:58, Rustom Mody wrote: > Does bbdb support import/export from other ad-book formats like > yahoo/gmail address books? There is a csv-export by http://www.robf.de/Hacking/elisp/bbdb-rf.el but there is no real syncing with external address books.

Re: Name with title

2007-11-26 Thread Robert Widhopf-Fenk
o them. > BTW, more and more I find bbdb can not record some info > correctly. For example some contacts have work and personal 'www' > and there is no easy way to indicate this in bbdb. Add a new field www-home. Bye, Robert -

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

2007-11-26 Thread Robert Widhopf-Fenk
Within the same buffer, but IMHO not in the way how BBDB needs it, but the doc string of `unify-8859-on-decoding-mode' says: The `utf-8' coding system treats the characters of European scripts in a unified manner. So your first tip was just ri

Re: Minor cleanup and fix a bug in doc string

2007-11-26 Thread Robert Widhopf-Fenk
On Sunday, November 25, 2007 at 09:08:21, Leo wrote: > Hi Robert, > > The doc string of bbdb-get-addresses has a leading '(' at the > beginning of the line, which causes wrong font locking in the > file. The rest of the diff is just removing trailing spaces. Thanks, the

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

2007-11-26 Thread Robert Widhopf-Fenk
On Monday, November 26, 2007 at 22:33:40, Reiner Steib wrote: > 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 unib

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

2007-11-25 Thread Robert Widhopf-Fenk
Hi Tassilo, 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 ... Anyway, please test it. Bye Robert === modified file 'lisp/bbdb.el' --- lisp/bbdb.el2007-11-08 20:36:49 +000

Re: stop bbdb from asking

2007-11-23 Thread Robert Widhopf-Fenk
om adding AKAs when you tell it you don't want > them. > > But it does not say which variable to set. (setq bbdb-quiet-about-name-mismatches t) Should do the trick. Bye Robert - This SF.net email is

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

2007-11-22 Thread Robert Widhopf-Fenk
elect the raw article buffer by "C-u g" and extract the From headers there. You may spoof the email addresses or names if you want. You are using a mime enabled Emacs, aren't you? Robert - This SF.net email is s

Re: coding of .bbdb file

2007-11-02 Thread Robert Widhopf-Fenk
db file? > > any suggestions would be appreciated, thanks Hi Eli, could you please send me a test message, I cannot debug this ... Thanks Robert - This SF.net email is sponsored by: Splunk Inc. Still grepping thro

Re: problem with iso-2022-7bit coding

2007-11-02 Thread Robert Widhopf-Fenk
omization, but I am not sure if it should be changed to be iso-8859-1 by default as this might corrupt the BBDB of other ... Bye Robert - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find pro

Re: How to import a vcard.vcf into bbdb?

2007-11-02 Thread Robert Widhopf-Fenk
em? If they are not pretty printed it should be fairly easy to handle them as parsing has been solved by Noah S. Friedman already. I will put it to the todo list an will come back to your when I have something to test ... Robert -

Re: insert permanent new-entry-field

2007-11-02 Thread Robert Widhopf-Fenk
d > >> question? > >> > >> Fabian > > > > All user fields are saved in your bbdb file. > > Thanks for the hint, but it actually does not work like I > think it should. I have an entry: >

Re: installing bbdb on a windows box with cygwin

2007-11-02 Thread Robert Widhopf-Fenk
gt; > any rays of light for me? Well, bbbdb-sc.el does not exist, it should spell bbdb-sc.elc ... my best guess is that your Makefile has been corrupted and the superfluous "b" jumped in between the two Bs or in front or after it ... well it is hard to tell which on

Re: PATCH: fix documentation of bbdb-always-add-addresses

2007-11-02 Thread Robert Widhopf-Fenk
ls. > > * texinfo/bbdb.texinfo (Manual Record Addition): Use @pxref, > not > @xref. Thanks for the patch, it is merged. Bye, Robert - This SF.net email is sponsored by: Splunk Inc. Still greppi

Re: unable to use bbdb-append-record,

2007-11-02 Thread Robert Widhopf-Fenk
er searching. I do C-u + and i have a message: always > append records but it append nothing and change the last record for > the new one when i do a new search with b. Did i miss some thing ? > Thank you. I just tried it and it works for me: M-x bbdb RET / fenk RET C-u + / wi

Re: bind print-level and print-length?

2007-11-02 Thread Robert Widhopf-Fenk
wouldn't see the bug unless one of those > variables gets set, and you happen to have an entry that overflows > the print length. I don't know how print-length gets set -- this is > probably a bug in some other package -- but the point is that BBDB > should be robust against

Re: Can bbdb honour gnus-ignored-from-addresses?

2007-07-03 Thread Robert Widhopf-Fenk
On Friday, June 29, 2007 at 11:09:53, Kousik Nandy wrote: > On 6/27/07, Robert Widhopf-Fenk wrote: > > On Tuesday, June 5, 2007 at 15:26:52, Kousik Nandy wrote: > > [...] > > > Gnus does a nice trick, if the sender matches > > > gnus-ignored-from-addresse

Re: Can bbdb honour gnus-ignored-from-addresses?

2007-06-26 Thread Robert Widhopf-Fenk
gnus-ignored-from-addresses, then it goes further, find the > recipient's name (or newsgroup), prepend it by -> > (gnus-summary-to-prefix, to be precise), and display it. I wonder if > it is possible by bbdb to do the same? The the patch below on a quick hack for this which got

Re: primep broken

2007-06-26 Thread Robert Widhopf-Fenk
> such compatibility issues. > > | > > | (defalias 'gnus-point-at-bol > > | (if (fboundp 'point-at-bol) > > | 'point-at-bol > > | 'line-beginning-position)) > > ` > > >

Re: bbdb based citation

2007-06-26 Thread Robert Widhopf-Fenk
fter the > --text follows this line-- > Hola Name (based on bbdb) > > Con respeto de tu ultimo correo: > >>>>> "Joe" == Joe Miller <[EMAIL PROTECTED]> writes: > > > Does such case already exist? There is bbdb-sc.el, but IMHO it does something d

Re: completion in latest code

2007-05-31 Thread Robert Widhopf-Fenk
On Thursday, May 31, 2007 at 16:27:21, Dave Goldberg wrote: > I get a window displayed now, but special display is not picking it > up. Too bad, but fixed now ... hopefully. ;-/ Bye Robert - This SF.net email is spo

Re: completion in latest code

2007-05-31 Thread Robert Widhopf-Fenk
On Thursday, May 31, 2007 at 15:41:37, Dave Goldberg wrote: > I also just tried setting bbdb-use-pop-up to 'horizontal and > 'vertical. I still get no display. And yes, I have tried it with > xemacs -q to avoid any issues from my init.el. Could you update an try it again

Re: completion in latest code

2007-05-31 Thread Robert Widhopf-Fenk
On Wednesday, May 30, 2007 at 22:09:04, Leo wrote: > ----- Robert Widhopf-Fenk (2007-05-30) wrote:- > > [...] > >> Does the following patch looks good: > >> > >> > >> --- bbdb.el30 May 2007 00:05:04 +0100 1.246 >

Re: completion in latest code

2007-05-31 Thread Robert Widhopf-Fenk
On Wednesday, May 30, 2007 at 18:59:17, Dave Goldberg wrote: > >>>>> On Tue, 29 May 2007 00:03:43 +0100, Leo <[EMAIL PROTECTED]> > >>>>> said: [...] > bbdb-use-pop-up nil It should work if you do

Re: completion in latest code

2007-05-30 Thread Robert Widhopf-Fenk
nhibit-read-only t)) (erase-buffer)) this one not. Why do you want to erase the buffer, it should not be necessary. I have committed a sightly different bugfix where the buffer is created in bbdb-pop-up-bbdb-buffer where I IMHO caused the problem. While I was not able to reproduce it here (I alwa

Re: completion in latest code

2007-05-28 Thread Robert Widhopf-Fenk
On Friday, May 25, 2007 at 19:50:01, Leo wrote: > The following message is a courtesy copy of an article > that has been posted to gmane.emacs.bbdb.user as well. > > - Robert Widhopf-Fenk (2007-05-25) wrote:- > > >> > No sorry, but I hear some bells now

Re: Does this bug happen in Emacs 22?

2007-05-28 Thread Robert Widhopf-Fenk
"Emacs 22"? No at least not with my settings I have created a ~/.bbdb with the record ["eddies" nil nil nil nil nil ("[EMAIL PROTECTED]") ((creation-date . "2007-03-05") (timestamp . "2007-05-28")) nil] You should try debugging it as I cannot

Re: completion in latest code

2007-05-25 Thread Robert Widhopf-Fenk
On Wednesday, May 23, 2007 at 22:20:16, Leo wrote: > ----- Robert Widhopf-Fenk (2007-05-23) wrote:- > > >> > You mean there is only one completion for that record and it > >> > gets completed without a completion choices buffer, right? > >> > >>

Re: completion in latest code

2007-05-24 Thread Robert Widhopf-Fenk
On Wednesday, May 23, 2007 at 02:55:21, Leo wrote: > ----- Robert Widhopf-Fenk (2007-05-23) wrote:- > > >> >> I updated to bbdb yesterday and I have noticed one change > >> >> which I found annoying. > >> >> > >> >> That is,

Re: completion in latest code

2007-05-24 Thread Robert Widhopf-Fenk
On Tuesday, May 22, 2007 at 23:36:43, Leo wrote: > ----- Robert Widhopf-Fenk (2007-05-22) wrote:- > > > On Tuesday, May 22, 2007 at 15:38:36, Leo wrote: > >> I updated to bbdb yesterday and I have noticed one change which I > >> found annoying. > >>

Re: completion in latest code

2007-05-22 Thread Robert Widhopf-Fenk
gnu/linux". But I cannot reproduce this with Emacs 22.1.50.1 and Gnus v5.11. >From what version have you been updating to the head of CVS? Could you try if it also occurs with Emacs 22 and older Gnus? Robert - This

Re: fancy mail aliases

2007-05-19 Thread Robert Widhopf-Fenk
On Thursday, February 8, 2007 at 00:19:12, Robert Widhopf wrote: > Hi all, > > we had a discussion on hierarchical mail aliases like in > ~/.mailrc and there was a patch floating around, but aliases > in BBDB are a bit different, i.e. the alias maps only to the > first net of a

Re: bbdb-changed errors

2007-04-16 Thread Robert Widhopf-Fenk
On Tuesday, April 10, 2007 at 17:42:45, Leo wrote: > Tested in GNU Emacs 23.0.0.7 (i686-pc-linux-gnu, X toolkit) of > 2007-03-29 on Fedora 6. Are you running 23? Gosh, 22 is not stable so far ... I dare debugging anything for 23.

Re: Mail-aliases contains unexpected hook

2007-03-31 Thread Robert Widhopf-Fenk
On Thursday, March 29, 2007 at 01:19:06, Leo wrote: > On 2007-03-29, Robert Widhopf-Fenk said: > > [...] > >> > > Interesting, but I think you should move up to the cvs > >> > > version (2.36 dev). There has been a lot of bug fixes that > >>

Re: Horizontal pup-up window takes too much space

2007-03-31 Thread Robert Widhopf-Fenk
ow the article buffer. In the next release 'horiz will do what its name suggests. If you really want them side by side and want to specify the width in columns, then there is no way to do this currently. Bye Robert - Tak

Re: Mail-aliases contains unexpected hook

2007-03-28 Thread Robert Widhopf-Fenk
On Thursday, March 29, 2007 at 01:35:42, Robert Widhopf wrote: > On Monday, March 26, 2007 at 09:12:41, Leo wrote: > > On 2007-03-25, Charles philip Chan said: > > > > > On 22 Mar 2007, [EMAIL PROTECTED] wrote: > > > > > >> The interesting point seems

Re: Mail-aliases contains unexpected hook

2007-03-28 Thread Robert Widhopf-Fenk
and the CVS head there are no changes in related code, so I really do not understand the cause of the problem yet. Robert - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you

Re: Disable vertical splitting

2007-03-04 Thread Robert Widhopf-Fenk
op-up' should select how to split that window ... Anyway, you should be fine with (setq bbdb-use-pop-up t) for now. Robert - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel

Re: how to avoid adding all recipients to .bbdb?

2007-02-23 Thread Robert Widhopf-Fenk
thanks... (setq bbdb-get-only-first-address-p t) Should do the trick, but it will also no show those others in the BBDB buffer anymore. Robert - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net

Re: Want BBDB update to ignore name/AKA updates for some records.

2007-02-21 Thread Robert Widhopf-Fenk
On Monday, February 19, 2007 at 09:54:33, Len Trigg wrote: > Robert Widhopf-Fenk wrote: > > In CVS bbdb-quiet-about-name-mismatches can be a function or > > sexp now in order to tweak handling of name mismatches. > > > > This is not as mighty as modifying bbdb-readonl

Re: Want BBDB update to ignore name/AKA updates for some records.

2007-02-17 Thread Robert Widhopf-Fenk
On Wednesday, February 14, 2007 at 08:16:44, Patrick Campbell-Preston wrote: > > Len Trigg wrote: > > > > Robert Widhopf-Fenk wrote: > > > > No, but maybe you just want to ignore the messages which go > > > > to the mailing list. > > > > I

Re: Want BBDB update to ignore name/AKA updates for some records.

2007-02-12 Thread Robert Widhopf-Fenk
which go to the mailing list. Take a look at `bbdb-ignore-some-messages-alist'. You may set it up to ignore messages going to a mailing list. Bye Robert - Using Tomcat but need to do more? Need to support web services, se

Re: How to list all mails associated with a BBDB entry?

2007-02-10 Thread Robert Widhopf-Fenk
ion of results is WL specific. Bind you function to a key and then call ... (defun ut-bbdb-wl-search () (interactive) (let* ((rec (bbdb-current-record)) (nets (bbdb-record-net rec))) (message "Doing WL search with %S ...&q

fancy mail aliases

2007-02-07 Thread Robert Widhopf-Fenk
ne a hierarchical alias one has to create a record with the alias "ha*" and specify nets which are aliases of other records. Anyway, I want to discuss this first to get some feedback and new ideas before going to implement it! Robert -

Re: last name completition

2007-02-07 Thread Robert Widhopf-Fenk
On Friday, December 15, 2006 at 19:33:20, Leo wrote: > * Robert Widhopf-Fenk (2006-12-15 19:39 +0100) said: > ^^^ > >> 1. modify the function bbdb-complete-name such that the hashtable > >> which currently is obtained by calling bbdb-hashtable is also >

Re: BBDB 2.35 is released

2007-02-07 Thread Robert Widhopf-Fenk
o get all done > > ... > > > > Thanks for reporting it, it is fixed now! > > "BBDB 2.35 is the current stable released version, released on > January 30, 2006." > > Er, 2007, perhaps? Sure, finally I arrived in 2007 ;-) Robert -

Re: BBDB 2.35 is released

2007-02-06 Thread Robert Widhopf-Fenk
On Wednesday, January 31, 2007 at 16:06:43, Leo wrote: > On 2007-01-30, Robert Widhopf-Fenk said: > > > On Wednesday, January 17, 2007 at 23:57:58, Ronan Waide wrote: > >> Hi folks, > >> > >> given that my contribs to BBDB of late have amounted to > >

Re: small makefile patch

2007-02-06 Thread Robert Widhopf-Fenk
Tom > > 2007-02-03 Tom Tromey <[EMAIL PROTECTED]> > > * lisp/Makefile.in (bbdb-hooks.elc): Put lisp on a single > line. You could have added that to ChangeLog in the source tree root in order to easier apply it as patch ;-) Robert ---

BBDB 2.35 is released

2007-01-30 Thread Robert Widhopf-Fenk
On Wednesday, January 17, 2007 at 23:57:58, Ronan Waide wrote: > Hi folks, > > given that my contribs to BBDB of late have amounted to shepherding > other peoples' patches into CVS and the occasional cranky email to > the list, I've handed the reins over to Robert Widho

Re: Address completion messes up message

2007-01-19 Thread Robert Widhopf-Fenk
st > bbdb-com.el directly from CVS... and, yes, now it works, thanks! Good to hear ;-) Bye Robert - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the

Re: Address completion messes up message

2007-01-17 Thread Robert Widhopf-Fenk
On Friday, January 5, 2007 at 13:30:12, Svend Tollak Munkejord wrote: > On 2006-12-18, Robert Widhopf-Fenk <[EMAIL PROTECTED]> wrote: > > > On Friday, December 15, 2006 at 21:51:58, Robert Widhopf wrote: > > [...] > >> I have now debugged it in GNU Emacs and w

Re: release planned?

2006-12-18 Thread Robert Widhopf-Fenk
On Friday, December 15, 2006 at 21:41:37, Leo wrote: > * Robert Widhopf-Fenk (2006-12-15 21:59 +0100) said: > ^^^ > > On Friday, December 15, 2006 at 19:43:23, Leo wrote: > >> * Robert Widhopf-Fenk (2006-12

Re: Address completion messes up message

2006-12-18 Thread Robert Widhopf-Fenk
Let's discuss this on the list, before I commit a xmas bug ... On Monday, December 18, 2006 at 21:38:18, Robert Widhopf wrote: [...] > Hey, I accidently committed the modifications for adding the > lastname to the hashtable (bbdb-hash-record) and there is no > uncommit ;-/ So th

Re: Address completion messes up message

2006-12-18 Thread Robert Widhopf-Fenk
On Friday, December 15, 2006 at 21:51:58, Robert Widhopf wrote: [...] > I have now debugged it in GNU Emacs and was able to > reproduce and fix this bug. The fix is CVS now. > > Please update and see if it works for you! > > Thanks for reporting this and sorry for coming back

Re: release planned?

2006-12-15 Thread Robert Widhopf-Fenk
On Friday, December 15, 2006 at 19:43:23, Leo wrote: > * Robert Widhopf-Fenk (2006-12-15 20:06 +0100) said: > ^^^ > [...] > >> > > I have been using BBDB for a few years. I am wondering if > >> > > there is a new release coming up. > &g

Re: Address completion messes up message

2006-12-15 Thread Robert Widhopf-Fenk
On Wednesday, October 11, 2006 at 17:48:30, Svend Tollak Munkejord wrote: > Robert Widhopf-Fenk <[EMAIL PROTECTED]> writes: > > > On Thursday, September 28, 2006 at 09:29:35, Svend Tollak > > Munkejord wrote: > >> Hi, > >> > >> I use GNU

Re: release planned?

2006-12-15 Thread Robert Widhopf-Fenk
t; > > is a new release coming up. It is 6.5 years since the last release and since then there have been a reasonable number of bugfixes and improvements. So let us release 2.35 and switch to 2.36 in CVS ;-) Bye Robert -

Re: mailing list alias like in mailrc

2006-12-15 Thread Robert Widhopf-Fenk
one draw back, i.e. it might break things for those that have net entries without a "@" and records with that net as alias. What do you think about implementing it like this? Robert. - Take Surveys. Earn Cash. Influe

Re: last name completition

2006-12-15 Thread Robert Widhopf-Fenk
gt; (length name) 0) (bbdb-puthash (downcase name)record bbdb-hashtable)) +(if (> (length lastname) 0) +(bbdb-puthash (downcase lastname)record bbdb-hashtable)) (if (> (length company) 0) (bbdb-puthash (downcase company) record bbdb-hashtable)) (whi

Re: question about synchronization

2006-10-24 Thread Robert P. Goldman
On Tuesday 24 October 2006 01:24 pm, David Kågedal wrote: > [EMAIL PROTECTED] writes: > > Do any of you use a BBDB database on multiple machines? I have a > > laptop and a desktop, and I'd like to share my .bbdb, but I don't have > > a good idea about how to do this, and I particularly don't know

  1   2   3   4   >