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: Re: Whitespace-mode configuration or alternative Date: Wed, 08 Feb 2017 20:09:26 +0100 Message-ID: <2498573.TOnb62RPJb@e6430> References: <3951168.p1EjllCE0T@e6430> <87lgtjrunv.fsf@gmail.com> 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 1486581013 18136 195.159.176.226 (8 Feb 2017 19:10:13 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 8 Feb 2017 19:10:13 +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 Wed Feb 08 20:10:10 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 1cbXd3-0004T6-VP for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Feb 2017 20:10:10 +0100 Original-Received: from localhost ([::1]:32836 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbXd9-0002wn-Db for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Feb 2017 14:10:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbXcZ-0002uT-RX for help-gnu-emacs@gnu.org; Wed, 08 Feb 2017 14:09:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbXcW-0000uK-NX for help-gnu-emacs@gnu.org; Wed, 08 Feb 2017 14:09:39 -0500 Original-Received: from 8.mo6.mail-out.ovh.net ([178.33.42.204]:58192) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cbXcW-0000rH-Hy for help-gnu-emacs@gnu.org; Wed, 08 Feb 2017 14:09:36 -0500 Original-Received: from player738.ha.ovh.net (b7.ovh.net [213.186.33.57]) by mo6.mail-out.ovh.net (Postfix) with ESMTP id 32F08A8C31 for ; Wed, 8 Feb 2017 20:09:27 +0100 (CET) Original-Received: from e6430.localnet (95.106-244-81.adsl-dyn.isp.belgacom.be [81.244.106.95]) (Authenticated sender: thierry.leurent@asgardian.be) by player738.ha.ovh.net (Postfix) with ESMTPSA id 3211A537 for ; Wed, 8 Feb 2017 20:09:27 +0100 (CET) In-Reply-To: <87lgtjrunv.fsf@gmail.com> X-Ovh-Tracer-Id: 7847240877238268886 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeelgedrkedvgdduvddvucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecufedttdenuc X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 178.33.42.204 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:112284 Archived-At: It work. Thanks On Monday, February 6, 2017 10:22:44 PM CET Alex Kost wrote: > Thierry Leurent (2017-02-06 15:18 +0100) wrote: > > 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 ? > > You probably want to set 'whitespace-line-column' variable to a bigger > value. Also there is 'whitespace-style' variable that allows you to > control different aspects of whitespace-mode. -- Thierry Leurent