Quoth David Bremner on Jul 12 at 4:31 pm:
> David Edmondson writes:
>
> > Extended the saved search definition to allow the inclusion of an
> > accelerator key for the search. Bind 'j' in the common mode map as a
> > leader for such accelerator keys.
>
> I was trying this out without configurin
Quoth David Bremner on Jul 12 at 4:08 pm:
> Austin Clements writes:
>
> > What happens when this script dies in the middle (say, your computer
> > loses power or notmuch tag conflicts with something else on the write
> > lock)? One advantage of the standard "new" tag approach is that it's
> > e
s/remote/remove/ in subject.
BR,
Jani.
On Jul 13, 2014 12:05 AM, "David Bremner" wrote:
>
> There is a doxygen bug about these odd files,
>
> https://bugzilla.gnome.org/show_bug.cgi?id=727796
>
> But it isn't clear if / when a fix will be provided, so just delete it
> to avoid e.g. confusi
On Sun, Jul 13 2014, "W. Trevor King" wrote:
> Changes since v2 [1]:
>
> * In patches 1/5 and 5/5, use for loops to check for rst2man[.py] and
> rst2html[.py].
> * In patches 1/5 and 5/5, store the command names, not the full paths
> (command -v …) [2].
> * In patch 3/5, I've added argparse h
On Sun, Jul 13 2014, David Bremner wrote:
> There is a doxygen bug about these odd files,
>
> https://bugzilla.gnome.org/show_bug.cgi?id=727796
>
> But it isn't clear if / when a fix will be provided, so just delete it
> to avoid e.g. confusing man-to-wiki.pl
LGTM.
Tomi
> ---
> doc/Mak
Quoth David Bremner on Jul 12 at 4:31 pm:
> David Edmondson writes:
>
> > Extended the saved search definition to allow the inclusion of an
> > accelerator key for the search. Bind 'j' in the common mode map as a
> > leader for such accelerator keys.
>
> I was trying this out without configurin
Quoth David Bremner on Jul 12 at 4:08 pm:
> Austin Clements writes:
>
> > What happens when this script dies in the middle (say, your computer
> > loses power or notmuch tag conflicts with something else on the write
> > lock)? One advantage of the standard "new" tag approach is that it's
> > e
excefile is gone in Python 3 [1]. Instead of exec-ing the
configuration, it's easier to insert the source directory in Python's
path [2], and just import the configuration. With this change,
prerst2man.py is compatible with both Python 2 and 3.
[1]: https://docs.python.org/3.0/whatsnew/3.0.html#
For example, with these changes we can build HTML output using:
$ rst-man2any.py -c rst2html -i ${SRCDIR} -o ${OUTDIR} -e html
The extension adjustment ensures that the output filenames from the
above command match what we currently generate with sphinx-html.
Adding argparse handling at the to
We already fall back to rst2man if Sphinx isn't available for building
the man pages. With this commit we'll fall back to rst2html for
building the HTML docs too. The only tricky bit here is that
HAVE_SPHINX explicitly checks for sphinx.writers.manpage. I'm just
assuming sphinx.writers.html exis
Gentoo's dev-python/docutils-0.10 installs Docutils scripts with a
*.py extension, so I have /usr/bin/rst2man.py and no rst2man script.
This patch supports users with both types of systems by checking for
rst2man, falling back on rst2man.py, and giving up only if neither is
found. Users can also s
Changes since v2 [1]:
* In patches 1/5 and 5/5, use for loops to check for rst2man[.py] and
rst2html[.py].
* In patches 1/5 and 5/5, store the command names, not the full paths
(command -v …) [2].
* In patch 3/5, I've added argparse handling to the newly-renamed
rst-man2any.py. Tomi suggest
The rst2man target was removed in 9d9a700 (doc: build man pages at
build time; introduce HAVE_SPHINX, HAVE_RST2MAN, 2014-03-13), but a
reference in the install docs slipped through. While I was removing
that reference, I also:
* Converted doc/INSTALL to reStructuredText, so I can link to Sphinx
We already fall back to rst2man if Sphinx isn't available for building
the man pages. With this commit we'll fall back to rst2html for
building the HTML docs too. The only tricky bit here is that
HAVE_SPHINX explicitly checks for sphinx.writers.manpage. I'm just
assuming sphinx.writers.html exis
The rst2man target was removed in 9d9a700 (doc: build man pages at
build time; introduce HAVE_SPHINX, HAVE_RST2MAN, 2014-03-13), but a
reference in the install docs slipped through. While I was removing
that reference, I also:
* Converted doc/INSTALL to reStructuredText, so I can link to Sphinx
For example, with these changes we can build HTML output using:
$ rst-man2any.py -c rst2html -i ${SRCDIR} -o ${OUTDIR} -e html
The extension adjustment ensures that the output filenames from the
above command match what we currently generate with sphinx-html.
Adding argparse handling at the to
excefile is gone in Python 3 [1]. Instead of exec-ing the
configuration, it's easier to insert the source directory in Python's
path [2], and just import the configuration. With this change,
prerst2man.py is compatible with both Python 2 and 3.
[1]: https://docs.python.org/3.0/whatsnew/3.0.html#
Gentoo's dev-python/docutils-0.10 installs Docutils scripts with a
*.py extension, so I have /usr/bin/rst2man.py and no rst2man script.
This patch supports users with both types of systems by checking for
rst2man, falling back on rst2man.py, and giving up only if neither is
found. Users can also s
Changes since v2 [1]:
* In patches 1/5 and 5/5, use for loops to check for rst2man[.py] and
rst2html[.py].
* In patches 1/5 and 5/5, store the command names, not the full paths
(command -v ?) [2].
* In patch 3/5, I've added argparse handling to the newly-renamed
rst-man2any.py. Tomi suggest
There is a doxygen bug about these odd files,
https://bugzilla.gnome.org/show_bug.cgi?id=727796
But it isn't clear if / when a fix will be provided, so just delete it
to avoid e.g. confusing man-to-wiki.pl
---
doc/Makefile.local | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/Makef
David Edmondson writes:
> Extended the saved search definition to allow the inclusion of an
> accelerator key for the search. Bind 'j' in the common mode map as a
> leader for such accelerator keys.
I was trying this out without configuring any accelerators and it seemed
a bit unfriendly. After
Austin Clements writes:
> What happens when this script dies in the middle (say, your computer
> loses power or notmuch tag conflicts with something else on the write
> lock)? One advantage of the standard "new" tag approach is that it's
> easy to write a stateless post-new tagging script that c
Charles Celerier writes:
> David Bremner writes:
>
> $ objdump -t lib/*.o | sed -n '/\[\.text\] __\?notmuch/p' | tail
> 09a0 g 0f SECT 01 [.text]
> _notmuch_thread_get_authors
> 0990 g 0f SECT 01 [.text]
> _notmuch_thread_get_matche
There is a doxygen bug about these odd files,
https://bugzilla.gnome.org/show_bug.cgi?id=727796
But it isn't clear if / when a fix will be provided, so just delete it
to avoid e.g. confusing man-to-wiki.pl
---
doc/Makefile.local | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/Makef
David Edmondson writes:
> Extended the saved search definition to allow the inclusion of an
> accelerator key for the search. Bind 'j' in the common mode map as a
> leader for such accelerator keys.
I was trying this out without configuring any accelerators and it seemed
a bit unfriendly. After
Austin Clements writes:
> What happens when this script dies in the middle (say, your computer
> loses power or notmuch tag conflicts with something else on the write
> lock)? One advantage of the standard "new" tag approach is that it's
> easy to write a stateless post-new tagging script that c
Charles Celerier writes:
> David Bremner writes:
>
> $ objdump -t lib/*.o | sed -n '/\[\.text\] __\?notmuch/p' | tail
> 09a0 g 0f SECT 01 [.text]
> _notmuch_thread_get_authors
> 0990 g 0f SECT 01 [.text]
> _notmuch_thread_get_matche
On Sat, May 10 2014, "W. Trevor King" wrote:
> For example, with these changes we can build HTML output using:
>
> $ prerst2x.py rst2html ${SRCDIR} ${OUTDIR} html
>
> The extension adjustment ensures that the output filenames from the
> above command match what we currently generate with sphinx
On Sat, May 10 2014, "W. Trevor King" wrote:
> Gentoo's dev-python/docutils-0.10 installs Docutils scripts with a
> *.py extension, so I have /usr/bin/rst2man.py and no rst2man script.
> This patch supports users with both types of systems by checking for
> rst2man, falling back on rst2man.py, an
On Sat, May 10 2014, "W. Trevor King" wrote:
> For example, with these changes we can build HTML output using:
>
> $ prerst2x.py rst2html ${SRCDIR} ${OUTDIR} html
>
> The extension adjustment ensures that the output filenames from the
> above command match what we currently generate with sphinx
On Sat, May 10 2014, "W. Trevor King" wrote:
> Gentoo's dev-python/docutils-0.10 installs Docutils scripts with a
> *.py extension, so I have /usr/bin/rst2man.py and no rst2man script.
> This patch supports users with both types of systems by checking for
> rst2man, falling back on rst2man.py, an
31 matches
Mail list logo