Code Monkey home page Code Monkey logo

Comments (12)

sellout avatar sellout commented on July 17, 2024

Check out https://github.com/sellout/emacs-color-theme-solarized#bug-reporting – specifically, list the faces that are actually being applied to the invisible parentheses. Also, the mode names (or image of the modeline) would be helpful, too.

Thanks.

from emacs-color-theme-solarized.

honza avatar honza commented on July 17, 2024

Welp, sorry about that!

  • M-x version - GNU Emacs 24.2.1 (x86_64-apple-darwin11.4.0) of 2012-09-27 on macbook
  • No color-theme
  • describe-face - not sure what that means

In Vim:

vim

-UU-:----F1  main.clj       All (5,0)     <N>   (Clojure Paredit Undo-Tree Fill) --------

from emacs-color-theme-solarized.

sellout avatar sellout commented on July 17, 2024

Try putting your cursor over one of the invisible parens (it’s ok if that makes it visible) and typing M-x (face-at-point) – then the minibuffer should show any faces that are in effect there – that’ll help me narrow down the problem space.

I updated the bug reporting section with some other things that would be helpful:

  • run M-: (display-color-cells) and show me the output, and
  • try running Emacs in GUI mode if possible, and see if the same problem occurs.

I’ve also created #82 to remind me to make a function that does all this work in one shot to facilitate future bug reporting.

from emacs-color-theme-solarized.

honza avatar honza commented on July 17, 2024

(face-at-point) doesn't seem to be defined.

from emacs-color-theme-solarized.

sellout avatar sellout commented on July 17, 2024

Whoops, typo – should have been M-: (face-at-point).

from emacs-color-theme-solarized.

honza avatar honza commented on July 17, 2024

The output is hl-line. Hope this helps. Thanks!

from emacs-color-theme-solarized.

sellout avatar sellout commented on July 17, 2024

Sorry it’s so many steps … try M-x hl-line-mode to disable hl-line, then M-: (face-at-point) again. Also, if you could do the other things I mentioned:

  • run M-: (display-color-cells) and show me the output, and
  • try running Emacs in GUI mode if possible, and see if the same problem occurs.

from emacs-color-theme-solarized.

honza avatar honza commented on July 17, 2024

esk-paren-face is the output of (face-at-point) with hl-line disabled.

  • 256 (#o400, #x100)
  • Yes.

from emacs-color-theme-solarized.

sellout avatar sellout commented on July 17, 2024

Ok, cool – esk-paren-face is from Emacs Starter Kit. I don’t have any faces defined for that. Just talked to @technomancy (author of emacs-starter-kit) about it, and he’s going to deprecate esk-paren-face in favor of paren-face, which Solarized already supports.

A workaround until @technomancy gets around to it is to find the line

             (paren-face ((t (,@fg-base01))))

in solarized-definitions.el and add

             (esk-paren-face ((t (,@fg-base01))))

below it (then you’ll have to load-theme again).

Let me know if that works for you.

from emacs-color-theme-solarized.

honza avatar honza commented on July 17, 2024

The phrase parent-face doesn't occur anywhere in this project's source code (master). I think I'll wait until the starter kit gets updated. Thanks!

from emacs-color-theme-solarized.

sellout avatar sellout commented on July 17, 2024

paren, not parent, but hopefully @technomancy will get to it soon :)

from emacs-color-theme-solarized.

honza avatar honza commented on July 17, 2024

That's what I meant. I did actually search for the right thing :)

from emacs-color-theme-solarized.

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.