Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You need to edit your emacs config (which you have not shown us!) to remove the <code>newline</code> element from the <code>blank-chars</code> BlankMode option.</p> <p>According to the <a href="http://www.emacswiki.org/emacs/BlankMode" rel="nofollow">BlankMode documentation</a>, the blank-chars option determines which blank characters are visualized by BlankMode.</p> <p>From the long documentation in the <a href="http://www.emacswiki.org/emacs/blank-mode.el" rel="nofollow">blank-mode.el package</a>:</p> <pre><code>(defcustom blank-chars '(tabs spaces trailing lines space-before-tab newline indentation empty space-after-tab) "*Specify which kind of blank is visualized. It's a list which element value can be: trailing trailing blanks are visualized. tabs TABs are visualized. spaces SPACEs and HARD SPACEs are visualized. lines lines whose have columns beyond `blank-line-column' are highlighted. Whole line is highlighted. It has precedence over `lines-tail' (see below). lines-tail lines whose have columns beyond `blank-line-column' are highlighted. But only the part of line which goes beyond `blank-line-column' column. It has effect only if `lines' (see above) is not present in `blank-chars'. space-before-tab SPACEs before TAB are visualized. newline NEWLINEs are visualized. indentation 8 or more SPACEs at beginning of line are visualized. empty empty lines at beginning and/or end of buffer are visualized. space-after-tab 8 or more SPACEs after a TAB are visualized. Any other value is ignored. </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload