dieggsy / eterm-256color

Customizable 256 colors for emacs term and ansi-term
GNU General Public License v3.0
69 stars 3 forks source link

Fix emacs 27 issue #9

Closed aaronjensen closed 6 years ago

aaronjensen commented 6 years ago

If this isn't initialized to a value, I get:

Lisp error: (void-variable term-terminal-previous-parameter
mnewt commented 6 years ago

Thanks @aaronjensen, this fix works for me.

dieggsy commented 6 years ago

@aaronjensen @mnewt this shouldn't happen on the devel branch. The reason I haven't merged that is that the devel branch doesn't currently support emacs < 27, for reasons i haven't fully investigated yet

aaronjensen commented 6 years ago

@dieggsy ah, my mistake. I should have actually tested that 256 color worked 😄 I forgot about the devel branch, thanks for the reminder. I'll use that for now.

Cheers!