Coder Social home page Coder Social logo

highlight-indentation-for-emacs's People

Contributors

antonj avatar duianto avatar juergenhoetzel avatar krzysztof-magosa avatar leungbk avatar localredhead avatar niku avatar pierre-rouleau avatar rnoz avatar scatteredray avatar tommyx12 avatar troter avatar woochica avatar y-usuzumi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

highlight-indentation-for-emacs's Issues

Artifacts left behind while using auto-complete with indent-guide

Using auto-complete-mode with indent-guide-mode can produce artifacts on the end of the file, here is the minimum configuration to reproduce the problem:

(auto-complete-mode)
(indent-guide-mode)
(setq ac-auto-show-menu nil
      ac-auto-start 2)

To reproduce the problem:

Go to the end of any file, type two letters to trigger the auto-complete, the menu will be created and then hid, the result are ac-menu-height artifacts left behind.

I'm using emacs 24.4

Needs a new maintainer.

This project is heavily used and needs maintenance. It needs someone who can maintain it actively and accept pull requests.

Option to ignore first highlighted column

Hello. This is a useful mode, thanks!
Really what I care about are subsequent indents and not highlighting the first column (since that can be implied just being on the line).
It would be nice if I could turn off highlighting for column 0 to make it a little less noisy. Thanks!

Missing function

highlight-indentation.el:161:1:Warning: the function `derived-mode-class' is not known to be defined.

empty lines not highlighted

In GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.8.2) (ubuntu built)
The following code misses highlights in lines before "def"s:

class Foo(object):

    def __init__(self):
        pass

    def __unicode__(self):
        pass

The lines are just empty
On screenshot in README.org I see such lines highlighted.

Where is the problem?

highlight-indentation-current-column-mode slows down Emacs in C mode

Last week I noticed Emacs was very slow while scrolling (holding C-n or C-p) so I started disabling stuff in my .init.el and apparently the cause was highlight-indentation-current-column-mode, it only happened in C mode, I use it in Python mode too and it works perfectly, can anyone confirm this?

not responding to file local variables

As an example, by default my c-basic-offset is 4, but in a source file I changed my local variable value to 2 (as a first line comment). But as it turns out, highlight-indentation-mode is invoked before local variables are evaluated, and it will set offset to 4. Could you make it respond to local variable changes or suggest a workaround?

Highlight indent mode hook

Can we have hooks for when the mode turns on? It would allow for some much appreciated extra customization.

[Question]Stop highlighting indentation on lines where there's nothing but tabs/spaces?

First of all, thanks for the project, I really enjoy using it, this made Emacs very easy to use.
screenshot
On this picture, lines 27 and 28 have indentation shown. IMO it's ugly and pointless (to me at least), but it's a bad idea to have it as default. I also want it to show indentation on the line where the point (e.g. the cursor) is on, because I think it's not ugly and helps to understand where I am and what I tried to do, but that's not mandatory.
Is it possible with this mode?

I know that sorted() function exists in python, that's my home task from university :(

question about running at default and change color

Hello, i have a two part question:

  1. How do we run this as default at start of emacs?
  2. Where shall we add those two lines to change the color of the theme, in the init.el or change the original file? cant seem to get it work if i change the init.el file

Thank you.

highlight-indentation-mode interferes with company popup box

It would appear that under certain circumstances when highlight-indentation-mode is enabled company's popup box will be distorted:
emacs_company_distorted
The first element of the popup box is shifted compared to the rest of the popup box. It seems rather context dependent if this occurs.

wrong-type-argument listp inherit

With the latest update from melpa (20150109.1244) I get

Debugger entered--Lisp error: (wrong-type-argument listp inherit)
  face-spec-set-match-display(inherit #<frame [email protected] 0x1134848>)
  face-spec-choose(((inherit fringe)) #<frame [email protected] 0x1134848>)
  face-spec-recalc(highlight-indentation-face #<frame [email protected] 0x1134848>)

I solved this problem by replacing line 31:

  '((inherit fringe))

by

  '((t :inherit fringe))

Kind regards
Berthold Höllmann

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.