gdb-7.8 seems to break atomicity tests

2014-09-18 Thread Amadeusz Żołnowski
Hi,

With version 7.8 of gdb atomicity tests fail.  With version 7.7.1 all
tests pass.


T380-atomicity: Testing atomicity
 FAIL   "notmuch new" is idempotent under arbitrary aborts
--- T380-atomicity.1.searchall  2014-09-18 18:27:10.711956594 +
+++ T380-atomicity.1.expectall  2014-09-18 18:27:10.712956609 +
@@ -1,14 +1,12 @@
-When interrupted after tmp.T380-atomicity/backtrace.-1 (abort points 
0-0)
 thread:0002   2001-01-05 [1/1] Notmuch Test Suite; 
Duplicate (inbox unread)
+thread:0003   2001-01-05 [1/1] Notmuch Test Suite; Remove 
(inbox unread)
 thread:0001   2001-01-05 [1/1] Notmuch Test Suite; Remove 
duplicate (inbox unread)
 thread:0005   2001-01-05 [1/1] Notmuch Test Suite; Rename 
(inbox unread)
 thread:0006   2001-01-05 [1/1] Notmuch Test Suite; Rename 
duplicate (inbox unread)
 thread:0007   2001-01-05 [1/1] Notmuch Test Suite; Move 1 
(inbox unread)
 thread:000a   2001-01-05 [1/1] Notmuch Test Suite; Move 2 
(inbox unread)
-thread:0008   2001-01-05 [1/1] Notmuch Test Suite; Flag 
(flagged inbox unread)
-thread:0004   2001-01-05 [1/1] Notmuch Test Suite; Flag 
duplicate (inbox unread)
+thread:0008   2001-01-05 [1/1] Notmuch Test Suite; Flag 
(inbox unread)
+thread:0004   2001-01-05 [1/1] Notmuch Test Suite; Flag 
duplicate (flagged inbox unread)
+thread:000b   2001-01-05 [1/1] Notmuch Test Suite; Remove 
directory (inbox unread)
 thread:0009   2001-01-05 [1/1] Notmuch Test Suite; Remove 
directory duplicate (inbox unread)
-thread:000e   2001-01-05 [1/1] Notmuch Test Suite; Added 
(inbox unread)
-thread:000d   2001-01-05 [1/1] Notmuch Test Suite; Add 
duplicate (inbox unread)
-thread:000c   2001-01-05 [1/1] Notmuch Test Suite; Add 
duplicate copy (inbox unread)

 FAIL   detected 1>10 abort points
test 1 -gt 10



Cheers,

-- 
Amadeusz ?o?nowski
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 472 bytes
Desc: not available
URL: 
<http://notmuchmail.org/pipermail/notmuch/attachments/20140918/68781e17/attachment.pgp>


Better support for helm in the address completion

2014-09-18 Thread David Bremner
Sebastian Fischmeister  writes:

