public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* ANN: pandoc 1.12.1, pandoc-citeproc 0.1.2.1
@ 2013-10-20 23:09 John MacFarlane
       [not found] ` <20131020230933.GA42612-9Rnp8PDaXcadBw3G0RLmbRFnWt+6NQIA@public.gmane.org>
  0 siblings, 1 reply; 22+ messages in thread
From: John MacFarlane @ 2013-10-20 23:09 UTC (permalink / raw)
  To: pandoc-announce-/JYPxA39Uh5TLH3MbocFFw,
	pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

pandoc 1.12.1 and pandoc-citeproc 0.1.2.1 have now been released!

* Release notes: <http://johnmacfarlane.net/pandoc/releases.html>
* Hackage: <http://hackage.haskell.org/package/pandoc> and
  <http://hackage.haskell.org/package/pandoc-citeproc>
* Binary packages: <https://code.google.com/p/pandoc/downloads/list>
  and <https://github.com/jgm/pandoc/releases/tag/1.12.1>

If you use cabal to keep pandoc updated:

    cabal update
    cabal install pandoc pandoc-citeproc

This release fixes a few bugs (details in the changelog) and
considerably improves citation handling.  The new pandoc-citeproc
can read bibtex and biblatex files directly (not using bibutils to
translate them, as before).  Though this is still a work in progress,
the results are already significantly better.  LaTeX constructs in
bibtex fields are translated properly, and simple math gets converted.
Thanks to Nick Bart for his continuing work towards improving
citation support, and Andrea Rossato for some important bug fixes
in the underlying citeproc-hs code.

Three changes of note:

1.  The default JSON serialization format has changed.
Instead of `{"Str": "foo"}`, for example, we now have `{"t": "Str",
"c": "foo"}` ("t" for tag, "c" for contents).  This new format is
easier to work with outside of Haskell.  This change should
only affect people who are interacting with pandoc's JSON using
languages other than Haskell, since in Haskell the JSON conversions
can be handled automatically by the aeson library.  Those who use the
python library pandocfilters for filters should upgrade to version 1.2,
which has already been updated to use the new format.

2. Pandoc's data files no longer include the javascript, CSS,
and images for S5, slidy, and slideous slide formats.  If you
wish to produce S5 or slideous slides with the `--self-contained`
option, you'll need to download the appropriate code into the `s5` or
`slideous` directories, respectively, as with `revealjs`.  (This is what
the User's Guide has said to do for some time.)  The default for `slidy`
is to embed a link to the code on the slidy website, so nothing should
change for slidy users who are using the default template.

3.  You can now create "speaker notes" in slide formats, by putting
them inside `<div class="notes">` tags.  (Note that you may need to
leave a blank line before the closing `</div>` tag in some contexts.)
Currently these are supported in beamer (where the notes go to
`\note{...}`) and revealjs (where they turn into `<aside class="notes">`;
in other formats the speaker notes are just ignored.


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ANN: pandoc 1.12.1, pandoc-citeproc 0.1.2.1
       [not found] ` <20131020230933.GA42612-9Rnp8PDaXcadBw3G0RLmbRFnWt+6NQIA@public.gmane.org>
@ 2013-10-21  5:59   ` Manolo Martínez
       [not found]     ` <20131021055916.GA502-ZyJ2EflTUO+1wFeQI9VuAFKr0EmMEXJSn9A1Ff6Mc9Q@public.gmane.org>
  2013-10-21 15:07   ` James
                     ` (2 subsequent siblings)
  3 siblings, 1 reply; 22+ messages in thread
From: Manolo Martínez @ 2013-10-21  5:59 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Hello, John,

Thanks for the release.

Again for this release I've got the scary "the following packages are
likely to be broken" message. I think I know now how to go about that,
after last time, but I was wondering if it would be possible to change
whatever in the installation process is misleading cabal here.

Manolo


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ANN: pandoc 1.12.1, pandoc-citeproc 0.1.2.1
       [not found]     ` <20131021055916.GA502-ZyJ2EflTUO+1wFeQI9VuAFKr0EmMEXJSn9A1Ff6Mc9Q@public.gmane.org>
@ 2013-10-21  6:07       ` Ivan Lazar Miljenovic
       [not found]         ` <CA+u6gbwFsk9kjqbQXzOtDPY0c+ziDsMBUDWhnMZWBJjt6=ji4Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  2013-10-21 16:00       ` John MacFarlane
  1 sibling, 1 reply; 22+ messages in thread
From: Ivan Lazar Miljenovic @ 2013-10-21  6:07 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

On 21 October 2013 16:59, Manolo Martínez <manolo-gKuGghLfFCp4q6Scyk2RvwC/G2K4zDHf@public.gmane.org> wrote:
> Hello, John,
>
> Thanks for the release.
>
> Again for this release I've got the scary "the following packages are
> likely to be broken" message. I think I know now how to go about that,
> after last time, but I was wondering if it would be possible to change
> whatever in the installation process is misleading cabal here.

There's nothing to change (or at least nothing that can be changed):
you're updating libraries that other libraries depend on, but not
uninstalling anything.

Either do sandboxed builds (which would require re-building everything
for every update) or just ignore them.

>
> Manolo
>
> --
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/20131021055916.GA502%40ManoloMartinez.localdomain.
> For more options, visit https://groups.google.com/groups/opt_out.



-- 
Ivan Lazar Miljenovic
Ivan.Miljenovic-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
http://IvanMiljenovic.wordpress.com

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CA%2Bu6gbwFsk9kjqbQXzOtDPY0c%2BziDsMBUDWhnMZWBJjt6%3Dji4Q%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ANN: pandoc 1.12.1, pandoc-citeproc 0.1.2.1
       [not found]         ` <CA+u6gbwFsk9kjqbQXzOtDPY0c+ziDsMBUDWhnMZWBJjt6=ji4Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2013-10-21  8:32           ` Manolo Martínez
  0 siblings, 0 replies; 22+ messages in thread
From: Manolo Martínez @ 2013-10-21  8:32 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

On 10/21/13 at 05:07pm, Ivan Lazar Miljenovic wrote:
> On 21 October 2013 16:59, Manolo Martínez <manolo-gKuGghLfFCp4q6Scyk2RvwC/G2K4zDHf@public.gmane.org> wrote:
> > Hello, John,
> >
> > Thanks for the release.
> >
> > Again for this release I've got the scary "the following packages are
> > likely to be broken" message. I think I know now how to go about that,
> > after last time, but I was wondering if it would be possible to change
> > whatever in the installation process is misleading cabal here.
> 
> There's nothing to change (or at least nothing that can be changed):
> you're updating libraries that other libraries depend on, but not
> uninstalling anything.
> 
> Either do sandboxed builds (which would require re-building everything
> for every update) or just ignore them.
> 

Well, if these messages should be ignored, a reassuring paragraph could perhaps be
added to release announcements, along the following lines:

"It is possible that cabal outputs the following error:

>cabal: The following packages are likely to be broken by the reinstalls:
>pandoc-citeproc-0.1.1.1
>pandoc-1.12.0.2
>Use --force-reinstalls if you want to install anyway.

In this case it is safe to force reinstalls:

    cabal install --force-reinstalls pandoc pandoc-citeproc"

Manolo

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/20131021083249.GA2913%40ManoloMartinez.cap.coova.org.
For more options, visit https://groups.google.com/groups/opt_out.


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ANN: pandoc 1.12.1, pandoc-citeproc 0.1.2.1
       [not found] ` <20131020230933.GA42612-9Rnp8PDaXcadBw3G0RLmbRFnWt+6NQIA@public.gmane.org>
  2013-10-21  5:59   ` Manolo Martínez
@ 2013-10-21 15:07   ` James
       [not found]     ` <749438b7-79fb-49e3-95ec-a8f6fe83ebf6-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  2013-10-21 15:12   ` Joost Kremers
  2013-10-21 17:51   ` Matthias Hüning
  3 siblings, 1 reply; 22+ messages in thread
From: James @ 2013-10-21 15:07 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw
  Cc: pandoc-announce-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 1068 bytes --]

Hi John

Thanks for this release. The Mac version of the package (the .dmg, that is) 
seems to have a problem with locales and pandoc-citeproc. It looks like the 
wrong location may been hardcoded in, as I'm getting the following error: 

pandoc-citeproc: 
/Users/jgm/src/pandoc/.cabal-sandbox/share/i386-osx-ghc-7.6.3/pandoc-citeproc-0.1.2.1/locales/locales-en-US.xml: 
openBinaryFile: does not exist (No such file or directory)

pandoc: Error running filter pandoc-citeproc

Best 

James

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/749438b7-79fb-49e3-95ec-a8f6fe83ebf6%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

[-- Attachment #2: Type: text/html, Size: 1480 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ANN: pandoc 1.12.1, pandoc-citeproc 0.1.2.1
       [not found] ` <20131020230933.GA42612-9Rnp8PDaXcadBw3G0RLmbRFnWt+6NQIA@public.gmane.org>
  2013-10-21  5:59   ` Manolo Martínez
  2013-10-21 15:07   ` James
@ 2013-10-21 15:12   ` Joost Kremers
       [not found]     ` <m2r4beu08s.fsf-4Qa7NeS2ENVPDCrvnpRrPfNq91seawkrvu54Y+ZNwJg@public.gmane.org>
  2013-10-21 17:51   ` Matthias Hüning
  3 siblings, 1 reply; 22+ messages in thread
From: Joost Kremers @ 2013-10-21 15:12 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


On Mon, Oct 21 2013, John MacFarlane <fiddlosopher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>     cabal update
>     cabal install pandoc pandoc-citeproc

I just did this on my OS X (10.8.5) machine and got a slew of errors:

====================

Resolving dependencies...
In order, the following will be installed:
pandoc-1.12.1 (reinstall) changes: old-time-1.1.0.1 added
pandoc-citeproc-0.1.2.1 (reinstall) changes: attoparsec-0.10.4.0 added
Warning: Note that reinstalls are always dangerous. Continuing anyway...
[1 of 1] Compiling Main             ( /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/pandoc-1.12.1-17755/pandoc-1.12.1/Setup.hs, /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/pandoc-1.12.1-17755/pandoc-1.12.1/dist/setup/Main.o )
Linking /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/pandoc-1.12.1-17755/pandoc-1.12.1/dist/setup/setup ...
Configuring pandoc-1.12.1...

/var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/17797.c:1:12:
     warning: control reaches end of non-void function [-Wreturn-type]
int foo() {}
           ^
1 warning generated.
Building pandoc-1.12.1...
Preprocessing library pandoc-1.12.1...
unused terminals: 1

src/Text/Pandoc/Pretty.hs:191:27:
     warning: missing terminating ' character [-Winvalid-pp-token]
chomp d = Doc (fromList dl')
                          ^

src/Text/Pandoc/Pretty.hs:193:11:
     warning: missing terminating ' character [-Winvalid-pp-token]
            dl' = reverse $ go $ reverse dl
              ^

====================

and on and on (I can send the entire output). 

Software versions:

====================

joost@pc201:~ $ ghc --version
The Glorious Glasgow Haskell Compilation System, version 7.6.3

joost@pc201:~ $ cabal --version
cabal-install version 1.16.0.2
using version 1.16.0 of the Cabal library

====================

Although I get warnings, pandoc and pandoc-citeproc do get installed.
But trying to run pandoc on a file with a bibliography results in an
error saying that pandoc-citeproc is not in the path, even though it is
in ~/.cabal/bin/ (where pandoc also resides). `which pandoc-citeproc`
produces `/Users/joost/.cabal/bin/pandoc-citeproc`, so there doesn't
seem to be anything wrong with the path.

Any ideas on what's going on? Could the second problem have to do with
the first? Did I mess something up?

TIA

Joost


-- 
Joost Kremers
Life has its moments


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ANN: pandoc 1.12.1, pandoc-citeproc 0.1.2.1
       [not found]     ` <20131021055916.GA502-ZyJ2EflTUO+1wFeQI9VuAFKr0EmMEXJSn9A1Ff6Mc9Q@public.gmane.org>
  2013-10-21  6:07       ` Ivan Lazar Miljenovic
@ 2013-10-21 16:00       ` John MacFarlane
       [not found]         ` <20131021160040.GE56864-9Rnp8PDaXcadBw3G0RLmbRFnWt+6NQIA@public.gmane.org>
  1 sibling, 1 reply; 22+ messages in thread
From: John MacFarlane @ 2013-10-21 16:00 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Normally I wouldn't recommend using --force.  But in this case,
it should be fine, since not much else depends on pandoc (and gitit
and hopefully hakyll use upper version bounds).

pandoc-citeproc depends on pandoc, so if you try to

    cabal install pandoc

when you already have pandoc-citeproc installed, you'll get the
message.  Solution is to

    cabal install pandoc pandoc-citeproc

+++ Manolo Martínez [Oct 21 13 07:59 ]:
> Hello, John,
> 
> Thanks for the release.
> 
> Again for this release I've got the scary "the following packages are
> likely to be broken" message. I think I know now how to go about that,
> after last time, but I was wondering if it would be possible to change
> whatever in the installation process is misleading cabal here.
> 
> Manolo
> 
> -- 
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/20131021055916.GA502%40ManoloMartinez.localdomain.
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/20131021160040.GE56864%40Johns-MacBook-Pro.local.
For more options, visit https://groups.google.com/groups/opt_out.


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ANN: pandoc 1.12.1, pandoc-citeproc 0.1.2.1
       [not found]         ` <20131021160040.GE56864-9Rnp8PDaXcadBw3G0RLmbRFnWt+6NQIA@public.gmane.org>
@ 2013-10-21 16:17           ` Tillmann Rendel
       [not found]             ` <52655384.7000001-jNDFPZUTrfTbB13WlS47k8u21/r88PR+s0AfqQuZ5sE@public.gmane.org>
  0 siblings, 1 reply; 22+ messages in thread
From: Tillmann Rendel @ 2013-10-21 16:17 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Hi,

John MacFarlane wrote:
> pandoc-citeproc depends on pandoc, so if you try to
>
>      cabal install pandoc
>
> when you already have pandoc-citeproc installed, you'll get the
> message.  Solution is to
>
>      cabal install pandoc pandoc-citeproc

johnmacfarlane.net/pandoc/installing.html currently says:
> If you want to use pandoc’s citation processing features, you should also
>
>     cabal install pandoc-citeproc

Maybe it should say:
> If you want to use pandoc’s citation processing features, you should instead
>
>     cabal install pandoc pandoc-citeproc

   Tillmann

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/52655384.7000001%40informatik.uni-marburg.de.
For more options, visit https://groups.google.com/groups/opt_out.


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ANN: pandoc 1.12.1, pandoc-citeproc 0.1.2.1
       [not found]     ` <749438b7-79fb-49e3-95ec-a8f6fe83ebf6-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2013-10-21 16:53       ` John MacFarlane
       [not found]         ` <20131021165323.GD60687-9Rnp8PDaXcadBw3G0RLmbRFnWt+6NQIA@public.gmane.org>
  0 siblings, 1 reply; 22+ messages in thread
From: John MacFarlane @ 2013-10-21 16:53 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Oh, dear.  The build procedure is supposed to bake in the data files,
but it appears I may have skipped a necessary 'clean' step.  I'll
create a new package and upload later today.

+++ James [Oct 21 13 08:07 ]:
> Hi John
> 
> Thanks for this release. The Mac version of the package (the .dmg, that is) 
> seems to have a problem with locales and pandoc-citeproc. It looks like the 
> wrong location may been hardcoded in, as I'm getting the following error: 
> 
> pandoc-citeproc: 
> /Users/jgm/src/pandoc/.cabal-sandbox/share/i386-osx-ghc-7.6.3/pandoc-citeproc-0.1.2.1/locales/locales-en-US.xml: 
> openBinaryFile: does not exist (No such file or directory)
> 
> pandoc: Error running filter pandoc-citeproc
> 
> Best 
> 
> James
> 
> -- 
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/749438b7-79fb-49e3-95ec-a8f6fe83ebf6%40googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ANN: pandoc 1.12.1, pandoc-citeproc 0.1.2.1
       [not found]             ` <52655384.7000001-jNDFPZUTrfTbB13WlS47k8u21/r88PR+s0AfqQuZ5sE@public.gmane.org>
@ 2013-10-21 16:56               ` John MacFarlane
  0 siblings, 0 replies; 22+ messages in thread
From: John MacFarlane @ 2013-10-21 16:56 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Good idea, done.

+++ Tillmann Rendel [Oct 21 13 18:17 ]:
> Hi,
> 
> John MacFarlane wrote:
> >pandoc-citeproc depends on pandoc, so if you try to
> >
> >     cabal install pandoc
> >
> >when you already have pandoc-citeproc installed, you'll get the
> >message.  Solution is to
> >
> >     cabal install pandoc pandoc-citeproc
> 
> johnmacfarlane.net/pandoc/installing.html currently says:
> >If you want to use pandoc’s citation processing features, you should also
> >
> >    cabal install pandoc-citeproc
> 
> Maybe it should say:
> >If you want to use pandoc’s citation processing features, you should instead
> >
> >    cabal install pandoc pandoc-citeproc
> 
>   Tillmann
> 
> -- 
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/52655384.7000001%40informatik.uni-marburg.de.
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/20131021165656.GE60687%40Johns-MacBook-Pro.local.
For more options, visit https://groups.google.com/groups/opt_out.


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ANN: pandoc 1.12.1, pandoc-citeproc 0.1.2.1
       [not found]     ` <m2r4beu08s.fsf-4Qa7NeS2ENVPDCrvnpRrPfNq91seawkrvu54Y+ZNwJg@public.gmane.org>
@ 2013-10-21 16:58       ` John MacFarlane
  2013-10-21 16:58       ` Joost Kremers
  2013-10-21 22:28       ` John MacFarlane
  2 siblings, 0 replies; 22+ messages in thread
From: John MacFarlane @ 2013-10-21 16:58 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Odd.  Out of interest, what does

    cpp --version

say?

+++ Joost Kremers [Oct 21 13 17:12 ]:
> 
> On Mon, Oct 21 2013, John MacFarlane <fiddlosopher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> >     cabal update
> >     cabal install pandoc pandoc-citeproc
> 
> I just did this on my OS X (10.8.5) machine and got a slew of errors:
> 
> ====================
> 
> Resolving dependencies...
> In order, the following will be installed:
> pandoc-1.12.1 (reinstall) changes: old-time-1.1.0.1 added
> pandoc-citeproc-0.1.2.1 (reinstall) changes: attoparsec-0.10.4.0 added
> Warning: Note that reinstalls are always dangerous. Continuing anyway...
> [1 of 1] Compiling Main             ( /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/pandoc-1.12.1-17755/pandoc-1.12.1/Setup.hs, /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/pandoc-1.12.1-17755/pandoc-1.12.1/dist/setup/Main.o )
> Linking /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/pandoc-1.12.1-17755/pandoc-1.12.1/dist/setup/setup ...
> Configuring pandoc-1.12.1...
> 
> /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/17797.c:1:12:
>      warning: control reaches end of non-void function [-Wreturn-type]
> int foo() {}
>            ^
> 1 warning generated.
> Building pandoc-1.12.1...
> Preprocessing library pandoc-1.12.1...
> unused terminals: 1
> 
> src/Text/Pandoc/Pretty.hs:191:27:
>      warning: missing terminating ' character [-Winvalid-pp-token]
> chomp d = Doc (fromList dl')
>                           ^
> 
> src/Text/Pandoc/Pretty.hs:193:11:
>      warning: missing terminating ' character [-Winvalid-pp-token]
>             dl' = reverse $ go $ reverse dl
>               ^
> 
> ====================
> 
> and on and on (I can send the entire output). 
> 
> Software versions:
> 
> ====================
> 
> joost@pc201:~ $ ghc --version
> The Glorious Glasgow Haskell Compilation System, version 7.6.3
> 
> joost@pc201:~ $ cabal --version
> cabal-install version 1.16.0.2
> using version 1.16.0 of the Cabal library
> 
> ====================
> 
> Although I get warnings, pandoc and pandoc-citeproc do get installed.
> But trying to run pandoc on a file with a bibliography results in an
> error saying that pandoc-citeproc is not in the path, even though it is
> in ~/.cabal/bin/ (where pandoc also resides). `which pandoc-citeproc`
> produces `/Users/joost/.cabal/bin/pandoc-citeproc`, so there doesn't
> seem to be anything wrong with the path.
> 
> Any ideas on what's going on? Could the second problem have to do with
> the first? Did I mess something up?
> 
> TIA
> 
> Joost
> 
> 
> -- 
> Joost Kremers
> Life has its moments
> 
> -- 
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/m2r4beu08s.fsf%40pc201.uni-germanistik.gwdg.de.
> For more options, visit https://groups.google.com/groups/opt_out.


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ANN: pandoc 1.12.1, pandoc-citeproc 0.1.2.1
       [not found]     ` <m2r4beu08s.fsf-4Qa7NeS2ENVPDCrvnpRrPfNq91seawkrvu54Y+ZNwJg@public.gmane.org>
  2013-10-21 16:58       ` John MacFarlane
@ 2013-10-21 16:58       ` Joost Kremers
       [not found]         ` <87sivutvaw.fsf-97jfqw80gc6171pxa8y+qA@public.gmane.org>
  2013-10-21 22:28       ` John MacFarlane
  2 siblings, 1 reply; 22+ messages in thread
From: Joost Kremers @ 2013-10-21 16:58 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

I upgraded pandoc & pandoc-citeproc on a Linux machine and there
compilation proceeds without errors or warnings. So I assume it's a
problem with my setup. I have the same GHC but a newer cabal on the
Linux machine, could that be the cause of the problem?

I'd appreciate any hints or suggestions.

TIA

Joost



On Mon, Oct 21 2013, joostkremers-97jfqw80gc6171pxa8y+qA@public.gmane.org wrote:
> On Mon, Oct 21 2013, John MacFarlane <fiddlosopher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>>     cabal update
>>     cabal install pandoc pandoc-citeproc
>
> I just did this on my OS X (10.8.5) machine and got a slew of errors:
>
> ====================
>
> Resolving dependencies...
> In order, the following will be installed:
> pandoc-1.12.1 (reinstall) changes: old-time-1.1.0.1 added
> pandoc-citeproc-0.1.2.1 (reinstall) changes: attoparsec-0.10.4.0 added
> Warning: Note that reinstalls are always dangerous. Continuing anyway...
> [1 of 1] Compiling Main             ( /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/pandoc-1.12.1-17755/pandoc-1.12.1/Setup.hs, /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/pandoc-1.12.1-17755/pandoc-1.12.1/dist/setup/Main.o )
> Linking /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/pandoc-1.12.1-17755/pandoc-1.12.1/dist/setup/setup ...
> Configuring pandoc-1.12.1...
>
> /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/17797.c:1:12:
>      warning: control reaches end of non-void function [-Wreturn-type]
> int foo() {}
>            ^
> 1 warning generated.
> Building pandoc-1.12.1...
> Preprocessing library pandoc-1.12.1...
> unused terminals: 1
>
> src/Text/Pandoc/Pretty.hs:191:27:
>      warning: missing terminating ' character [-Winvalid-pp-token]
> chomp d = Doc (fromList dl')
>                           ^
>
> src/Text/Pandoc/Pretty.hs:193:11:
>      warning: missing terminating ' character [-Winvalid-pp-token]
>             dl' = reverse $ go $ reverse dl
>               ^
>
> ====================
>
> and on and on (I can send the entire output). 
>
> Software versions:
>
> ====================
>
> joost@pc201:~ $ ghc --version
> The Glorious Glasgow Haskell Compilation System, version 7.6.3
>
> joost@pc201:~ $ cabal --version
> cabal-install version 1.16.0.2
> using version 1.16.0 of the Cabal library
>
> ====================
>
> Although I get warnings, pandoc and pandoc-citeproc do get installed.
> But trying to run pandoc on a file with a bibliography results in an
> error saying that pandoc-citeproc is not in the path, even though it is
> in ~/.cabal/bin/ (where pandoc also resides). `which pandoc-citeproc`
> produces `/Users/joost/.cabal/bin/pandoc-citeproc`, so there doesn't
> seem to be anything wrong with the path.
>
> Any ideas on what's going on? Could the second problem have to do with
> the first? Did I mess something up?
>
> TIA
>
> Joost
>
>
> -- 
> Joost Kremers
> Life has its moments


-- 
Joost Kremers
Life has its moments


^ permalink raw reply	[flat|nested] 22+ messages in thread

* New OSX package! Re: ANN: pandoc 1.12.1, pandoc-citeproc 0.1.2.1
       [not found]         ` <20131021165323.GD60687-9Rnp8PDaXcadBw3G0RLmbRFnWt+6NQIA@public.gmane.org>
@ 2013-10-21 17:49           ` John MacFarlane
  0 siblings, 0 replies; 22+ messages in thread
From: John MacFarlane @ 2013-10-21 17:49 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

I've updated the dmg for the OSX package so that the pandoc-citeproc
executable now embeds its data files.  You can download it from either

https://code.google.com/p/pandoc/downloads/list

or

https://github.com/jgm/pandoc/releases/tag/1.12.1

The new dmg is pandoc-1.12.1-1.dmg.

+++ John MacFarlane [Oct 21 13 09:53 ]:
> Oh, dear.  The build procedure is supposed to bake in the data files,
> but it appears I may have skipped a necessary 'clean' step.  I'll
> create a new package and upload later today.
> 
> +++ James [Oct 21 13 08:07 ]:
> > Hi John
> > 
> > Thanks for this release. The Mac version of the package (the .dmg, that is) 
> > seems to have a problem with locales and pandoc-citeproc. It looks like the 
> > wrong location may been hardcoded in, as I'm getting the following error: 
> > 
> > pandoc-citeproc: 
> > /Users/jgm/src/pandoc/.cabal-sandbox/share/i386-osx-ghc-7.6.3/pandoc-citeproc-0.1.2.1/locales/locales-en-US.xml: 
> > openBinaryFile: does not exist (No such file or directory)
> > 
> > pandoc: Error running filter pandoc-citeproc
> > 
> > Best 
> > 
> > James
> > 
> > -- 
> > You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> > To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> > To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> > To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/749438b7-79fb-49e3-95ec-a8f6fe83ebf6%40googlegroups.com.
> > For more options, visit https://groups.google.com/groups/opt_out.
> 
> -- 
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/20131021165323.GD60687%40Johns-MacBook-Pro.local.
> For more options, visit https://groups.google.com/groups/opt_out.


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ANN: pandoc 1.12.1, pandoc-citeproc 0.1.2.1
       [not found] ` <20131020230933.GA42612-9Rnp8PDaXcadBw3G0RLmbRFnWt+6NQIA@public.gmane.org>
                     ` (2 preceding siblings ...)
  2013-10-21 15:12   ` Joost Kremers
@ 2013-10-21 17:51   ` Matthias Hüning
       [not found]     ` <8577f8fa-ef42-4402-8eea-b03d00a571cf-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  3 siblings, 1 reply; 22+ messages in thread
From: Matthias Hüning @ 2013-10-21 17:51 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw
  Cc: pandoc-announce-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 1108 bytes --]

Thanks a lot, dear John, for the new release, especially for the improved 
citation handling, which keeps getting better and better. Great!
 

> The default for `slidy` 
> is to embed a link to the code on the slidy website, so nothing should 
> change for slidy users who are using the default template. 
>

Looks like the default $slidy-url$ still points to the data directory (and 
pandoc complains about not finding slidy.css etc.), but when I replace it 
with the link to the website, everything works fine. 

Best, Matthias

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/8577f8fa-ef42-4402-8eea-b03d00a571cf%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

[-- Attachment #2: Type: text/html, Size: 1536 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ANN: pandoc 1.12.1, pandoc-citeproc 0.1.2.1
       [not found]         ` <87sivutvaw.fsf-97jfqw80gc6171pxa8y+qA@public.gmane.org>
@ 2013-10-21 17:53           ` John MacFarlane
  0 siblings, 0 replies; 22+ messages in thread
From: John MacFarlane @ 2013-10-21 17:53 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

I use OSX 10.7, cabal 1.18, and the same GHC version as you.
I suspect the problem you're having has to do with cpp -- those
look like cpp errors.  That's why I asked about cpp --version.

Did you install ghc via the Haskell Platform?

+++ Joost Kremers [Oct 21 13 18:58 ]:
> I upgraded pandoc & pandoc-citeproc on a Linux machine and there
> compilation proceeds without errors or warnings. So I assume it's a
> problem with my setup. I have the same GHC but a newer cabal on the
> Linux machine, could that be the cause of the problem?
> 
> I'd appreciate any hints or suggestions.
> 
> TIA
> 
> Joost
> 
> 
> 
> On Mon, Oct 21 2013, joostkremers-97jfqw80gc6171pxa8y+qA@public.gmane.org wrote:
> > On Mon, Oct 21 2013, John MacFarlane <fiddlosopher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> >>     cabal update
> >>     cabal install pandoc pandoc-citeproc
> >
> > I just did this on my OS X (10.8.5) machine and got a slew of errors:
> >
> > ====================
> >
> > Resolving dependencies...
> > In order, the following will be installed:
> > pandoc-1.12.1 (reinstall) changes: old-time-1.1.0.1 added
> > pandoc-citeproc-0.1.2.1 (reinstall) changes: attoparsec-0.10.4.0 added
> > Warning: Note that reinstalls are always dangerous. Continuing anyway...
> > [1 of 1] Compiling Main             ( /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/pandoc-1.12.1-17755/pandoc-1.12.1/Setup.hs, /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/pandoc-1.12.1-17755/pandoc-1.12.1/dist/setup/Main.o )
> > Linking /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/pandoc-1.12.1-17755/pandoc-1.12.1/dist/setup/setup ...
> > Configuring pandoc-1.12.1...
> >
> > /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/17797.c:1:12:
> >      warning: control reaches end of non-void function [-Wreturn-type]
> > int foo() {}
> >            ^
> > 1 warning generated.
> > Building pandoc-1.12.1...
> > Preprocessing library pandoc-1.12.1...
> > unused terminals: 1
> >
> > src/Text/Pandoc/Pretty.hs:191:27:
> >      warning: missing terminating ' character [-Winvalid-pp-token]
> > chomp d = Doc (fromList dl')
> >                           ^
> >
> > src/Text/Pandoc/Pretty.hs:193:11:
> >      warning: missing terminating ' character [-Winvalid-pp-token]
> >             dl' = reverse $ go $ reverse dl
> >               ^
> >
> > ====================
> >
> > and on and on (I can send the entire output). 
> >
> > Software versions:
> >
> > ====================
> >
> > joost@pc201:~ $ ghc --version
> > The Glorious Glasgow Haskell Compilation System, version 7.6.3
> >
> > joost@pc201:~ $ cabal --version
> > cabal-install version 1.16.0.2
> > using version 1.16.0 of the Cabal library
> >
> > ====================
> >
> > Although I get warnings, pandoc and pandoc-citeproc do get installed.
> > But trying to run pandoc on a file with a bibliography results in an
> > error saying that pandoc-citeproc is not in the path, even though it is
> > in ~/.cabal/bin/ (where pandoc also resides). `which pandoc-citeproc`
> > produces `/Users/joost/.cabal/bin/pandoc-citeproc`, so there doesn't
> > seem to be anything wrong with the path.
> >
> > Any ideas on what's going on? Could the second problem have to do with
> > the first? Did I mess something up?
> >
> > TIA
> >
> > Joost
> >
> >
> > -- 
> > Joost Kremers
> > Life has its moments
> 
> 
> -- 
> Joost Kremers
> Life has its moments
> 
> -- 
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/87sivutvaw.fsf%40fastmail.fm.
> For more options, visit https://groups.google.com/groups/opt_out.


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ANN: pandoc 1.12.1, pandoc-citeproc 0.1.2.1
       [not found]     ` <8577f8fa-ef42-4402-8eea-b03d00a571cf-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2013-10-21 18:10       ` John MacFarlane
  2013-10-21 18:15       ` John MacFarlane
  1 sibling, 0 replies; 22+ messages in thread
From: John MacFarlane @ 2013-10-21 18:10 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

+++ Matthias Hüning [Oct 21 13 10:51 ]:
> Thanks a lot, dear John, for the new release, especially for the improved 
> citation handling, which keeps getting better and better. Great!
>  
> 
> > The default for `slidy` 
> > is to embed a link to the code on the slidy website, so nothing should 
> > change for slidy users who are using the default template. 
> >
> 
> Looks like the default $slidy-url$ still points to the data directory (and 
> pandoc complains about not finding slidy.css etc.), but when I replace it 
> with the link to the website, everything works fine. 

Ah yes, it points to the data directory if you specify --self-contained.
Otherwise it points to the URL.

That's a bug; I'll fix.


-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/20131021181003.GA68289%40Johns-MacBook-Pro.local.
For more options, visit https://groups.google.com/groups/opt_out.


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ANN: pandoc 1.12.1, pandoc-citeproc 0.1.2.1
       [not found]     ` <8577f8fa-ef42-4402-8eea-b03d00a571cf-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  2013-10-21 18:10       ` John MacFarlane
@ 2013-10-21 18:15       ` John MacFarlane
       [not found]         ` <20131021181535.GB68289-9Rnp8PDaXcadBw3G0RLmbRFnWt+6NQIA@public.gmane.org>
  1 sibling, 1 reply; 22+ messages in thread
From: John MacFarlane @ 2013-10-21 18:15 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

I should add:  my immediate reason for removing the slidy files
from data was to get the tarball under 1M, which is required right
now for uploading to Hackage.  Hopefully this limit will be lifted
soon.  My other reasons were (a) it seems arbitrary to include S5
and slidy code, but not revealjs, (b) it seems better to let users
update these things themselves, rather than having a possibly stale
version baked into pandoc.

On the other side, it was convenient to be able to produce a standalone
slidy slideshow on the plane, without internet access.  One can still
do that, but one needs to download the slidy files first, and use

     -V slidy-url=slidy


+++ Matthias Hüning [Oct 21 13 10:51 ]:
> Looks like the default $slidy-url$ still points to the data directory (and 
> pandoc complains about not finding slidy.css etc.), but when I replace it 
> with the link to the website, everything works fine. 
> 
> Best, Matthias
> 
> -- 
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/8577f8fa-ef42-4402-8eea-b03d00a571cf%40googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/20131021181535.GB68289%40Johns-MacBook-Pro.local.
For more options, visit https://groups.google.com/groups/opt_out.


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ANN: pandoc 1.12.1, pandoc-citeproc 0.1.2.1
       [not found]         ` <20131021181535.GB68289-9Rnp8PDaXcadBw3G0RLmbRFnWt+6NQIA@public.gmane.org>
@ 2013-10-21 18:35           ` Matthias Hüning
       [not found]             ` <67382dde-5d94-43ed-b112-87753548c0d1-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 22+ messages in thread
From: Matthias Hüning @ 2013-10-21 18:35 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 2729 bytes --]

I already tried to download the slidy files for the reason you already 
mentioned: I don't like the idea to depend on a working internet connection 
and on the online availability of the files needed. 
But, unfortunately, unlike reveal.js etc. there is no download package for 
slidy.

I tried slidy.js and slidy.css, but that's not enough: pandoc keeps 
complaining about missing files. 
Hhmm...

Best, Matthias


Am Montag, 21. Oktober 2013 20:15:36 UTC+2 schrieb fiddlosopher:
>
> I should add:  my immediate reason for removing the slidy files 
> from data was to get the tarball under 1M, which is required right 
> now for uploading to Hackage.  Hopefully this limit will be lifted 
> soon.  My other reasons were (a) it seems arbitrary to include S5 
> and slidy code, but not revealjs, (b) it seems better to let users 
> update these things themselves, rather than having a possibly stale 
> version baked into pandoc. 
>
> On the other side, it was convenient to be able to produce a standalone 
> slidy slideshow on the plane, without internet access.  One can still 
> do that, but one needs to download the slidy files first, and use 
>
>      -V slidy-url=slidy 
>
>
> +++ Matthias Hüning [Oct 21 13 10:51 ]: 
> > Looks like the default $slidy-url$ still points to the data directory 
> (and 
> > pandoc complains about not finding slidy.css etc.), but when I replace 
> it 
> > with the link to the website, everything works fine. 
> > 
> > Best, Matthias 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups "pandoc-discuss" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> an email to pandoc-discus...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>. 
> > To post to this group, send email to pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<javascript:>. 
>
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/pandoc-discuss/8577f8fa-ef42-4402-8eea-b03d00a571cf%40googlegroups.com. 
>
> > For more options, visit https://groups.google.com/groups/opt_out. 
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/67382dde-5d94-43ed-b112-87753548c0d1%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

[-- Attachment #2: Type: text/html, Size: 3522 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ANN: pandoc 1.12.1, pandoc-citeproc 0.1.2.1
       [not found]             ` <67382dde-5d94-43ed-b112-87753548c0d1-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2013-10-21 19:00               ` John MacFarlane
  0 siblings, 0 replies; 22+ messages in thread
From: John MacFarlane @ 2013-10-21 19:00 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

With wget, you can download a Slidy2 directory:

    wget --cut-dirs=2 -nH -np --mirror http://www.w3.org/Talks/Tools/Slidy2/
    mv Slidy2 slidy

This should be enough using the released version.  If you use
the latest from github, you'll have to do -V slidy-url=slidy

+++ Matthias Hüning [Oct 21 13 11:35 ]:
>    I already tried to download the slidy files for the reason you already
>    mentioned: I don't like the idea to depend on a working internet
>    connection and on the online availability of the files needed.
>    But, unfortunately, unlike reveal.js etc. there is no download package
>    for slidy.
>    I tried slidy.js and slidy.css, but that's not enough: pandoc keeps
>    complaining about missing files.
>    Hhmm...
>    Best, Matthias
>    Am Montag, 21. Oktober 2013 20:15:36 UTC+2 schrieb fiddlosopher:
> 
>      I should add:  my immediate reason for removing the slidy files
>      from data was to get the tarball under 1M, which is required right
>      now for uploading to Hackage.  Hopefully this limit will be lifted
>      soon.  My other reasons were (a) it seems arbitrary to include S5
>      and slidy code, but not revealjs, (b) it seems better to let users
>      update these things themselves, rather than having a possibly stale
>      version baked into pandoc.
>      On the other side, it was convenient to be able to produce a
>      standalone
>      slidy slideshow on the plane, without internet access.  One can
>      still
>      do that, but one needs to download the slidy files first, and use
>           -V slidy-url=slidy
>      +++ Matthias Hning [Oct 21 13 10:51 ]:
>      > Looks like the default $slidy-url$ still points to the data
>      directory (and
>      > pandoc complains about not finding slidy.css etc.), but when I
>      replace it
>      > with the link to the website, everything works fine.
>      >
>      > Best, Matthias
>      >
>      > --
>      > You received this message because you are subscribed to the Google
>      Groups "pandoc-discuss" group.
>      > To unsubscribe from this group and stop receiving emails from it,
>      send an email to [1]pandoc-discus...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>      > To post to this group, send email to [2]pandoc-...@googlegroups.
>      com.
>      > To view this discussion on the web visit
>      [3]https://groups.google.com/d/msgid/pandoc-discuss/8577f8fa-
>      ef42-4402-8eea-b03d00a571cf%40googlegroups.com.
>      > For more options, visit [4]https://groups.google.com/
>      groups/opt_out.
> 
>    --
>    You received this message because you are subscribed to the Google
>    Groups "pandoc-discuss" group.
>    To unsubscribe from this group and stop receiving emails from it, send
>    an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>    To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>    To view this discussion on the web visit
>    [5]https://groups.google.com/d/msgid/pandoc-discuss/67382dde-5d94-43ed-
>    b112-87753548c0d1%40googlegroups.com.
>    For more options, visit [6]https://groups.google.com/groups/opt_out.
> 
> References
> 
>    1. javascript:/
>    2. javascript:/
>    3. https://groups.google.com/d/msgid/pandoc-discuss/8577f8fa-ef42-4402-8eea-b03d00a571cf%40googlegroups.com
>    4. https://groups.google.com/groups/opt_out
>    5. https://groups.google.com/d/msgid/pandoc-discuss/67382dde-5d94-43ed-b112-87753548c0d1%40googlegroups.com
>    6. https://groups.google.com/groups/opt_out

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/20131021190042.GB31035%40protagoras.phil.berkeley.edu.
For more options, visit https://groups.google.com/groups/opt_out.


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ANN: pandoc 1.12.1, pandoc-citeproc 0.1.2.1
       [not found]     ` <m2r4beu08s.fsf-4Qa7NeS2ENVPDCrvnpRrPfNq91seawkrvu54Y+ZNwJg@public.gmane.org>
  2013-10-21 16:58       ` John MacFarlane
  2013-10-21 16:58       ` Joost Kremers
@ 2013-10-21 22:28       ` John MacFarlane
       [not found]         ` <20131021222846.GA7899-nFAEphtLEs+AA6luYCgp0U1S2cYJDpTV9nwVQlTi/Pw@public.gmane.org>
  2 siblings, 1 reply; 22+ messages in thread
From: John MacFarlane @ 2013-10-21 22:28 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

This is probably relevant:
http://www.haskell.org/pipermail/haskell-cafe/2013-September/110320.html

+++ Joost Kremers [Oct 21 13 17:12 ]:
> 
> On Mon, Oct 21 2013, John MacFarlane <fiddlosopher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> >     cabal update
> >     cabal install pandoc pandoc-citeproc
> 
> I just did this on my OS X (10.8.5) machine and got a slew of errors:
> 
> ====================
> 
> Resolving dependencies...
> In order, the following will be installed:
> pandoc-1.12.1 (reinstall) changes: old-time-1.1.0.1 added
> pandoc-citeproc-0.1.2.1 (reinstall) changes: attoparsec-0.10.4.0 added
> Warning: Note that reinstalls are always dangerous. Continuing anyway...
> [1 of 1] Compiling Main             ( /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/pandoc-1.12.1-17755/pandoc-1.12.1/Setup.hs, /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/pandoc-1.12.1-17755/pandoc-1.12.1/dist/setup/Main.o )
> Linking /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/pandoc-1.12.1-17755/pandoc-1.12.1/dist/setup/setup ...
> Configuring pandoc-1.12.1...
> 
> /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/17797.c:1:12:
>      warning: control reaches end of non-void function [-Wreturn-type]
> int foo() {}
>            ^
> 1 warning generated.
> Building pandoc-1.12.1...
> Preprocessing library pandoc-1.12.1...
> unused terminals: 1
> 
> src/Text/Pandoc/Pretty.hs:191:27:
>      warning: missing terminating ' character [-Winvalid-pp-token]
> chomp d = Doc (fromList dl')
>                           ^
> 
> src/Text/Pandoc/Pretty.hs:193:11:
>      warning: missing terminating ' character [-Winvalid-pp-token]
>             dl' = reverse $ go $ reverse dl
>               ^
> 
> ====================
> 
> and on and on (I can send the entire output). 
> 
> Software versions:
> 
> ====================
> 
> joost@pc201:~ $ ghc --version
> The Glorious Glasgow Haskell Compilation System, version 7.6.3
> 
> joost@pc201:~ $ cabal --version
> cabal-install version 1.16.0.2
> using version 1.16.0 of the Cabal library
> 
> ====================
> 
> Although I get warnings, pandoc and pandoc-citeproc do get installed.
> But trying to run pandoc on a file with a bibliography results in an
> error saying that pandoc-citeproc is not in the path, even though it is
> in ~/.cabal/bin/ (where pandoc also resides). `which pandoc-citeproc`
> produces `/Users/joost/.cabal/bin/pandoc-citeproc`, so there doesn't
> seem to be anything wrong with the path.
> 
> Any ideas on what's going on? Could the second problem have to do with
> the first? Did I mess something up?
> 
> TIA
> 
> Joost
> 
> 
> -- 
> Joost Kremers
> Life has its moments
> 
> -- 
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/m2r4beu08s.fsf%40pc201.uni-germanistik.gwdg.de.
> For more options, visit https://groups.google.com/groups/opt_out.


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ANN: pandoc 1.12.1, pandoc-citeproc 0.1.2.1
       [not found]         ` <20131021222846.GA7899-nFAEphtLEs+AA6luYCgp0U1S2cYJDpTV9nwVQlTi/Pw@public.gmane.org>
@ 2013-10-22  5:59           ` Joost Kremers
       [not found]             ` <87r4bd3ky9.fsf-97jfqw80gc6171pxa8y+qA@public.gmane.org>
  0 siblings, 1 reply; 22+ messages in thread
From: Joost Kremers @ 2013-10-22  5:59 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Yup, that's exactly it. Thanks for pointing it out!

J.

On Tue, Oct 22 2013, fiddlosopher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:
> This is probably relevant:
> http://www.haskell.org/pipermail/haskell-cafe/2013-September/110320.html
>
> +++ Joost Kremers [Oct 21 13 17:12 ]:
>> 
>> On Mon, Oct 21 2013, John MacFarlane <fiddlosopher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>> >     cabal update
>> >     cabal install pandoc pandoc-citeproc
>> 
>> I just did this on my OS X (10.8.5) machine and got a slew of errors:
>> 
>> ====================
>> 
>> Resolving dependencies...
>> In order, the following will be installed:
>> pandoc-1.12.1 (reinstall) changes: old-time-1.1.0.1 added
>> pandoc-citeproc-0.1.2.1 (reinstall) changes: attoparsec-0.10.4.0 added
>> Warning: Note that reinstalls are always dangerous. Continuing anyway...
>> [1 of 1] Compiling Main             ( /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/pandoc-1.12.1-17755/pandoc-1.12.1/Setup.hs, /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/pandoc-1.12.1-17755/pandoc-1.12.1/dist/setup/Main.o )
>> Linking /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/pandoc-1.12.1-17755/pandoc-1.12.1/dist/setup/setup ...
>> Configuring pandoc-1.12.1...
>> 
>> /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/17797.c:1:12:
>>      warning: control reaches end of non-void function [-Wreturn-type]
>> int foo() {}
>>            ^
>> 1 warning generated.
>> Building pandoc-1.12.1...
>> Preprocessing library pandoc-1.12.1...
>> unused terminals: 1
>> 
>> src/Text/Pandoc/Pretty.hs:191:27:
>>      warning: missing terminating ' character [-Winvalid-pp-token]
>> chomp d = Doc (fromList dl')
>>                           ^
>> 
>> src/Text/Pandoc/Pretty.hs:193:11:
>>      warning: missing terminating ' character [-Winvalid-pp-token]
>>             dl' = reverse $ go $ reverse dl
>>               ^
>> 
>> ====================
>> 
>> and on and on (I can send the entire output). 
>> 
>> Software versions:
>> 
>> ====================
>> 
>> joost@pc201:~ $ ghc --version
>> The Glorious Glasgow Haskell Compilation System, version 7.6.3
>> 
>> joost@pc201:~ $ cabal --version
>> cabal-install version 1.16.0.2
>> using version 1.16.0 of the Cabal library
>> 
>> ====================
>> 
>> Although I get warnings, pandoc and pandoc-citeproc do get installed.
>> But trying to run pandoc on a file with a bibliography results in an
>> error saying that pandoc-citeproc is not in the path, even though it is
>> in ~/.cabal/bin/ (where pandoc also resides). `which pandoc-citeproc`
>> produces `/Users/joost/.cabal/bin/pandoc-citeproc`, so there doesn't
>> seem to be anything wrong with the path.
>> 
>> Any ideas on what's going on? Could the second problem have to do with
>> the first? Did I mess something up?
>> 
>> TIA
>> 
>> Joost
>> 
>> 
>> -- 
>> Joost Kremers
>> Life has its moments
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
>> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>> To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/m2r4beu08s.fsf%40pc201.uni-germanistik.gwdg.de.
>> For more options, visit https://groups.google.com/groups/opt_out.

-- 
Joost Kremers
Life has its moments


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: ANN: pandoc 1.12.1, pandoc-citeproc 0.1.2.1
       [not found]             ` <87r4bd3ky9.fsf-97jfqw80gc6171pxa8y+qA@public.gmane.org>
@ 2013-10-22  6:35               ` Joost Kremers
  0 siblings, 0 replies; 22+ messages in thread
From: Joost Kremers @ 2013-10-22  6:35 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

In fact, since there's an OS X installer, I'll probably switch to that,
since Pandoc is really the only reason for installing Haskell...

J.


On Tue, Oct 22 2013, joostkremers-97jfqw80gc6171pxa8y+qA@public.gmane.org wrote:
> Yup, that's exactly it. Thanks for pointing it out!
>
> J.
>
> On Tue, Oct 22 2013, fiddlosopher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:
>> This is probably relevant:
>> http://www.haskell.org/pipermail/haskell-cafe/2013-September/110320.html
>>
>> +++ Joost Kremers [Oct 21 13 17:12 ]:
>>> 
>>> On Mon, Oct 21 2013, John MacFarlane <fiddlosopher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>>> >     cabal update
>>> >     cabal install pandoc pandoc-citeproc
>>> 
>>> I just did this on my OS X (10.8.5) machine and got a slew of errors:
>>> 
>>> ====================
>>> 
>>> Resolving dependencies...
>>> In order, the following will be installed:
>>> pandoc-1.12.1 (reinstall) changes: old-time-1.1.0.1 added
>>> pandoc-citeproc-0.1.2.1 (reinstall) changes: attoparsec-0.10.4.0 added
>>> Warning: Note that reinstalls are always dangerous. Continuing anyway...
>>> [1 of 1] Compiling Main             ( /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/pandoc-1.12.1-17755/pandoc-1.12.1/Setup.hs, /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/pandoc-1.12.1-17755/pandoc-1.12.1/dist/setup/Main.o )
>>> Linking /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/pandoc-1.12.1-17755/pandoc-1.12.1/dist/setup/setup ...
>>> Configuring pandoc-1.12.1...
>>> 
>>> /var/folders/0g/s1f0gw7j04523_1jvbpl6c3r0000gn/T/17797.c:1:12:
>>>      warning: control reaches end of non-void function [-Wreturn-type]
>>> int foo() {}
>>>            ^
>>> 1 warning generated.
>>> Building pandoc-1.12.1...
>>> Preprocessing library pandoc-1.12.1...
>>> unused terminals: 1
>>> 
>>> src/Text/Pandoc/Pretty.hs:191:27:
>>>      warning: missing terminating ' character [-Winvalid-pp-token]
>>> chomp d = Doc (fromList dl')
>>>                           ^
>>> 
>>> src/Text/Pandoc/Pretty.hs:193:11:
>>>      warning: missing terminating ' character [-Winvalid-pp-token]
>>>             dl' = reverse $ go $ reverse dl
>>>               ^
>>> 
>>> ====================
>>> 
>>> and on and on (I can send the entire output). 
>>> 
>>> Software versions:
>>> 
>>> ====================
>>> 
>>> joost@pc201:~ $ ghc --version
>>> The Glorious Glasgow Haskell Compilation System, version 7.6.3
>>> 
>>> joost@pc201:~ $ cabal --version
>>> cabal-install version 1.16.0.2
>>> using version 1.16.0 of the Cabal library
>>> 
>>> ====================
>>> 
>>> Although I get warnings, pandoc and pandoc-citeproc do get installed.
>>> But trying to run pandoc on a file with a bibliography results in an
>>> error saying that pandoc-citeproc is not in the path, even though it is
>>> in ~/.cabal/bin/ (where pandoc also resides). `which pandoc-citeproc`
>>> produces `/Users/joost/.cabal/bin/pandoc-citeproc`, so there doesn't
>>> seem to be anything wrong with the path.
>>> 
>>> Any ideas on what's going on? Could the second problem have to do with
>>> the first? Did I mess something up?
>>> 
>>> TIA
>>> 
>>> Joost
>>> 
>>> 
>>> -- 
>>> Joost Kremers
>>> Life has its moments
>>> 
>>> -- 
>>> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>>> To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>>> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/m2r4beu08s.fsf%40pc201.uni-germanistik.gwdg.de.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>
> -- 
> Joost Kremers
> Life has its moments

-- 
Joost Kremers
Life has its moments


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2013-10-22  6:35 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-20 23:09 ANN: pandoc 1.12.1, pandoc-citeproc 0.1.2.1 John MacFarlane
     [not found] ` <20131020230933.GA42612-9Rnp8PDaXcadBw3G0RLmbRFnWt+6NQIA@public.gmane.org>
2013-10-21  5:59   ` Manolo Martínez
     [not found]     ` <20131021055916.GA502-ZyJ2EflTUO+1wFeQI9VuAFKr0EmMEXJSn9A1Ff6Mc9Q@public.gmane.org>
2013-10-21  6:07       ` Ivan Lazar Miljenovic
     [not found]         ` <CA+u6gbwFsk9kjqbQXzOtDPY0c+ziDsMBUDWhnMZWBJjt6=ji4Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-10-21  8:32           ` Manolo Martínez
2013-10-21 16:00       ` John MacFarlane
     [not found]         ` <20131021160040.GE56864-9Rnp8PDaXcadBw3G0RLmbRFnWt+6NQIA@public.gmane.org>
2013-10-21 16:17           ` Tillmann Rendel
     [not found]             ` <52655384.7000001-jNDFPZUTrfTbB13WlS47k8u21/r88PR+s0AfqQuZ5sE@public.gmane.org>
2013-10-21 16:56               ` John MacFarlane
2013-10-21 15:07   ` James
     [not found]     ` <749438b7-79fb-49e3-95ec-a8f6fe83ebf6-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2013-10-21 16:53       ` John MacFarlane
     [not found]         ` <20131021165323.GD60687-9Rnp8PDaXcadBw3G0RLmbRFnWt+6NQIA@public.gmane.org>
2013-10-21 17:49           ` New OSX package! " John MacFarlane
2013-10-21 15:12   ` Joost Kremers
     [not found]     ` <m2r4beu08s.fsf-4Qa7NeS2ENVPDCrvnpRrPfNq91seawkrvu54Y+ZNwJg@public.gmane.org>
2013-10-21 16:58       ` John MacFarlane
2013-10-21 16:58       ` Joost Kremers
     [not found]         ` <87sivutvaw.fsf-97jfqw80gc6171pxa8y+qA@public.gmane.org>
2013-10-21 17:53           ` John MacFarlane
2013-10-21 22:28       ` John MacFarlane
     [not found]         ` <20131021222846.GA7899-nFAEphtLEs+AA6luYCgp0U1S2cYJDpTV9nwVQlTi/Pw@public.gmane.org>
2013-10-22  5:59           ` Joost Kremers
     [not found]             ` <87r4bd3ky9.fsf-97jfqw80gc6171pxa8y+qA@public.gmane.org>
2013-10-22  6:35               ` Joost Kremers
2013-10-21 17:51   ` Matthias Hüning
     [not found]     ` <8577f8fa-ef42-4402-8eea-b03d00a571cf-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2013-10-21 18:10       ` John MacFarlane
2013-10-21 18:15       ` John MacFarlane
     [not found]         ` <20131021181535.GB68289-9Rnp8PDaXcadBw3G0RLmbRFnWt+6NQIA@public.gmane.org>
2013-10-21 18:35           ` Matthias Hüning
     [not found]             ` <67382dde-5d94-43ed-b112-87753548c0d1-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2013-10-21 19:00               ` John MacFarlane

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).