[elpa] externals/ebdb bb01b5c 13/15: Mostly re-write ebdb-snarf-collect

2018-03-21 Thread Eric Abrahamsen
branch: externals/ebdb commit bb01b5c7ecd29b70797f76f83fbb5797818e26c6 Author: Eric Abrahamsen Commit: Eric Abrahamsen Mostly re-write ebdb-snarf-collect * ebdb-snarf.el (ebdb-snarf-collect): Instead of searching for one likely chunk of field data, and then progressively searc

[elpa] externals/ebdb b56bf29 12/15: Adjust snarfing regexp for names

2018-03-21 Thread Eric Abrahamsen
branch: externals/ebdb commit b56bf29dfe51e3310336dc39a27815e60d4353b3 Author: Eric Abrahamsen Commit: Eric Abrahamsen Adjust snarfing regexp for names * ebdb-snarf.el (ebdb-snarf-name-re): The [:space:] class includes newlines, which we don't want. Realistically, this regexp

[elpa] externals/ebdb 8e8c2e1 07/15: Make gnus-message window config stuff customizable

2018-03-21 Thread Eric Abrahamsen
branch: externals/ebdb commit 8e8c2e1ba0724c2a8c018765ec691183d397eb2a Author: Eric Abrahamsen Commit: Eric Abrahamsen Make gnus-message window config stuff customizable * ebdb-message.el (ebdb-message-reply-window-config, ebdb-message-reply-yank-window-config): New customizat

[elpa] externals/ebdb b228892 04/15: Change interactive behavior of ebdb-mail-aliases

