[PATCH] doc/prerst2man.py: swap execfile with an exec call

2014-08-09 Thread Tomi Ollila
On Sat, Aug 09 2014, Gaute Hope wrote: > at some point in python 3.* execfile was removed. per > http://stackoverflow.com/questions/6357361/alternative-to-execfile-in-python-3-2 > the execefile has been replaced in the same manner as python 2to3 helper > script would do. > > tested on python 3.4.

[PATCH] doc/prerst2man.py: swap execfile with an exec call

2014-08-09 Thread Gaute Hope
Aight! Whatever works. This bit me today at least, building notmuch git on Arch Linux fails without it. Cheers, Gaute On Sat, Aug 9, 2014 at 3:56 PM, Tomi Ollila wrote: > On Sat, Aug 09 2014, Gaute Hope wrote: > >> at some point in python 3.* execfile was removed. per >> http://stackoverflow.co

[PATCH] doc/prerst2man.py: swap execfile with an exec call

2014-08-09 Thread Gaute Hope
at some point in python 3.* execfile was removed. per http://stackoverflow.com/questions/6357361/alternative-to-execfile-in-python-3-2 the execefile has been replaced in the same manner as python 2to3 helper script would do. tested on python 3.4.1 and 2.7.8. --- doc/prerst2man.py | 3 ++- 1 file

[PATCH v2] emacs: Improved compatibility for window-body-width in Emacs < 24

2014-08-09 Thread Tomi Ollila
On Fri, Aug 08 2014, Austin Clements wrote: > Fix byte compiler warning "Warning: the function `window-body-width' > is not known to be defined." by moving our compatibility wrapper > before its use and simplify the definition to a defalias for the old > name of the function. > --- > > Tomi point

Re: [PATCH] doc/prerst2man.py: swap execfile with an exec call

2014-08-09 Thread Gaute Hope
Aight! Whatever works. This bit me today at least, building notmuch git on Arch Linux fails without it. Cheers, Gaute On Sat, Aug 9, 2014 at 3:56 PM, Tomi Ollila wrote: > On Sat, Aug 09 2014, Gaute Hope wrote: > >> at some point in python 3.* execfile was removed. per >> http://stackoverflow.co

Re: [PATCH] doc/prerst2man.py: swap execfile with an exec call

2014-08-09 Thread Tomi Ollila
On Sat, Aug 09 2014, Gaute Hope wrote: > at some point in python 3.* execfile was removed. per > http://stackoverflow.com/questions/6357361/alternative-to-execfile-in-python-3-2 > the execefile has been replaced in the same manner as python 2to3 helper > script would do. > > tested on python 3.4.

[PATCH] doc/prerst2man.py: swap execfile with an exec call

2014-08-09 Thread Gaute Hope
at some point in python 3.* execfile was removed. per http://stackoverflow.com/questions/6357361/alternative-to-execfile-in-python-3-2 the execefile has been replaced in the same manner as python 2to3 helper script would do. tested on python 3.4.1 and 2.7.8. --- doc/prerst2man.py | 3 ++- 1 file

Re: [PATCH v2] emacs: Improved compatibility for window-body-width in Emacs < 24

2014-08-09 Thread Tomi Ollila
On Fri, Aug 08 2014, Austin Clements wrote: > Fix byte compiler warning "Warning: the function `window-body-width' > is not known to be defined." by moving our compatibility wrapper > before its use and simplify the definition to a defalias for the old > name of the function. > --- > > Tomi point