redguardtoo / emacs.d

Fast and robust Emacs setup.
http://blog.binchen.org
GNU General Public License v3.0
2.42k stars 616 forks source link

comint-password-prompt-regexp error #801

Closed BrianLv closed 4 years ago

BrianLv commented 4 years ago

An error occurred Symbol's value as variable is void: comint-password-prompt-regexp

redguardtoo commented 4 years ago

step to reproduce the issue?

redguardtoo commented 4 years ago

f0f7196c optimize comint configuration (Chen Bin)

Usually it's not a problem. When you start REPL, comint is always loaded. if it's not loaded, the original setup just defines a free variable.

Anyway, it doesn't hurt to do some optimization.

BrianLv commented 4 years ago
font{
    line-height: 1.6;
}
ul,ol{
    padding-left: 20px;
    list-style-position: inside;
}

Thanks

                            brian.lv

                                brian.lv@outlook.com

On 11/27/2019 14:36,Chen Bin<notifications@github.com> wrote: 

f0f7196 optimize comint configuration (Chen Bin) Usually it's not a problem. When you start REPL, comint is always loaded. if it's not loaded, the original setup just define a free variable. Anyway, it doesn't hurt to do some optimization.

—You are receiving this because you modified the open/close state.Reply to this email directly, view it on GitHub, or unsubscribe.