GithubHelp home page GithubHelp logo

Comments (7)

amritendu-mondal avatar amritendu-mondal commented on August 11, 2024 1

After restarting emacs twice. I can see the face changed. But the hyper link seems to have broken. Previous setting was better now I feel. Anyway I am good now. Thanks. :)

from rspec-mode.

dgutov avatar dgutov commented on August 11, 2024

To find out the face which is used at a given buffer position, move the cursor there and type C-u C-x =. That is the face you need to customize or ask the author of the current theme to include.

For example, the errors are highlighted with the face compilation-error.

from rspec-mode.

amritendu-mondal avatar amritendu-mondal commented on August 11, 2024

Hi,
Thanks for replying. compilation-error is not reflecting in the error. For example in my below screenshot, compilation-error is magenta but the face is something else. I shown the output of C-u C-x = also.

screen shot 2017-03-05 at 2 13 13 am

from rspec-mode.

dgutov avatar dgutov commented on August 11, 2024

Ah yes, that also happens. See the foreground-color value above? That is there because of rspec-colorize-compilation-buffer we add to compilation-filter-hook, to translate the ANSI codes that the RSpec process outputs into Emacs faces.

You can try undoing this in rspec-compilation-mode-hook, if that is your goal. Personally, I'd just pick a theme that works well with the generic colors.

from rspec-mode.

amritendu-mondal avatar amritendu-mondal commented on August 11, 2024

Hi,
I checked the code for rspec-compilation-mode-hook. If I comment out the rspec-colorize-compilation-buffer, then also its coming same. Find the attached screenshot please. Commenting this line should not override the face is it?

screen shot 2017-03-05 at 1 42 04 pm

from rspec-mode.

dgutov avatar dgutov commented on August 11, 2024

It should.

What does C-u C-x = show then?

from rspec-mode.

amritendu-mondal avatar amritendu-mondal commented on August 11, 2024

It shows like this -

screen shot 2017-03-05 at 2 11 48 pm

from rspec-mode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.