Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lua-send-buffer/region return a lua buffer in emacs with lots of repeated stings #125

Open
kirk86 opened this issue Sep 14, 2016 · 0 comments

Comments

@kirk86
Copy link

kirk86 commented Sep 14, 2016

Hi this is what I'm experiencing recently using lua-send-region or lua-send-buffer:

in the config, I have the following
(seq lua-default-application 'install/bin/qlua')

Lua 5.1  Copyright (C) 1994-2008 Lua.org, PUC-Rio
> local loadstring = loadstring or load function luamode_loadstring(str, displayname, lineoffset)   if lineoffset > 1 then     str = string.rep('\n', lineoffset - 1) .. str   end    x, e = loadstring(str, '@'..displayname)   if e then     error(e)   end   return x() end
print(''); luamode_loadstring( )
��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������

Also , if I try to send some arguments to qlua like this (setq lua-default-application "install/bin/qlua -lenv") then the command lua-send-buffer hangs and it doesn't return anything. It would actually result in killing the buffer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant