We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I tested emacs 28.1 with the latest leuven theme and found that all ansi colors(prompt and outputs of ls --color=always) disappeared:
ls --color=always
After I replaced the ${installdir}/share/emacs/28.1/lisp/ansi-color.elc with the recompiled version from 27.2, it worked normally:
${installdir}/share/emacs/28.1/lisp/ansi-color.elc
I guess there are some breaking changes in ansi-color.el of 28.1. Can you fix this problem?
ansi-color.el
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I tested emacs 28.1 with the latest leuven theme and found that all ansi colors(prompt and outputs of
ls --color=always
) disappeared:After I replaced the
${installdir}/share/emacs/28.1/lisp/ansi-color.elc
with the recompiled version from 27.2, it worked normally:I guess there are some breaking changes in
ansi-color.el
of 28.1. Can you fix this problem?The text was updated successfully, but these errors were encountered: