tpapp / julia-repl

Run an inferior Julia REPL in a terminal inside Emacs
Other
170 stars 35 forks source link

term-suppress-hard-newline (obsolete variable) #97

Closed ghost closed 3 years ago

ghost commented 4 years ago

Emacs 27.1 Julia 1.5.1 julia-repl (git clone)

Byte-compile julia-repl.el.

In julia-repl--setup-term:
julia-repl.el:281:51:Warning: ‘term-suppress-hard-newline’ is an obsolete
    variable (as of 27.1).
tpapp commented 4 years ago

Thanks, I will fix this once I merge #84.

tpapp commented 3 years ago

I am not sure why you closed this, reopened as a reminder.

tpapp commented 3 years ago

Will fix this once #102 is done, would prefer to have CI for a setup that works on all Emacs versions.

tpapp commented 3 years ago

Thanks for your patience, and sorry about the delay addressing this.

I am not sure why this is not caught by CI now, but it should be fixed in a minute.