Hyde icon indicating copy to clipboard operation
Hyde copied to clipboard

Map not found when using GNU Emacs

Open rafadc opened this issue 11 years ago • 2 comments

I think Hyde is using CommonLisp that is not included in GNU Emacs as described here.

In order to make Hyde work in my emacs installation I had to add the following line to my .emacs

  (eval-when-compile (require 'cl))

Maybe this require can be added to hyde. I'm not very proficient with emacs yet.

If it is not possible maybe a note should be added to installation instructions.

Thanks a lot!

rafadc avatar May 04 '14 08:05 rafadc

I'll test this and make a fix. I'm a little busy now so it might be a week or two before I have time to look at this.

Thanks!

nibrahim avatar May 05 '14 04:05 nibrahim

Fixed here

inickey avatar Oct 24 '16 06:10 inickey