public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Installing Lua + Luarocks, mobdebug and debugging own filters/writers
@ 2022-06-22 13:15 A A
       [not found] ` <CAMwawgM6W-N8PTb9KFaguYjuscjM-Zgs0KaSV_n0P07Z6a=7rg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: A A @ 2022-06-22 13:15 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

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

Does anyone here run Lua+Luarocks on Windows? I need to debug a pandoc
writer locally using mobdebug, so I tried to install Lua+Luarocks using
install.bat using the windows install instructions
<https://github.com/luarocks/luarocks/wiki/Installation-instructions-for-Windows>
on the main repo. But I got an error:

Could not find Lua. See /? for options for specifying the location of Lua,
or installing a bundled copy of Lua 5.1

So then I tried install.bat /LUA
C:\Users\aa\Desktop\SETUPS\luarocks-3.9.0-win32\win32\lua5.1\

I still got the same error.

How do I install lua + luarocks to debug pandoc using mobdebug? The
documentation here
<https://pandoc.org/lua-filters.html#debugging-lua-filters> doesn’t really
explain how to do that…

-- 
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 view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CAMwawgM6W-N8PTb9KFaguYjuscjM-Zgs0KaSV_n0P07Z6a%3D7rg%40mail.gmail.com.

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

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

* AW: Installing Lua + Luarocks, mobdebug and debugging own filters/writers
       [not found] ` <CAMwawgM6W-N8PTb9KFaguYjuscjM-Zgs0KaSV_n0P07Z6a=7rg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2022-06-22 15:05   ` denis.maier-NSENcxR/0n0
       [not found]     ` <afac06f810a1411383b6f3ce9d4077f1-NSENcxR/0n0@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: denis.maier-NSENcxR/0n0 @ 2022-06-22 15:05 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

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

I haven’t had much luck with luarocks on windows either, and would also love to hear about successfull approaches.


Von: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> Im Auftrag von A A
Gesendet: Mittwoch, 22. Juni 2022 15:16
An: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Betreff: Installing Lua + Luarocks, mobdebug and debugging own filters/writers


Does anyone here run Lua+Luarocks on Windows? I need to debug a pandoc writer locally using mobdebug, so I tried to install Lua+Luarocks using install.bat using the windows install instructions<https://github.com/luarocks/luarocks/wiki/Installation-instructions-for-Windows> on the main repo. But I got an error:

Could not find Lua. See /? for options for specifying the location of Lua, or installing a bundled copy of Lua 5.1

So then I tried install.bat /LUA C:\Users\aa\Desktop\SETUPS\luarocks-3.9.0-win32\win32\lua5.1\

I still got the same error.

How do I install lua + luarocks to debug pandoc using mobdebug? The documentation here<https://pandoc.org/lua-filters.html#debugging-lua-filters> doesn’t really explain how to do that…
--
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CAMwawgM6W-N8PTb9KFaguYjuscjM-Zgs0KaSV_n0P07Z6a%3D7rg%40mail.gmail.com<https://groups.google.com/d/msgid/pandoc-discuss/CAMwawgM6W-N8PTb9KFaguYjuscjM-Zgs0KaSV_n0P07Z6a%3D7rg%40mail.gmail.com?utm_medium=email&utm_source=footer>.

-- 
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 view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/afac06f810a1411383b6f3ce9d4077f1%40unibe.ch.

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

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

* Re: Installing Lua + Luarocks, mobdebug and debugging own filters/writers
       [not found]     ` <afac06f810a1411383b6f3ce9d4077f1-NSENcxR/0n0@public.gmane.org>
@ 2022-07-05 15:00       ` A A
  0 siblings, 0 replies; 3+ messages in thread
From: A A @ 2022-07-05 15:00 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

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

Follow this issue <https://github.com/luarocks/luarocks/issues/1423> (and
maybe comment on it as well). Maybe we can get the Luarocks developer to
provide some working instructions once and for all.

On Wed, 22 Jun 2022 at 17:05, <denis.maier-NSENcxR/0n0@public.gmane.org> wrote:

> I haven’t had much luck with luarocks on windows either, and would also
> love to hear about successfull approaches.
>
>
>
>
>
> *Von:* pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> *Im
> Auftrag von *A A
> *Gesendet:* Mittwoch, 22. Juni 2022 15:16
> *An:* pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
> *Betreff:* Installing Lua + Luarocks, mobdebug and debugging own
> filters/writers
>
>
>
> Does anyone here run Lua+Luarocks on Windows? I need to debug a pandoc
> writer locally using mobdebug, so I tried to install Lua+Luarocks using
> install.bat using the windows install instructions
> <https://github.com/luarocks/luarocks/wiki/Installation-instructions-for-Windows>
> on the main repo. But I got an error:
>
> Could not find Lua. See /? for options for specifying the location of Lua,
> or installing a bundled copy of Lua 5.1
>
> So then I tried install.bat /LUA
> C:\Users\aa\Desktop\SETUPS\luarocks-3.9.0-win32\win32\lua5.1\
>
> I still got the same error.
>
> How do I install lua + luarocks to debug pandoc using mobdebug? The
> documentation here
> <https://pandoc.org/lua-filters.html#debugging-lua-filters> doesn’t
> really explain how to do that…
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/pandoc-discuss/CAMwawgM6W-N8PTb9KFaguYjuscjM-Zgs0KaSV_n0P07Z6a%3D7rg%40mail.gmail.com
> <https://groups.google.com/d/msgid/pandoc-discuss/CAMwawgM6W-N8PTb9KFaguYjuscjM-Zgs0KaSV_n0P07Z6a%3D7rg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/pandoc-discuss/afac06f810a1411383b6f3ce9d4077f1%40unibe.ch
> <https://groups.google.com/d/msgid/pandoc-discuss/afac06f810a1411383b6f3ce9d4077f1%40unibe.ch?utm_medium=email&utm_source=footer>
> .
>

-- 
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 view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CAMwawgPoZ%2B2j%3Db8VHTvitFCjg9q4QMOVo4o9uJ3SoSGtF08o6Q%40mail.gmail.com.

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

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

end of thread, other threads:[~2022-07-05 15:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22 13:15 Installing Lua + Luarocks, mobdebug and debugging own filters/writers A A
     [not found] ` <CAMwawgM6W-N8PTb9KFaguYjuscjM-Zgs0KaSV_n0P07Z6a=7rg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2022-06-22 15:05   ` AW: " denis.maier-NSENcxR/0n0
     [not found]     ` <afac06f810a1411383b6f3ce9d4077f1-NSENcxR/0n0@public.gmane.org>
2022-07-05 15:00       ` A A

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).