You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HTML file is created correctly, so I tried to run the ruby script from the command line:
>ruby c:/my/.emacs.d/elpa/highlight2clipboard-20151020.1840/bin/highlight2clipboard-w32.rb c:/tmp/h2c-cb6uYe.html
/usr/share/ruby/2.3.0/fiddle.rb:47:in `initialize': No such file or directory (LoadError) from /usr/share/ruby/2.3.0/fiddle.rb:47:in `new' from /usr/share/ruby/2.3.0/fiddle.rb:47:in `dlopen' from /usr/share/ruby/2.3.0/Win32API.rb:15:in `initialize'
from c:/my/.emacs.d/elpa/highlight2clipboard-20151020.1840/bin/highlight2clipboard-w32.rb:68:in `new' from c:/my/.emacs.d/elpa/highlight2clipboard-20151020.1840/bin/highlight2clipboard-w32.rb:68:in `add' from c:/my/.emacs.d/elpa/highlight2clipboard-20151020.1840/bin/highlight2clipboard-w32.rb:36:in `init_functions' from c:/my/.emacs.d/elpa/highlight2clipboard-20151020.1840/bin/highlight2clipboard-w32.rb:77:in `<class:W32>'
from c:/my/.emacs.d/elpa/highlight2clipboard-20151020.1840/bin/highlight2clipboard-w32.rb:34:in `<main>'
I looked into fiddle.rb and the error is in this line:
When I use
highlight2clipboard-copy-region-to-clipboard
, the text is copied but without colors.Here's my environment:
The HTML file is created correctly, so I tried to run the ruby script from the command line:
I looked into
fiddle.rb
and the error is in this line:Looks like I need some extra module?
The text was updated successfully, but these errors were encountered: