Giter Club home page Giter Club logo

Comments (11)

kaustavdm avatar kaustavdm commented on May 13, 2024

Do you have whitespace mode enabled or are you using Prelude? Have a look at #18.

from web-mode.

tomaratyn avatar tomaratyn commented on May 13, 2024

I don't have Prelude and I'm not using whitespace mode (turning it on changed nothing). I am using the Emacs Starter Kit.

_Users_tom_Documents_Work_boulevard platform_justly-done-ui-testing_index html

from web-mode.

fxbois avatar fxbois commented on May 13, 2024

@TheMystic could you try a .emacs that only loads web-mode.el and your theme ?

from web-mode.

tomaratyn avatar tomaratyn commented on May 13, 2024

After using only:

(add-to-list 'load-path "~/.emacs.d/color-themes/emacs-color-theme-solarized")
(add-to-list 'custom-theme-load-path "~/.emacs.d/color-themes/emacs-color-theme-solarized")
(load-theme 'solarized-light t)
(require 'web-mode)
(add-to-list 'auto-mode-alist '("\\.html\\'" . web-mode))

And using ./Emacs -q -l /tmp/test.emacs.init.el, It worked fine:

index html-1

I guess I'll just have to figure out what's breaking it :(

Is this common with the Emacs Starter Kit?

from web-mode.

tomaratyn avatar tomaratyn commented on May 13, 2024

Could it be a problem with package-initialize?

(add-to-list 'load-path "~/.emacs.d")
(add-to-list 'load-path "~/.emacs.d/color-themes/emacs-color-theme-solarized")
(add-to-list 'custom-theme-load-path "~/.emacs.d/color-themes/emacs-color-theme-solarized")

(require 'package)
(package-initialize)

(load-theme 'solarized-light t)

(require 'web-mode)
(add-to-list 'auto-mode-alist '("\\.html\\'" . web-mode))

Doesn't work... but if I remove (package-initialize) it does.

from web-mode.

fxbois avatar fxbois commented on May 13, 2024

@TheMystic I do not use Starter Kit or Prelude

whitespace-mode is known to break my mode

from web-mode.

tomaratyn avatar tomaratyn commented on May 13, 2024

After some more debugging I found that idle-highlight-mode seems to be the guilty package.

I've made a gist of my test init.el.

from web-mode.

fxbois avatar fxbois commented on May 13, 2024

@TheMystic strange, I've tried https://github.com/nonsequitur/idle-highlight-mode/blob/master/idle-highlight-mode.el and it seems to work nicely here.
Could you try a standard (require 'idle-highlight-mode) and tell me if it is ok ?

from web-mode.

tomaratyn avatar tomaratyn commented on May 13, 2024

Probably not for a couple days.
On Feb 9, 2013 11:18 AM, "fxbois" [email protected] wrote:

@TheMystic https://github.com/themystic strange, I've tried
https://github.com/nonsequitur/idle-highlight-mode/blob/master/idle-highlight-mode.eland it seems to work nicely here.
Could you try a standard (require 'idle-highlight-mode) and tell me if it
is ok ?


Reply to this email directly or view it on GitHubhttps://github.com//issues/25#issuecomment-13333384..

from web-mode.

fxbois avatar fxbois commented on May 13, 2024

@TheMystic Hi, do you think you ll be able to check the issue ?

from web-mode.

tomaratyn avatar tomaratyn commented on May 13, 2024

Just checked it with idle-highlight-mode's master. It works.

I'll try to update ESK and see what happens but I don't think it's a web-mode issue.

from web-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.