>> (setq notmuch-address-selection-function
>>   (lambda (prompt collection initial-input)
>> (completing-read prompt (cons initial-input collection) nil t nil 
>> 'notmuch-address-history)))
>>
>> there (or use customize to do that (?)).
>
> That's perfectly fine as well, and even simpler to use. Maybe adding
> this to the emacstips page [1] under "Address completion when composing"
> would be a good idea.
>
>   Sebastian
>
> PS: http://notmuchmail.org/emacstips/

PPS: http://notmuchmail.org/wikiwriteaccess/

;)

d


gdb-7.8 seems to break atomicity tests

2014-09-18 Thread Amadeusz Żołnowski
Hi,

With version 7.8 of gdb atomicity tests fail.  With version 7.7.1 all
tests pass.


T380-atomicity: Testing atomicity
 FAIL   "notmuch new" is idempotent under arbitrary aborts
--- T380-atomicity.1.searchall  2014-09-18 18:27:10.711956594 +
+++ T380-atomicity.1.expectall  2014-09-18 18:27:10.712956609 +
@@ -1,14 +1,12 @@
-When interrupted after tmp.T380-atomicity/backtrace.-1 (abort points 
0-0)
 thread:0002   2001-01-05 [1/1] Notmuch Test Suite; 
Duplicate (inbox unread)
+thread:0003   2001-01-05 [1/1] Notmuch Test Suite; Remove 
(inbox unread)
 thread:0001   2001-01-05 [1/1] Notmuch Test Suite; Remove 
duplicate (inbox unread)
 thread:0005   2001-01-05 [1/1] Notmuch Test Suite; Rename 
(inbox unread)
 thread:0006   2001-01-05 [1/1] Notmuch Test Suite; Rename 
duplicate (inbox unread)
 thread:0007   2001-01-05 [1/1] Notmuch Test Suite; Move 1 
(inbox unread)
 thread:000a   2001-01-05 [1/1] Notmuch Test Suite; Move 2 
(inbox unread)
-thread:0008   2001-01-05 [1/1] Notmuch Test Suite; Flag 
(flagged inbox unread)
-thread:0004   2001-01-05 [1/1] Notmuch Test Suite; Flag 
duplicate (inbox unread)
+thread:0008   2001-01-05 [1/1] Notmuch Test Suite; Flag 
(inbox unread)
+thread:0004   2001-01-05 [1/1] Notmuch Test Suite; Flag 
duplicate (flagged inbox unread)
+thread:000b   2001-01-05 [1/1] Notmuch Test Suite; Remove 
directory (inbox unread)
 thread:0009   2001-01-05 [1/1] Notmuch Test Suite; Remove 
directory duplicate (inbox unread)
-thread:000e   2001-01-05 [1/1] Notmuch Test Suite; Added 
(inbox unread)
-thread:000d   2001-01-05 [1/1] Notmuch Test Suite; Add 
duplicate (inbox unread)
-thread:000c   2001-01-05 [1/1] Notmuch Test Suite; Add 
duplicate copy (inbox unread)
 
 FAIL   detected 1>10 abort points
test 1 -gt 10



Cheers,

-- 
Amadeusz Żołnowski


pgpMHiiddSRpM.pgp
Description: PGP signature
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


ANNOUNCE: notmuch-abook v1.6 [Was: Re: ANNOUNCE: nottoomuch-addresses.sh 2.3]

2014-09-18 Thread Rainer M Krug
Guyzmo  writes:

> Hi Rainer and the ML,
>
> On Thu, Sep 18, 2014 at 08:54:43AM +0200, Rainer M Krug wrote:
>> guyzmo  writes:
>> > On Wed, Sep 17, 2014 at 10:02:57PM +0300, Tomi Ollila wrote:
>> I am trying this, but I am getting the following error (I am new to python!):
>> | 08:51:59 ~/bin$ pip install notmuch_abook
>
> well, thank  you  for  reporting  this,  I  actually  did  not build
> lorrectly the package  for  the  pipy  submission  (there  was  one file
> missing because I forgot to write a `MANIFEST.in` file...).
>
> I hope it'll work well for you this time ;-)

Yes, it does. Thanks.

>
> N.B.: You may need to do it as root if  you're  geting  it  installed in
> your  `/Library` python installation

As I installed it using the python installed under homebrew, it installs
somewhere under /usr/local/

Cheers,

Rainer

-- 
Rainer M. Krug

PGP: 0x0F52F982
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 494 bytes
Desc: not available
URL: 
<http://notmuchmail.org/pipermail/notmuch/attachments/20140918/9a673efd/attachment.pgp>


Better support for helm in the address completion

2014-09-18 Thread Sebastian Fischmeister
> (setq notmuch-address-selection-function
>   (lambda (prompt collection initial-input)
> (completing-read prompt (cons initial-input collection) nil t nil 
> 'notmuch-address-history)))
>
> there (or use customize to do that (?)).

That's perfectly fine as well, and even simpler to use. Maybe adding
this to the emacstips page [1] under "Address completion when composing"
would be a good idea.

  Sebastian

PS: http://notmuchmail.org/emacstips/


ANNOUNCE: notmuch-abook v1.6 [Was: Re: ANNOUNCE: nottoomuch-addresses.sh 2.3]

2014-09-18 Thread Rainer M Krug
guyzmo  writes:

> Hello there,
>
> On Wed, Sep 17, 2014 at 10:02:57PM +0300, Tomi Ollila wrote:
>> I'm pleased to announce new version of my caching address completer 
>> system for notmuch, version 2.3 (2014-09-17).
>
> I have also developed something similar a while ago, which has been
> greatly improved by the community:
>
> https://github.com/guyzmo/notmuch-abook
>
> It's written in python, integrates nicely as a vim plugin, for the vim
> users around. It stores email addresses in a sqlite database, and the
> configuration lies in the `~/.notmuch-config`.
>
> It can be installed using `pip install notmuch_abook` (slap me if I
> forget to update the pipy package!).

I am trying this, but I am getting the following error (I am new to python!):

,
| 08:51:59 ~/bin$ pip install notmuch_abook
| Downloading/unpacking notmuch-abook
|   Downloading notmuch_abook-v1.6.tar.gz
|   Running setup.py 
(path:/private/var/folders/50/wcr5bjwn75q595n6x82gxj28gn/T/pip_build_rainerkrug/notmuch-abook/setup.py)
 egg_info for package notmuch-abook
| 
| package init file 'pylibs/__init__.py' not found (or not a regular file)
| Requirement already satisfied (use --upgrade to upgrade): pysqlite in 
/usr/local/lib/python2.7/site-packages (from notmuch-abook)
| Requirement already satisfied (use --upgrade to upgrade): docopt in 
/usr/local/lib/python2.7/site-packages (from notmuch-abook)
| Installing collected packages: notmuch-abook
|   Running setup.py install for notmuch-abook
| package init file 'pylibs/__init__.py' not found (or not a regular file)
| 
| error: can't copy 'plugin/notmuch_abook.vim': doesn't exist or not a 
regular file
| Complete output from command /usr/local/opt/python/bin/python2.7 -c 
"import setuptools, 
tokenize;__file__='/private/var/folders/50/wcr5bjwn75q595n6x82gxj28gn/T/pip_build_rainerkrug/notmuch-abook/setup.py';exec(compile(getattr(tokenize,
 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" 
install --record 
/var/folders/50/wcr5bjwn75q595n6x82gxj28gn/T/pip-EwAEJ5-record/install-record.txt
 --single-version-externally-managed --compile:
| running install
| 
| running build
| 
| running build_py
| 
| package init file 'pylibs/__init__.py' not found (or not a regular file)
| 
| creating build
| 
| creating build/lib
| 
| creating build/lib/notmuch_abook
| 
| copying pylibs/notmuch_abook.py -> build/lib/notmuch_abook
| 
| running egg_info
| 
| writing requirements to notmuch_abook.egg-info/requires.txt
| 
| writing notmuch_abook.egg-info/PKG-INFO
| 
| writing namespace_packages to notmuch_abook.egg-info/namespace_packages.txt
| 
| writing top-level names to notmuch_abook.egg-info/top_level.txt
| 
| writing dependency_links to notmuch_abook.egg-info/dependency_links.txt
| 
| writing entry points to notmuch_abook.egg-info/entry_points.txt
| 
| warning: manifest_maker: standard file '-c' not found
| 
| 
| 
| reading manifest file 'notmuch_abook.egg-info/SOURCES.txt'
| 
| writing manifest file 'notmuch_abook.egg-info/SOURCES.txt'
| 
| running install_lib
| 
| copying build/lib/notmuch_abook/notmuch_abook.py -> 
/usr/local/lib/python2.7/site-packages/notmuch_abook
| 
| byte-compiling 
/usr/local/lib/python2.7/site-packages/notmuch_abook/notmuch_abook.py to 
notmuch_abook.pyc
| 
| running install_data
| 
| error: can't copy 'plugin/notmuch_abook.vim': doesn't exist or not a regular 
file
| 
| 
| Cleaning up...
| Command /usr/local/opt/python/bin/python2.7 -c "import setuptools, 
tokenize;__file__='/private/var/folders/50/wcr5bjwn75q595n6x82gxj28gn/T/pip_build_rainerkrug/notmuch-abook/setup.py';exec(compile(getattr(tokenize,
 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" 
install --record 
/var/folders/50/wcr5bjwn75q595n6x82gxj28gn/T/pip-EwAEJ5-record/install-record.txt
 --single-version-externally-managed --compile failed with error code 1 in 
/private/var/folders/50/wcr5bjwn75q595n6x82gxj28gn/T/pip_build_rainerkrug/notmuch-abook
| Storing debug log for failure in /Users/rainerkrug/.pip/pip.log
| 08:52:22 ~/bin$
`

I am using Python 2.7.8 on a Mac, installed via homebrew.

Any suggestions? 

>
> For the occasion, I'd like to thank a lot the contributors (github
> usernames): 
>
>  * foobacca,
>  * jkr,
>  * Tomas Tomecek,
>  * dme
>
> Of course, don't hesitate to troll^Wdiscuss about the pros and cons of
> both solutions, which may help improve both in the end!
>
> Cheers and a lots of thank to all notmuch contributors!

-- 
Rainer M. Krug
email: Rainerkrugsde
PGP: 0x0F52F982
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 494 bytes
Desc: not available
URL: 
<http://notmuchmail.org/pipermail/notmuch/attachments/20140918/e394d30f/attachment.pgp>


Re: Better support for helm in the address completion

2014-09-18 Thread David Bremner
Sebastian Fischmeister  writes:

>> (setq notmuch-address-selection-function
>>   (lambda (prompt collection initial-input)
>> (completing-read prompt (cons initial-input collection) nil t nil 
>> 'notmuch-address-history)))
>>
>> there (or use customize to do that (?)).
>
> That's perfectly fine as well, and even simpler to use. Maybe adding
> this to the emacstips page [1] under "Address completion when composing"
> would be a good idea.
>
>   Sebastian
>
> PS: http://notmuchmail.org/emacstips/

PPS: http://notmuchmail.org/wikiwriteaccess/

;)

d
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: Better support for helm in the address completion

2014-09-18 Thread Sebastian Fischmeister
> (setq notmuch-address-selection-function
>   (lambda (prompt collection initial-input)
> (completing-read prompt (cons initial-input collection) nil t nil 
> 'notmuch-address-history)))
>
> there (or use customize to do that (?)).

That's perfectly fine as well, and even simpler to use. Maybe adding
this to the emacstips page [1] under "Address completion when composing"
would be a good idea.

  Sebastian

PS: http://notmuchmail.org/emacstips/
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: ANNOUNCE: notmuch-abook v1.6 [Was: Re: ANNOUNCE: nottoomuch-addresses.sh 2.3]

2014-09-18 Thread Rainer M Krug
Guyzmo  writes:

> Hi Rainer and the ML,
>
> On Thu, Sep 18, 2014 at 08:54:43AM +0200, Rainer M Krug wrote:
>> guyzmo  writes:
>> > On Wed, Sep 17, 2014 at 10:02:57PM +0300, Tomi Ollila wrote:
>> I am trying this, but I am getting the following error (I am new to python!):
>> | 08:51:59 ~/bin$ pip install notmuch_abook
>
> well, thank  you  for  reporting  this,  I  actually  did  not build
> lorrectly the package  for  the  pipy  submission  (there  was  one file
> missing because I forgot to write a `MANIFEST.in` file...).
>
> I hope it'll work well for you this time ;-)

Yes, it does. Thanks.

>
> N.B.: You may need to do it as root if  you're  geting  it  installed in
> your  `/Library` python installation

As I installed it using the python installed under homebrew, it installs
somewhere under /usr/local/

Cheers,

Rainer

-- 
Rainer M. Krug

PGP: 0x0F52F982


pgpk5NCNucFTj.pgp
Description: PGP signature
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: ANNOUNCE: notmuch-abook v1.6 [Was: Re: ANNOUNCE: nottoomuch-addresses.sh 2.3]

2014-09-18 Thread Rainer M Krug
guyzmo  writes:

> Hello there,
>
> On Wed, Sep 17, 2014 at 10:02:57PM +0300, Tomi Ollila wrote:
>> I'm pleased to announce new version of my caching address completer 
>> system for notmuch, version 2.3 (2014-09-17).
>
> I have also developed something similar a while ago, which has been
> greatly improved by the community:
>
> https://github.com/guyzmo/notmuch-abook
>
> It's written in python, integrates nicely as a vim plugin, for the vim
> users around. It stores email addresses in a sqlite database, and the
> configuration lies in the `~/.notmuch-config`.
>
> It can be installed using `pip install notmuch_abook` (slap me if I
> forget to update the pipy package!).

I am trying this, but I am getting the following error (I am new to python!):

,
| 08:51:59 ~/bin$ pip install notmuch_abook
| Downloading/unpacking notmuch-abook
|   Downloading notmuch_abook-v1.6.tar.gz
|   Running setup.py 
(path:/private/var/folders/50/wcr5bjwn75q595n6x82gxj28gn/T/pip_build_rainerkrug/notmuch-abook/setup.py)
 egg_info for package notmuch-abook
| 
| package init file 'pylibs/__init__.py' not found (or not a regular file)
| Requirement already satisfied (use --upgrade to upgrade): pysqlite in 
/usr/local/lib/python2.7/site-packages (from notmuch-abook)
| Requirement already satisfied (use --upgrade to upgrade): docopt in 
/usr/local/lib/python2.7/site-packages (from notmuch-abook)
| Installing collected packages: notmuch-abook
|   Running setup.py install for notmuch-abook
| package init file 'pylibs/__init__.py' not found (or not a regular file)
| 
| error: can't copy 'plugin/notmuch_abook.vim': doesn't exist or not a 
regular file
| Complete output from command /usr/local/opt/python/bin/python2.7 -c 
"import setuptools, 
tokenize;__file__='/private/var/folders/50/wcr5bjwn75q595n6x82gxj28gn/T/pip_build_rainerkrug/notmuch-abook/setup.py';exec(compile(getattr(tokenize,
 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" 
install --record 
/var/folders/50/wcr5bjwn75q595n6x82gxj28gn/T/pip-EwAEJ5-record/install-record.txt
 --single-version-externally-managed --compile:
| running install
| 
| running build
| 
| running build_py
| 
| package init file 'pylibs/__init__.py' not found (or not a regular file)
| 
| creating build
| 
| creating build/lib
| 
| creating build/lib/notmuch_abook
| 
| copying pylibs/notmuch_abook.py -> build/lib/notmuch_abook
| 
| running egg_info
| 
| writing requirements to notmuch_abook.egg-info/requires.txt
| 
| writing notmuch_abook.egg-info/PKG-INFO
| 
| writing namespace_packages to notmuch_abook.egg-info/namespace_packages.txt
| 
| writing top-level names to notmuch_abook.egg-info/top_level.txt
| 
| writing dependency_links to notmuch_abook.egg-info/dependency_links.txt
| 
| writing entry points to notmuch_abook.egg-info/entry_points.txt
| 
| warning: manifest_maker: standard file '-c' not found
| 
| 
| 
| reading manifest file 'notmuch_abook.egg-info/SOURCES.txt'
| 
| writing manifest file 'notmuch_abook.egg-info/SOURCES.txt'
| 
| running install_lib
| 
| copying build/lib/notmuch_abook/notmuch_abook.py -> 
/usr/local/lib/python2.7/site-packages/notmuch_abook
| 
| byte-compiling 
/usr/local/lib/python2.7/site-packages/notmuch_abook/notmuch_abook.py to 
notmuch_abook.pyc
| 
| running install_data
| 
| error: can't copy 'plugin/notmuch_abook.vim': doesn't exist or not a regular 
file
| 
| 
| Cleaning up...
| Command /usr/local/opt/python/bin/python2.7 -c "import setuptools, 
tokenize;__file__='/private/var/folders/50/wcr5bjwn75q595n6x82gxj28gn/T/pip_build_rainerkrug/notmuch-abook/setup.py';exec(compile(getattr(tokenize,
 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" 
install --record 
/var/folders/50/wcr5bjwn75q595n6x82gxj28gn/T/pip-EwAEJ5-record/install-record.txt
 --single-version-externally-managed --compile failed with error code 1 in 
/private/var/folders/50/wcr5bjwn75q595n6x82gxj28gn/T/pip_build_rainerkrug/notmuch-abook
| Storing debug log for failure in /Users/rainerkrug/.pip/pip.log
| 08:52:22 ~/bin$
`

I am using Python 2.7.8 on a Mac, installed via homebrew.

Any suggestions? 

>
> For the occasion, I'd like to thank a lot the contributors (github
> usernames): 
>
>  * foobacca,
>  * jkr,
>  * Tomas Tomecek,
>  * dme
>
> Of course, don't hesitate to troll^Wdiscuss about the pros and cons of
> both solutions, which may help improve both in the end!
>
> Cheers and a lots of thank to all notmuch contributors!

-- 
Rainer M. Krug
email: Rainerkrugsde
PGP: 0x0F52F982


pgpEA3gzR2PVs.pgp
Description: PGP signature
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch