From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Thierry Leurent Newsgroups: gmane.emacs.help Subject: Whitespace-mode configuration or alternative Date: Mon, 06 Feb 2017 15:18:43 +0100 Message-ID: <3951168.p1EjllCE0T@e6430> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Trace: blaine.gmane.org 1486402879 31664 195.159.176.226 (6 Feb 2017 17:41:19 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 6 Feb 2017 17:41:19 +0000 (UTC) User-Agent: KMail/5.2.3 (Linux/4.9.0-1-amd64; KDE/5.28.0; x86_64; ; ) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 06 18:41:16 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1canHv-0007yW-DI for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Feb 2017 18:41:15 +0100 Original-Received: from localhost ([::1]:49882 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1canHx-0001Ur-QG for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Feb 2017 12:41:17 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cak82-0007rl-SH for help-gnu-emacs@gnu.org; Mon, 06 Feb 2017 09:18:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cak7z-0002a9-QA for help-gnu-emacs@gnu.org; Mon, 06 Feb 2017 09:18:50 -0500 Original-Received: from 2.mo69.mail-out.ovh.net ([178.33.251.80]:52521) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cak7z-0002ZW-K8 for help-gnu-emacs@gnu.org; Mon, 06 Feb 2017 09:18:47 -0500 Original-Received: from player168.ha.ovh.net (b7.ovh.net [213.186.33.57]) by mo69.mail-out.ovh.net (Postfix) with ESMTP id BCF6A1A51F for ; Mon, 6 Feb 2017 15:18:45 +0100 (CET) Original-Received: from e6430.localnet (56.144-242-81.adsl-dyn.isp.belgacom.be [81.242.144.56]) (Authenticated sender: thierry.leurent@asgardian.be) by player168.ha.ovh.net (Postfix) with ESMTPSA id 84BEB4200AD for ; Mon, 6 Feb 2017 15:18:44 +0100 (CET) X-Ovh-Tracer-Id: 9639110581530342358 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeelgedrjeeggddvudcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemuceftddtnecu X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 178.33.251.80 X-Mailman-Approved-At: Mon, 06 Feb 2017 12:36:06 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:112262 Archived-At: Hello, I'm not a lisp developer but I'm trying to configure Emacs as a multi purpose editor like Atom, Notepad++, .... In my code, I like to put a comment at the end of a line, for example : (load-file "~/.emacs.d/A-GPFunctions.el") ; Load some custom elisp fuctions. (load-file "~/.emacs.d/A-PLoader.el") ; Load some usefull packages. To have a something as sexy as possible, I like align my comments by section. With whitespace-mode, this lines are highlighted. I don't like this. How can I change it ? Best regards, -- Thierry Leurent