rougier / nano-emacs

GNU Emacs / N Λ N O - Emacs made simple
GNU General Public License v3.0
2.52k stars 194 forks source link

Layout.el: Wrong Type Argument #74

Closed WillPower3309 closed 3 years ago

WillPower3309 commented 3 years ago

In prep for my PR to add install instructions for nano through straight.el, the entire nano project can't be installed as layout.el brings up this error:

Wrong type argument: char-table-p, nil

One solution is to omit it and manually install all the other parts of nano through straight, and essentially recreate nano.el without straight.el (as I showed in my snippet from #43 ), but this takes away from the simplicity of the install

rougier commented 3 years ago

Thanks for the report. Do you know where the problem occurs in layout.el?

WillPower3309 commented 3 years ago

No longer experiencing the error, I wonder if it was an error on my side thru straight.el, will update if it returns but closing for now