Re: error while completing name

2012-08-05 Thread Roland Winkler
On Sun Aug 5 2012 Ivan Kanis wrote: I am running emacs bzr. I get the following error from time to time: I am sorry, this backtrace is rather difficult to read because of extra linebreaks added by some mail program. Could you please send it again in some mime encoded / compressed format that

Re: cycling thru email addresses?

2012-08-05 Thread Roland Winkler
On Sun Aug 5 2012 Stephen Leake wrote: I've traced thru several executions of bbdb-complete-mail, with various patterns, and various settings of bbdb-completion-list. It appears there is no way to get to the line ;; Consider cycling with 'done' set to nil, so there is no way to get cycling. I

Re: error while completing name

2012-08-05 Thread Roland Winkler
On Sun Aug 5 2012 Stephen Leake wrote: This is the error I just reported/fixed, in bbdb-complete-mail; it's attempting to kill the completion window after it's already been killed by (set-window-configuration bbdb-complete-mail-saved-window-config) I guess I understand now the problem. The

Re: cycling thru email addresses?

2012-08-05 Thread Roland Winkler
On Sun Aug 5 2012 Stephen Leake wrote: Roland Winkler wink...@gnu.org writes: On Sun Aug 5 2012 Stephen Leake wrote: I've traced thru several executions of bbdb-complete-mail, with various patterns, and various settings of bbdb-completion-list. It appears there is no way to get

[BBDB] ChangeLog 2012-08-05 (was: error while completing name)

2012-08-05 Thread Roland Winkler
On Sun Aug 5 2012 Ivan Kanis wrote: I am running emacs bzr. I get the following error from time to time: Does this solve your problem? 2012-08-05 Roland Winkler wink...@gnu.org * lisp/bbdb-com.el (bbdb-complete-mail): Do not call quit-window. Instead, rely on set-window

Re: [BBDB] ChangeLog 2012-08-05

2012-08-05 Thread Roland Winkler
to first update the code of bbdb-expire for BBDB v3. Then I'll be happy to re-integrate bbdb-expire into BBDB. (For myself, I cannot see a need for bbdb-expire.) 2012-08-05 Roland Winkler wink...@gnu.org * lisp/bbdb-mua.el (bbdb-annotate-message): Simplify. 2012-08-05 Roland Winkler

Re: [BBDB] Changelog 2012-07-31

2012-08-01 Thread Roland Winkler
On Wed Aug 1 2012 Stephen Leake wrote: Now that's fixed, but I suspect I'll still use separate records in a case like this. For example, sm...@foo.com should have a different work phone than j...@bar.com. But maybe I need to experiment more. I do not quite see why an email address needs to be

[BBDB] ChangeLog 2012-08-01 (was: How to merge to records with identical names?)

2012-08-01 Thread Roland Winkler
(the current mail address) is used by (the name of the person) This should be fixed now. When I last touched the code of bbdb-merge-records, the code for checking duplicates was broken. In the meanwhile this got fixed, but this check doesn't make sense while merging records. 2012-08-01 Roland Winkler

Re: [BBDB] ChangeLog 2012-08-01 (was: How to merge to records with identical names?)

2012-08-01 Thread Roland Winkler
On Wed Aug 1 2012 Roland Winkler wrote: On Wed Aug 1 2012 Alan Schmitt wrote: I have a person that was entered twice in bbdb, with the same name but two different mails. I tried to put the cursor on one of the records and do a M-x bbdb-merge-record, but when I enter the second mail address

Re: again: ; bbdb-mua-edit-field-sender

2012-07-28 Thread Roland Winkler
On Fri Jul 27 2012 Sam Steingold wrote: I just enter the article (by hitting 'n', 'SPC' or mouse in the *Summary* buffer). OK, it seems you are using bbdb-mua-auto-update which by default displays both sender(s) and recipients. Similarly bbdb-mua-edit-field-sender should operate on sender(s)

Re: bbdb-mua-edit-field and people in CC

2012-07-28 Thread Roland Winkler
On Sat Jul 28 2012 Alan Schmitt wrote: I have a key bound to bbdb-mua-edit-field in summary mode, and I've just noticed that it only let me edit the field of the sender. The documentation says it should edit sender or recipients, and I'm wondering if it's possible to edit both. This could be

Re: again: ; bbdb-mua-edit-field-sender

2012-07-27 Thread Roland Winkler
On Wed Jul 25 2012 Sam Steingold wrote: I set bbdb-message-all-addresses to t so that I see both the sender of a message and all the CC recipients. Which command do you use to see these records? With bbdb-mua-display-records you get sender and recipients, whereas bbdb-mua-display-sender gives

Re: [BBDB] ChangeLog 2012-07-20

2012-07-20 Thread Roland Winkler
There was a silly bug that made bbdb-annotate-message create new records only if you did not want to do that. This should be fixed now. 2012-07-20 Roland Winkler wink...@gnu.org * lisp/bbdb-mua.el (bbdb-annotate-message): Simplify. Create new record if update-p has not value

[BBDB] ChangeLog 2012-07-20

2012-07-19 Thread Roland Winkler
On Thu Jul 19 2012 Sam Steingold wrote: * Roland Winkler jvax...@tah.bet [2012-07-17 17:06:52 -0500]: Use a return value of nil to ignore a mail address. I cannot promise, though, that I already identified all instances in the code where this can be relevant. Debugger entered--Lisp

Re: bbdb smashes my key bindings

2012-07-18 Thread Roland Winkler
On Wed Jul 18 2012 Ivan Kanis wrote: (define-key km [delete] 'scroll-down) (define-key km'scroll-up) Strange, my GNU Emacs 24.1 ignores the key binding for scroll-up. Looks like I need to read more carefully the elisp manual for how to bind a command to the SPC key.

[BBDB] ChangeLog 2012-07-18

2012-07-18 Thread Roland Winkler
probably be extended). When you execute such an electric command in BBDB's electric mode, this removes the BBDB window, too. (Well, that's my understanding of the electric mode. Comments welcome.) 2012-07-18 Roland Winkler wink...@gnu.org * lisp/bbdb.el: Autoload bbdb-search and bbdb-search

[BBDB] ChangeLog 2012-07-17

2012-07-17 Thread Roland Winkler
the job by returning nil or for bad e-mail addresses, and it worked for quite some time (it returned nil). Use a return value of nil to ignore a mail address. I cannot promise, though, that I already identified all instances in the code where this can be relevant. 2012-07-17 Roland Winkler

Re: nameless records

2012-07-10 Thread Roland Winkler
On Tue Jul 10 2012 Sam Steingold wrote: It appears that binding bbdb-allow-duplicates to t is the easiest solution here. Thanks. Is it seriously expected that one's internet acquaintances should have unique names? From the docstring of bbdb-allow-duplicates (which I did not change) I

Re: nameless records

2012-07-10 Thread Roland Winkler
On Tue Jul 10 2012 Sam Steingold wrote: Until recently, I was not warned on such duplicates. The first loading of bbdb takes an extra second for each pair of dupes, so I have to wait for half a minute for bbdb to start. Please read my mail [BBDB] ChangeLog 2012-06-24 As I said before It

[BBDB] ChangeLog 2012-07-09

2012-07-09 Thread Roland Winkler
On Sun Jul 8 2012 Roland Winkler wrote: When I looked at the code once more, I realized an annoying inconsistency: bbdb-mua-edit-field and friends do not use the default user variable bbdb-mua-update-interactive-p used by commands such as bbdb-mua-display-records. Currently they simply

Re: nameless records

2012-07-09 Thread Roland Winkler
On Sun Jul 8 2012 Sam Steingold wrote: When I receive a confirmation message from no-re...@foo.com, I create a record and copy into its notes the url and all the relevant information about the service I just registered for. Since bbdb creates a record with first name no-reply and last name ,

Re: Why V3

2012-07-08 Thread Roland Winkler
On Sat Jul 7 2012 Johnny wrote: By now, unless someone on this list brings up problems with BBDB v3 that remained unnoticed so far, I do not have plans to further modify the code of BBDB (except for fixing docstrings that could still be buggy / incomplete). In particular, I do not want to

bbdb-mua-edit-field and friends (was: [BBDB] ChangeLog 2012-07-06)

2012-07-08 Thread Roland Winkler
When I looked at the code once more, I realized an annoying inconsistency: bbdb-mua-edit-field and friends do not use the default user variable bbdb-mua-update-interactive-p used by commands such as bbdb-mua-display-records. Currently they simply ignore the optional arg update-p so that the

[BBDB] ChangeLog 2012-07-08

2012-07-08 Thread Roland Winkler
-08 Roland Winkler wink...@gnu.org * lisp/bbdb-mua.el (bbdb-update-records): Make records a list ordered like address-list. -- Live Security Virtual Conference Exclusive live event will cover all the ways

Re: [BBDB] ChangeLog 2012-07-08

2012-07-08 Thread Roland Winkler
On Sun Jul 8 2012 Roland Winkler wrote: 2012-07-08 Roland Winkler wink...@gnu.org * lisp/bbdb-mua.el (bbdb-update-records): Make records a list ordered like address-list. 2012-07-08 Roland Winkler wink...@gnu.org * lisp/bbdb-mua.el (bbdb-update-records): Fix previous

Re: [BBDB] ChangeLog 2012-07-06

2012-07-07 Thread Roland Winkler
Roland Winkler wrote: Actually, I went through quite some effort to break down the code in bbdb-mua.el into low-level stuff that I tried to implement as general and flexibel as possible, and the high-level commands that have rather small pieces of code. bbdb-mua-edit-field with a body of 11 lines

Re: bbdb fails with emacs 24

2012-07-07 Thread Roland Winkler
On Fri Jul 6 2012 Stephen Leake wrote: BBDB is available at http://savannah.nongnu.org/projects/bbdb/ To check it out, use git clone git://git.savannah.nongnu.org/bbdb.git One quibble; it is not at all clear from any of the web pages that the only way to get bbdb3 is via git; a short

Re: [BBDB] ChangeLog 2012-07-06

2012-07-06 Thread Roland Winkler
2012-07-06 Roland Winkler wink...@gnu.org * lisp/bbdb-com.el (bbdb-complete-mail): Use window-live-p. 2012-07-06 Roland Winkler wink...@gnu.org * lisp/bbdb-mua.el (bbdb-mua-edit-field): Revert previous change. Do not use hard-coded bindings for user variables. BBDB

Re: bbdb fails with emacs 24

2012-07-05 Thread Roland Winkler
On Thu Jul 5 2012 Göran Uddeborg wrote: As I understand it, bbdb has to be modified slightly to work with emacs 24. For example in the way suggested by a patch in the bug report. Please note that BBDB recently went through a major re-write and I hope that a proper release of the new BBDB 3

Re: Fwd: bbdb kanji being corrupped on save

2012-07-03 Thread Roland Winkler
On Sun Jul 1 2012 Randy Bush wrote: 13 mba (and various other platforms) macos 10.7.4 emacs i386-apple-darwin9.8.0, Carbon Version 1.6.0 wanderlust 2.15.9 bbdb 2.35 when i have kanji in a name and then save the .bbdb, i end up with \mush in the file and lose the kanji. i tried saving in

Re: **: Re: Fancy splitting with BBDB 3

2012-07-03 Thread Roland Winkler
On Mon Jul 2 2012 Sebastien Vauban wrote: gnus-private looks at the author of an email, and uses that for sorting the email in the right folder. gnus-public looks at the recipient of an email, and uses that for sorting the email in the right folder. That's only useful (IMHO) for mailing

Re: BBDB with notmuch mail client

2012-07-03 Thread Roland Winkler
On Mon Jul 2 2012 Daniel Reusche wrote: On 01.07.2012 10:40, Roland Winkler wrote: If it is based on some other emacs mail user agents (rmail, gnus, message mode, etc.) Well, it uses message mode for sending emails. I did the bbdb initialize like it was stated in the documentation

[BBDB] ChangeLog 2012-07-03

2012-07-03 Thread Roland Winkler
2012-07-03 Roland Winkler wink...@gnu.org * lisp/bbdb.el (bbdb-record-name, bbdb-record-name-lf): Fix docstring. * lisp/bbdb-com.el (bbdb-search): Also search last_first names. Fix docstring. (bbdb-message-search): Fix docstring. BBDB is available

Re: BBDB with notmuch mail client

2012-07-01 Thread Roland Winkler
On Thu Jun 28 2012 Daniel Reusche wrote: hello. on the homepage of the notmuch mail client (http://notmuchmail.org/emacstips/#index13h2) it was stated that it integrates well with bbdb. now the problem is, neither could i find out how to feed the addresses from the notmuch database to the

Re: Fancy splitting with BBDB 3

2012-07-01 Thread Roland Winkler
On Thu Jun 28 2012 Sebastien Vauban wrote: With BBDB 3, I've lost the following feature: For records which have `gnus-public' set, the fancy splitting does not work anymore like it did. What is `gnus-public' supposed to do? I realized a little while ago that bbdb-gnus.el refers to

Why V3 (Was: Re: Fwd: BBDB development shifted from sourceforge to savannah)

2012-07-01 Thread Roland Winkler
On Thu Jun 21 2012 Sriram Karra wrote: Perhaps now is a good time for me to ask this question that's been on my mind for a while: Apart from an extensive code cleanup, are there any other things to look forward to with your upcoming release? This is particularly important given the level of

Re: Fwd: BBDB development shifted from sourceforge to savannah

2012-07-01 Thread Roland Winkler
On Thu Jun 21 2012 Sriram Karra wrote: I now have ownership of the BBDB project on sourceforge; I will bring the content up to date over the next few weeks as I figure out how to manage that site. Thanks a lot for working on this. Roland

Re: bbdb/news-auto-create-p in V3

2012-07-01 Thread Roland Winkler
On Thu Apr 5 2012 Sriram ET. wrote: I can see that this customization has been removed from BBDBv3. After spending a little time with the code I am still not able to figure out if it has been replaced with something else. I would like to automatically create entries for email that is in my

[BBDB] ChangeLog 2012-07-01

2012-07-01 Thread Roland Winkler
Two small bug fixes: 2012-07-01 Sam Steingold s...@gnu.org * lisp/bbdb-mua.el (bbdb-get-address-components): name may be nil. 2012-07-01 Sam Steingold s...@gnu.org * .gitignore: ignore Makefiles and configure files; bbdb-autoloads.el - bbdb-loaddefs.el. BBDB is

Re: [BBDB] ChangeLog 2012-06-24

2012-06-26 Thread Roland Winkler
On Tue Jun 26 2012 Sam Steingold wrote: * Roland Winkler jvax...@tah.bet [2012-06-24 03:52:06 -0500]: Thanks to Sam Steingold for submitting several patches. so, how about the write access? I gave you write access. Please send your future ChangeLogs to this list so that we all know what

[BBDB] ChangeLog 2012-06-24

2012-06-24 Thread Roland Winkler
-update-records-p, bbdb-new-mails-always-primary): Fix docstring. (bbdb-mail-user-agent): Untabify. 2012-06-24 Roland Winkler wink...@gnu.org Update copyright notices. * lisp/bbdb.el (bbdb-allow-duplicates): Rename from bbdb-no-duplicates to match

Re: Fwd: BBDB development shifted from sourceforge to savannah

2012-06-19 Thread Roland Winkler
On Mon Jun 18 2012 Sriram Karra wrote: This is the response of the SF team. Would you like to take ownership of the page at bbdb.sourceforge.net? If yes, send me your sourceforge user name. Otherwise I can take temporary ownership of that page and bring it 'up to date' to the extent I

Re: BBDB development shifted from sourceforge to savannah

2012-04-11 Thread Roland Winkler
On Wed Apr 11 2012 Sriram ET. wrote: Roland, Just fyi - the first result on a Google Search is this page:  http:// bbdb.sourceforge.net/ Do you think it makes sense to request that to be taken down? I do not know how google comes up with its ranking. Yet I do not believe it would make sense to

Re: BBDB development shifted from sourceforge to savannah

2012-04-11 Thread Roland Winkler
On Wed Apr 11 2012 Sriram ET. wrote: We should make it easy for people to find relevant and recent information about BBDB. The page that the sourceforge maintainers have edited with a link to savanah (http://sourceforge.net/projects/bbdb/) does not appear on the first page of a Google or a

curently bbdb on savannah slightly screwed up

2012-04-10 Thread Roland Winkler
When Barak wanted to push some changes to his BBDB clone on github, accidentally he pushed these changes to the BBDB repo on savannah. Unless you want to try his modifications (I believe they mostly affect the installation of BBDB) please do not pull BBDB from savannah till this is fixed again

Re: BBDB and gnus article buffer header fields

2012-04-10 Thread Roland Winkler
On Tue Apr 10 2012 Matt Ford wrote: Is it possible to have BBDB replace the email addresses in the article buffers with preferred names? Is the variable bbdb/gnus-summary-prefer-bbdb-data doing what you want? (I am not a Gnus user.) Is anybody on this list using this feature from the Gnus

BBDB development shifted from sourceforge to savannah

2012-04-07 Thread Roland Winkler
Dear Sourceforge Maintainers I'd appreciate if you could add a note on the sourceforge website of BBDB saying that BBDB development has shifted to http://savannah.nongnu.org/projects/bbdb Development of BBDB on sourceforge has ceased for four years. The biggest problem is that the sourceforge

Re: Change name to John Doe?

2012-03-17 Thread Roland Winkler
On Fri Mar 16 2012 Sam Steingold wrote: I get asked the above question for matching records with an email but without a name: record == [nil nil nil nil nil nil nil (j...@foo.com) nil [#1= #1# nil #marker at 1054 in .bbdb nil]] why does cache have for the name? shouldn't it be nil? v2

Re: bbdb-mua-edit-field-sender is broken

2012-03-15 Thread Roland Winkler
On Wed Mar 14 2012 Sam Steingold wrote: I am pretty sure that every user who sets bbdb-message-all-addresses to non-nil would want this patch: I guess we were not talking about BBDB if every user had not strongly diverging opinions about such things. In that sense, I am rather hesitant to

Re: bbdb-mua-edit-field-sender is broken

2012-03-14 Thread Roland Winkler
On Wed Mar 14 2012 Sam Steingold wrote: However, when I hit ; in *Summary*, I am offered to edit the notes for _both_ bar-users and f...@gmail.com (because in bbdb-message-headers sender is mapper to both From and Reply-To). This is ungood. What do you want instead? Do you want to use

Re: bbdb-mua-edit-field-sender is broken

2012-03-14 Thread Roland Winkler
On Wed Mar 14 2012 Sam Steingold wrote: Do you want to use different values of bbdb-message-headers depending on context? You could define a wrapper that rebinds it according to your taste. (I would guess that there are too many possiblities / different tastes for a universal yet still

Re: BBDB V3 visibility

2012-03-04 Thread Roland Winkler
On Sun Mar 4 2012 Mark Diekhans wrote: Very impressive with how the development of BBDB V3 is coming along nicely. Great work! Thanks! However, to anyone not on this list, the existence of the version 3 development is rather well hidden. Most searches lead to the Source Forge page

Re: [PATCH] Doco typo

2012-02-29 Thread Roland Winkler
Thanks for these patches. I am sorry, I am currently extremly busy with other stuff. I hope I can catch up soon. [Sam: this also includes what we discussed.] Sorry! Roland -- Virtualization Cloud Management Using

Re: BBDB release? [was: Fixing completion cycles]

2012-02-12 Thread Roland Winkler
On Sun Feb 12 2012 Stefan Monnier wrote: my opinion, the biggest problem that needs to be solved before BBDB 3 can be released is documentation (a re-write of the info manual). That's why so far BBDB 3 is only available from its git repository: # git clone

Re: Fixing completion cycles

2012-02-08 Thread Roland Winkler
On Wed Feb 8 2012 Jesse Alama wrote: I didn't know about BBDB 3, so I went to this URL to investigate how to get it. No link on the page stands out as Get BBDB 3 here. The Download Area link (http://download.savannah.gnu.org/releases/bbdb/) doesn't show anything. When I browse the git repo

Re: Fixing completion cycles

2012-02-07 Thread Roland Winkler
On Thu Feb 2 2012 Johann 'Myrkraverk' Oskarsson wrote: For the record, my bbdb version is 2.35. Due to the 'Myrkraverk' in my name, I can not cycle the 'net addresses when I use bbdb-complete-name on myself. Did you know that BBDB went through a a major re-write? Now there is BBDB 3. Out of

Re: Toggling bbdb-mua-update-interactive-p?

2012-02-07 Thread Roland Winkler
On Tue Feb 7 2012 Damon Haley wrote: Hi, I have bbdb 3.02 set up to update records interactively in Gnus v5.13. For most of my 'mail-sources', GROUPS and TOPICS this is good as I like to collect email addresses. But for high-volume lists like emacs-devel, I'd rather not bother. Is there

Re: [PATCH] recover key ; edit record notes

2012-01-15 Thread Roland Winkler
On Sat Jan 14 2012 Ivan Kanis wrote: A trivial patch to recover the key ; behavior of the old bbdb. I use it often. I am a bit hesitant with this patch because it sticks out from the rest of the code. It is the only interactive command for editing a specific field of a record. Unlike the old

Re: bbdb-check-auto-save-file is broken

2012-01-03 Thread Roland Winkler
On Sun Jan 1 2012 Roland Winkler wrote: On Fri Dec 30 2011 Roland Winkler wrote: If BBDB is using some hooks in the background, it can read and modify bbdb-file (using bbdb-buffer) without ever creating the *BBDB* buffer. So a solution could be to check for the auto-save file only when

Re: v3 window splitting: problem

2012-01-01 Thread Roland Winkler
On Sat Dec 31 2011 Sam Steingold wrote: * Roland Winkler jvax...@tah.bet [2011-12-31 07:50:14 -0600]: That specific patch was trying to address the problem where the *BBDB* window was exactly the same size as the *Article* window, i.e., it would split the tallest window in half and take

Re: bbdb-check-auto-save-file is broken

2012-01-01 Thread Roland Winkler
On Fri Dec 30 2011 Roland Winkler wrote: If BBDB is using some hooks in the background, it can read and modify bbdb-file (using bbdb-buffer) without ever creating the *BBDB* buffer. So a solution could be to check for the auto-save file only when bbdb-file is actually read. Under normal

Re: bbdb-check-auto-save-file is broken

2011-12-31 Thread Roland Winkler
On Fri Dec 30 2011 Sam Steingold wrote: * Roland Winkler jvax...@tah.bet [2011-12-30 04:06:39 -0600]: So a solution could be to check for the auto-save file only when bbdb-file is actually read. I think this is done automatically by emacs. If a file has auto-save data, emacs gives you

Re: v3: how do I edit the organization?

2011-12-30 Thread Roland Winkler
On Thu Dec 29 2011 Sam Steingold wrote: with v2, I would hit RET or 'e' on the name field and would be offered to edit first the name and then the organization (company). now I am just offered the name. how do I enter the organization? Like any other field: put point on the field you want to

Re: v3 window splitting: problem

2011-12-30 Thread Roland Winkler
On Thu Dec 29 2011 Sam Steingold wrote: here is the complete patch: basically, I sacrifice the failed attempt to only split the mua windows for the sake of robustness. The current concept was really taken from BBDB v2. I am not using it. In that sense, I do not have strong feelings / much

Re: bbdb-check-auto-save-file is broken

2011-12-30 Thread Roland Winkler
On Thu Dec 29 2011 Sam Steingold wrote: * Roland Winkler jvax...@tah.bet [2011-12-29 10:54:29 -0600]: I am still confused. Why is the current behavior not appropriate for your needs? If BBDB detects that you have an auto-save-file that is newer than bbdb-file, why is it not OK to save

Re: upgrading to v 3

2011-12-30 Thread Roland Winkler
On Thu Dec 29 2011 Sam Steingold wrote: * Sam Steingold f...@tah.bet [2011-12-27 13:19:50 -0500]: 2. I want to avoid putting the email uid into the first name slot. I.e., when creating a record for f...@bar.com, I want the names to be void, not foo . nope. so, how do transfer

Re: upgrading to v 3

2011-12-29 Thread Roland Winkler
On Wed Dec 28 2011 Sam Steingold wrote: here is the fix: diff --git a/lisp/bbdb-mua.el b/lisp/bbdb-mua.el index e0059a1..2d515ab 100644 --- a/lisp/bbdb-mua.el +++ b/lisp/bbdb-mua.el @@ -657,7 +657,8 @@ For interactive calls, see function `bbdb-mua-update-interactive-p'. (interactive

Re: bbdb-check-auto-save-file is broken

2011-12-29 Thread Roland Winkler
On Wed Dec 28 2011 Sam Steingold wrote: If I set bbdb-check-auto-save-file to t, modify the db and not save it right away, I am asked all the time about recovering bbdb from the auto save file. with v2, I was asked this only when bbdb was first loaded, which was useful. This is one of the old

Re: v3 window splitting: problem

2011-12-29 Thread Roland Winkler
On Wed Dec 28 2011 Sam Steingold wrote: * Sam Steingold f...@tah.bet [2011-12-28 12:44:25 -0500]: When I use the tall display, the *BBDB* window is vertical (i.e., it is split sideways, which is precisely what I want) When I use the wide display, the *BBDB* window is horizontal (i.e.,

Re: bbdb-check-auto-save-file is broken

2011-12-29 Thread Roland Winkler
On Thu Dec 29 2011 Sam Steingold wrote: * Roland Winkler jvax...@tah.bet [2011-12-29 02:48:14 -0600]: On Wed Dec 28 2011 Sam Steingold wrote: If I set bbdb-check-auto-save-file to t, modify the db and not save it right away, I am asked all the time about recovering bbdb from the auto

Re: v3: name matched against organization?!

2011-12-28 Thread Roland Winkler
On Wed Dec 28 2011 Leo wrote: On 2011-12-28 09:29 +0800, Sam Steingold wrote: (custom-set-variables '(bbdb-auto-notes-rules '((Web (.* www 0)) (X-Web (*\\(^*\\)* www 1)) (X-WWW-Homepage (*\\([^]*\\)* www 1)) (X-Url (*\\([^]*\\)* www 1)) (X-Url-From

[BBDB] ChangeLog 2011-12-18

2011-12-18 Thread Roland Winkler
Two minor changes. The new format specification for bbdb-anniv-alist gives some extra flexibility. 2011-12-18 Roland Winkler wink...@gnu.org * lisp/Makefile.in: Do not create backup file for bbdb-loaddefs.el. 2011-12-18 Roland Winkler wink...@gnu.org * lisp/bbdb

Re: [BBDB] ChangeLog 2011-12-18

2011-12-18 Thread Roland Winkler
On Sun Dec 18 2011 Roland Winkler wrote: Two minor changes. The new format specification for bbdb-anniv-alist gives some extra flexibility. And now a minor bug in the new code should be fixed. 2011-12-18 Roland Winkler wink...@gnu.org * lisp/bbdb-anniv.el (bbdb-anniv-diary-entries

[BBDB] ChangeLog 2011-12-11

2011-12-11 Thread Roland Winkler
that provides ispell support for the names in BBDB by exporting these names to your personal ispell dictionaries. Thanks to Ivan Kanis. As usual, please let me know if you find any mistakes or unexpected behavior. The autoconf support probably has some rough edges. 2011-12-11 Roland Winkler wink

Re: export bbdb fields to ispell personal dictionary

2011-12-11 Thread Roland Winkler
On Fri Dec 9 2011 Ivan Kanis wrote: I am pleased to release version 1.1 of bbdb spell. Thank you! I included the file in the repository. Also I made a few more changes to match naming conventions and to have separate functions only when they are needed. The default value of

Re: export bbdb fields to ispell personal dictionary

2011-12-08 Thread Roland Winkler
On Thu Dec 8 2011 Ivan Kanis wrote: Attached is version 1.0 of bbdb-ispell.el. Hi Ivan, Small thing: I believe that the bbdb mailing list is better suited for this topic. I think it includes all the modifications you requested. Let me know if you would like further improvement. - Another

Re: export bbdb fields to ispell personal dictionary

2011-12-08 Thread Roland Winkler
On Thu Dec 8 2011 Roland Winkler wrote: I think it includes all the modifications you requested. Let me know if you would like further improvement. Two more things: (sorry for being picky but you asked for further improvements :-) - could you please use defcustom instead of defvar

Re: Export bbdb name to aspell personal dictionary

2011-12-03 Thread Roland Winkler
On Sat Dec 3 2011 Ivan Kanis wrote: I got tired of people's name being highlighted red when composing e-mail with flyspell. So this bit of code does an export of peoples first and last name from bbdb to aspell custom dictionaries. I assume you have the situation in mind that a name

[BBDB] ChangeLog 2011-11-27

2011-11-27 Thread Roland Winkler
On Sun Nov 27 2011 Leo wrote: -(defcustom bbdb-image-suffixes '(.png .jpg .gif .xmp) +(defcustom bbdb-image-suffixes '(.png .jpg .gif .xpm) Thank you! On Mon Nov 21 2011 Roland Winkler wrote: Would you mind if I revert your change from 2011-10-11 Also autoload `bbdb-insinuate-{message,rmail

Re: [BBDB] ChangeLog 2011-11-20

2011-11-26 Thread Roland Winkler
On Sat Nov 26 2011 Philip Hudson wrote: Maybe I'll start with code doco, just standards compliance and formatting and filling in missing docstrings where I can. That'll help build the domain knowledge. Patches to the list, right? You'd like to provide documentation patches that are

your change autoload `bbdb-insinuate-gnus'...

2011-11-21 Thread Roland Winkler
Hi Ted, Would you mind if I revert your change from 2011-10-11 Also autoload `bbdb-insinuate-{message,rmail,vm,mh}' from bbd...? All autoloads for bbdb are collected in bbdb-autoloads.el. So if you load this file it really gives you everything necessary to get BBDB going. (And this needs to be

Re: Completing records with organization field

2011-11-20 Thread Roland Winkler
On Sun Nov 20 2011 Philipp Haselwarter wrote: I got some weird behavior in bbdb3: When I try to complete entries without organization everything is normal, I get  FirstName LastName mail , but on entries that have an organization set I just get  mail . I don't suppose this is a feature?

Re: Completing records with organization field

2011-11-20 Thread Roland Winkler
On Sun Nov 20 2011 Philipp Haselwarter wrote: When I try to complete entries without organization everything is normal, I get  FirstName LastName mail , but on entries that have an organization set I just get  mail . I attached an example bbdb file with a few entries and a recipe to

Re: Completing records with organization field

2011-11-20 Thread Roland Winkler
On Sun Nov 20 2011 Roland Winkler wrote: It seems you want bbdb-mail-allow-redundancy set to t. Actually, I do not know why this variable's default is nil (well, I guess its default was always nil...) Would anybody mind if I set it to t? I guess that's more often matching the users

[BBDB] ChangeLog 2011-11-20

2011-11-20 Thread Roland Winkler
found the fix, the variable bbdb-complete-name-allow-cycling got renamed to bbdb-complete-mail-allow-cycling. Setting the former to t got me the expected behavior. See above for the new command bbdb-undocumented-variables. 2011-11-20 Roland Winkler wink...@gnu.org * README: Updated

Re: [BBDB] ChangeLog 2011-11-20

2011-11-20 Thread Roland Winkler
On Sun Nov 20 2011 Sam Steingold wrote: as I said before, TRT is to use define-obsolete-function-alias define-obsolete-variable-alias This would require a simple one-to-one correspondence between function and variable names in BBDB v2 and v3 which is NOT the case. A simple example from the

Re: Manual for BBDB 3

2011-11-20 Thread Roland Winkler
On Sun Nov 20 2011 Philipp Moeller wrote: So for now it is just looking at source and figuring things out. I am sorry, the updates in BBDB v3 are still work in progress. The code itself is already fairly mature by now, but the rest (documentation and installation support) is stil lacking behind.

Re: stop bbdb from asking questions in gnus

2011-11-18 Thread Roland Winkler
On Thu Nov 10 2011 Thorsten wrote: I successfully installed bbdb 3 for the use with gnus. But the default behaviour might almost be considered a bug - the whole workflow in gnus is destroyed by bbdb constantly asking if I want to add some post or email author to the database. I almost never

Re: bbdb picture specification

2011-11-05 Thread Roland Winkler
On Fri Nov 4 2011 Ivan Kanis wrote: Also, I looked at your picture code. I think it is a nice idea that can be added to BBDB. (Right now,) My only thought about this is that I suggest to replace bbdb-picture-path by some kind of list that can make the search for pictures more flexible.

Re: [bug #34660] bbdb-create creates ~/.bbdb improperly

2011-10-30 Thread Roland Winkler
On Wed Oct 26 2011 Carson Chittom wrote: If ~/.bbdb is nonexistent, M-x bbdb-create creates it improperly such that it requires a manual edit. Steps to reproduce: Start Emacs. M-x bbdb-create and fill in the fields. C-x C-c to quit Emacs; answer y to prompt to save ~/.bbdb. The file created

Re: [PATCH] * README: Fix typo. Add hint for Emacs 23 users.

2011-10-25 Thread Roland Winkler
On Mon Oct 24 2011 Carson Chittom wrote: Roland Winkler wink...@gnu.org writes: -- How did you run into this? Did you try to compile BBDB with an older version of GNU Emacs. I guess this might give you a longer list of compilation errors. Yes, that's it exactly---I'm trying to use

Re: [PATCH] * README: Fix typo. Add hint for Emacs 23 users.

2011-10-23 Thread Roland Winkler
On Sat Oct 22 2011 Carson Chittom wrote: -BBDB is avaiable at +BBDB is available at Thanks for correcting this typo. -This revised version of BBDB has been tested only with GNU Emacs 23. +This revised version of BBDB has been tested only with GNU Emacs 23, and +in particular uses the

Re: [BBDB] ChangeLog 2011-10-10

2011-10-17 Thread Roland Winkler
On Mon Oct 17 2011 Eric Abrahamsen wrote: In my quest to complicate things, would it be possible to: Set `bbdb-read-name-format' to `fullname'. Then allow the user to put a comma in the name. `bbdb-read-name' (and/or `bbdb-record-edit-name') looks for the comma, and if it finds it,

Re: bbdb-annotate-record broken (was: [BBDB] ChangeLog 2011-10-10)

2011-10-14 Thread Roland Winkler
On Sat Oct 15 2011 Leo wrote: I think bbdb-annotate-record is now broken. Set bbdb-auto-notes-rules to value: '((Organization (.+ organization \\ t))) and bbdb-annotate-record will put a string value into the organization field of the record, which accepts only lists. Have you tried

[BBDB] ChangeLog 2011-10-10

2011-10-10 Thread Roland Winkler
reported on this list. If you reported one of them, please check that the bug fix is included in the ChangeLog below and also check that now the code works as expected. -- I apologize if I overlooked anything. Please report here once more. Roland 2011-10-10 Roland Winkler wink...@gnu.org

Re: small change in initialization

2011-10-07 Thread Roland Winkler
On Fri Oct 7 2011 Ivan Kanis wrote: Since no one objected could you remove the line? ..I did this, plus a bunch of other changes. I just haven't found the time to check them all once more and write a long ChangeLog entry. It should happen within a few days. I am sorry for the delay. Roland

Re: exporting records

2011-10-03 Thread Roland Winkler
On Mon Oct 3 2011 Eric Abrahamsen wrote: Okay, it sounds like this is different enough to warrant me waiting on it. In the meantime, if you have any clever ideas about the string format/templating side of things, don't be shy! ...maybe not a bad idea. Indeed, my patch has grown more than I had

Re: exporting records

2011-10-02 Thread Roland Winkler
On Sun Oct 2 2011 Roland Winkler wrote: So if the value of field is 'note, it returns a list of all note fields. If the value is 'notes, it returns the value of the 'notes field. Of course this is confusing - it should be the other way round: `notes' should represent all note fields, and `note

Re: exporting records

2011-10-01 Thread Roland Winkler
On Fri Sep 30 2011 Eric Abrahamsen wrote: 1. If there's no value for a field, you get a nice ugly nil. Ideally we'd have conditional insertion of strings depending on whether or not there's a value for a given field, but that means we can't use `format' anymore, and suddenly this

Re: exporting records

2011-10-01 Thread Roland Winkler
On Sun Oct 2 2011 Eric Abrahamsen wrote: Can you drop any hints about how it will change? Extra arguments? I didn't want to do anything fancy. Yet if the field argument doesn't match anything what it is supposed to match now, the new code also tries to match the keys of individual note fields.

<    1   2   3   4   5   6   >