2018-03-21 Thread Eric Abrahamsen
branch: externals/ebdb commit b228892213b55202d54903cef85c4fae4bdb3ede Author: Eric Abrahamsen Commit: Eric Abrahamsen Change interactive behavior of ebdb-mail-aliases * ebdb-com.el (ebdb-mail-aliases): Remove optional "noisy" argument, nothing was using it. Instead use `calle

[elpa] externals/ebdb 925e0ea 14/15: Remove mail-citation-prefix-regexp from strings to snarf

2018-03-21 Thread Eric Abrahamsen
branch: externals/ebdb commit 925e0ea3d005ce7ba16577029ffd051308d36f54 Author: Eric Abrahamsen Commit: Eric Abrahamsen Remove mail-citation-prefix-regexp from strings to snarf * ebdb-snarf.el (ebdb-snarf-collect): Work with common case of snarfing mail messages. --- ebdb-snar

[elpa] externals/ebdb 5e42dff 03/15: Forgot to pop-to-buffer to after creating citation buffer

2018-03-21 Thread Eric Abrahamsen
branch: externals/ebdb commit 5e42dff0dfb4b207cbf7836107ec6adc979be661 Author: Eric Abrahamsen Commit: Eric Abrahamsen Forgot to pop-to-buffer to after creating citation buffer * ebdb-com.el (ebdb-cite-records-ebdb): Not much use if you can't see it. --- ebdb-com.el | 14

[elpa] externals/ebdb 03d432d 02/15: Don't append citation to kill ring in ebdb-cite-records-ebdb

2018-03-21 Thread Eric Abrahamsen
branch: externals/ebdb commit 03d432d770d97bf0f64d4d6379e4ecd0f14538c1 Author: Eric Abrahamsen Commit: Eric Abrahamsen Don't append citation to kill ring in ebdb-cite-records-ebdb * ebdb-com.el (ebdb-cite-records-ebdb): If I'd gone to the trouble of setting up the temp buffer,

[elpa] externals/ebdb 091a744 15/15: Make phone number snarfing regexp less permissive

2018-03-21 Thread Eric Abrahamsen
branch: externals/ebdb commit 091a744b43541a54dd3e991d1832339edcd642c5 Author: Eric Abrahamsen Commit: Eric Abrahamsen Make phone number snarfing regexp less permissive * ebdb-snarf.el (ebdb-snarf-routines): This regexp was silly. It was matching tiny little numbers, wreaking

[elpa] externals/ebdb 41912b9 11/15: Improve check for field existence during snarf collapsing

2018-03-21 Thread Eric Abrahamsen
branch: externals/ebdb commit 41912b992473ea25b13a0d620bf72ba027baef3c Author: Eric Abrahamsen Commit: Eric Abrahamsen Improve check for field existence during snarf collapsing * ebdb-snarf.el (ebdb-snarf-collapse): Instead of looking for an ebdb-string match for an existing f

[elpa] externals/ebdb fff770e 05/15: ebdb-mua defgroup in wrong file

2018-03-21 Thread Eric Abrahamsen
branch: externals/ebdb commit fff770e56a57eaf70c982a249668aa0a91e68221 Author: Eric Abrahamsen Commit: Eric Abrahamsen ebdb-mua defgroup in wrong file For some reason it was in ebdb-gnus.el. Move to ebdb-mua.el. --- ebdb-gnus.el | 4 ebdb-mua.el | 4 2 files changed, 4 i

[elpa] externals/ebdb fea7c5e 01/15: Fix font inheritance of mail addresses

2018-03-21 Thread Eric Abrahamsen
branch: externals/ebdb commit fea7c5ee5dd88bd41775c6278d4e7a063ee8f2d2 Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix font inheritance of mail addresses * ebdb-com.el (ebdb-mail-defunct, ebdb-mail-primary): Had the inheritance order reversed. --- ebdb-com.el | 4 ++-- 1

[elpa] externals/ebdb 78cfb2a 06/15: Pop up EBDB windows before formatting records

2018-03-21 Thread Eric Abrahamsen
branch: externals/ebdb commit 78cfb2ab8644110e1771614fd50e67a0aa8877f2 Author: Eric Abrahamsen Commit: Eric Abrahamsen Pop up EBDB windows before formatting records * ebdb-com.el (ebdb-display-records): In most cases, this ought to allow filling of record values to work correc

[elpa] externals/ebdb 76f8d4b 10/15: Make it clear what field type we're prompting for

2018-03-21 Thread Eric Abrahamsen
branch: externals/ebdb commit 76f8d4b373d1634512cd3c99ddcd65928b4e53e1 Author: Eric Abrahamsen Commit: Eric Abrahamsen Make it clear what field type we're prompting for * ebdb-i18n.el (ebdb-read): In these methods for address and phone fields, the label prompt used to come fir

[elpa] externals/ebdb ff6e919 09/15: Add a basic language field

2018-03-21 Thread Eric Abrahamsen
branch: externals/ebdb commit ff6e919e12491dc102f04a0ecf6aabdff3b2bca1 Author: Eric Abrahamsen Commit: Eric Abrahamsen Add a basic language field * ebdb.el (ebdb-field-language): New field. Has no particular behavior yet. Could possibly be used to switch input methods. --- eb

[elpa] externals/ebdb d53ddc1 08/15: Use Gnus' window configuration for popping up EBDB buffers

2018-03-21 Thread Eric Abrahamsen
branch: externals/ebdb commit d53ddc16cd6e3d6ac0361a69acdc62e6dcba3a8d Author: Eric Abrahamsen Commit: Eric Abrahamsen Use Gnus' window configuration for popping up EBDB buffers * ebdb-gnus.el (ebdb-gnus-window-configuration): New customization option for changing how the *EBD

[elpa] externals/ebdb updated (2c71ef9 -> 091a744)

2018-03-21 Thread Eric Abrahamsen
girzel pushed a change to branch externals/ebdb. from 2c71ef9 Bump EBDB version to 0.4.3 new fea7c5e Fix font inheritance of mail addresses new 03d432d Don't append citation to kill ring in ebdb-cite-records-ebdb new 5e42dff Forgot to pop-to-buffer to after