From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jenia.ivlev@gmail.com (jenia.ivlev) Newsgroups: gmane.emacs.help Subject: Whitespace-mode writes dots for space-chars in the overlay Date: Sun, 01 Nov 2015 08:47:56 -0500 Message-ID: <87611lompf.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1446385723 8007 80.91.229.3 (1 Nov 2015 13:48:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 1 Nov 2015 13:48:43 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 01 14:48:31 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Zsszi-000400-QV for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Nov 2015 14:48:26 +0100 Original-Received: from localhost ([::1]:36953 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zsszh-00071V-Sr for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Nov 2015 08:48:25 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsszW-00071Q-JD for help-gnu-emacs@gnu.org; Sun, 01 Nov 2015 08:48:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZsszR-00057g-Gn for help-gnu-emacs@gnu.org; Sun, 01 Nov 2015 08:48:14 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:56740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsszR-00057M-Am for help-gnu-emacs@gnu.org; Sun, 01 Nov 2015 08:48:09 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZsszQ-0003j0-1Y for help-gnu-emacs@gnu.org; Sun, 01 Nov 2015 14:48:08 +0100 Original-Received: from modemcable053.124-162-184.mc.videotron.ca ([184.162.124.53]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Nov 2015 14:48:08 +0100 Original-Received: from jenia.ivlev by modemcable053.124-162-184.mc.videotron.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Nov 2015 14:48:08 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: modemcable053.124-162-184.mc.videotron.ca User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) Cancel-Lock: sha1:an38DwfTRCSuBrHnEYrY4oIcPNo= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:107885 Archived-At: Hello: I'm using `org-indent-mode`. As far as I understand, the whitespace on the left are not in the buffer itself but in an overlay. The problem is that - when `org-indent-mode` is used in conjunction with `whitespace-mode` - then `whitesapce-mode` writes dots in the overlay (org-indent-mode's overlay). So to reiterate, whitespace-mode normally writes a dot (probably in it's own overlay) for every whitespace in the buffer. What I would like to change is it substituting whitespace - in the org-indent-mode overlay - for dots. How cna I change this behaviour? In other words, for the whitespace-mode to only work in the buffer and not the overlays of other modes. Just in case someone wants to see it, I left a question on emacs stackoverlfow with pictures: http://emacs.stackexchange.com/questions/17770/whitespace-mode-write-dots-for-space-chars Thanks in advance for your kind help and time. Jenia