indent-guide icon indicating copy to clipboard operation
indent-guide copied to clipboard

Show vertical lines to guide indentation

Results 10 indent-guide issues
Sort by recently updated
recently updated
newest added

Why need different colors? - just make it more easy to distinguish indent levels, when those indent lines are too close to each other.

enhancement

I'm running emacs 24.5.1 on mac osx El capitan and I am running into an issue when using indent-guide in js2-mode. Whenever I create a function and move the cursor...

bug

Hello: Inspired by the code of purcell: https://github.com/purcell/emacs.d/blob/ce03e69652f03f636e26c92f12d6d79c024c3d2c/lisp/init-company.el#L26-L43 The following is my "copy or imitate": ```emacs-lisp (with-eval-after-load 'company (with-eval-after-load 'indent-guide (defvar sanityinc/indent-guide-on-p nil) (make-variable-buffer-local 'sanityinc/indent-guide-on-p) (defun sanityinc/indent-guide-disable (&rest ignore) (when...

When using indent-guide with fci-mode, on empty lines indent guide characters are shown after fill column indicator. ![indent-guide-fci](https://cloud.githubusercontent.com/assets/1479166/8511123/7e4ff930-2312-11e5-9f61-ea62a1a3fea2.png)

confliction

hi, zk-phi, I would like to know that can indent-guide change its color or background **according to an active theme's palette** and **the state of characters** such as whether is...

enhancement

emacs 24.5.1 vimish-fold-20160429.2257 indent-guide-20151119.717 If the indent guide don't pass through the folded text, everything works fine: ![a](https://cloud.githubusercontent.com/assets/19364650/15270095/8252eebe-1a1c-11e6-9f39-4a4292995e58.jpg) But if the indent guide pass through the folded text, we have...

confliction

はじめまして。 僕は韓国でEmacsをつかってるひとです。 日本語が下手ですみません。 僕はzk-phiさんのindent-guideのbig fanです。それは僕のfavoriteなmode中一つです。 最近c言語で仕事していますが、小さな問題を見つけました。 c-modeでindent-guideは結構よく作動しますが、時々error-messageを出しながら breakになります。 僕の日本語で説明ができるかどうか確信がないので 僕のつかってるinit.el fileとerror videoのlinkを残ります。 御覧下さってもらいたいんです。 http://firetux.blog.me/220683656291

bug

Indent-guide breaks auto-complete displaying of completions.

confliction

Debugger entered--Lisp error: (args-out-of-range #("|" 0 1 (face indent-guide-face)) -108) indent-guide--make-overlay(55 2) indent-guide-show() funcall-interactively(indent-guide-show) call-interactively(indent-guide-show record nil) command-execute(indent-guide-show record) helm-M-x() funcall-interactively(helm-M-x) call-interactively(helm-M-x nil nil) command-execute(helm-M-x) My Emacs version: GNU Emacs...

bug

``` ■ Warning (comp): indent-guide.el:321:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) ``` You can reproduce it by executing: ```sh emacs -q -batch...