From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: whitespace-mode deactivated at end of line Date: Thu, 09 Jun 2022 22:31:23 +0300 Message-ID: <83ilp91vn8.fsf@gnu.org> References: <2PI5UnjKu3Vi8Opqcglew9V3u1aV1d3boNyjJNYGDQZsDl6My_5-Sk9_0tbqEHkEHqipuVvpUSVmV3fxW0lKYJkVHGGvUc1Ll1tMoEhk0Es=@protonmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28095"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jun 09 22:34:05 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nzOqy-000729-T4 for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 09 Jun 2022 22:34:05 +0200 Original-Received: from localhost ([::1]:38762 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nzOqx-0007I9-6n for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 09 Jun 2022 16:34:03 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55334) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nzNsM-0002gF-SZ for help-gnu-emacs@gnu.org; Thu, 09 Jun 2022 15:31:26 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37428) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nzNsM-00072S-Im for help-gnu-emacs@gnu.org; Thu, 09 Jun 2022 15:31:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=nIWXDyWzQGKWm3HDoyKASMXx5+hq8A1wnbJaBTbENOU=; b=sDCMUqzaSqHw p5JrHj3Z6q3Bru9Dmf+3FT9NBy1K/sijMlvvW/SeP/T8ypjQ/qtfT1ygScYZamriSnphJ727xHGiU 8/cuF5+sAijIWlPUnqGEfEG8zHEMR0VgvES3d2HZUUut9Ot92BCLTeCqBNyn3OqNZ3Cn194gayMRt XcabWnQioWgfofd/Ssysy2wKZROGUZMRv/30ByBnE0z+R3bT1EwPD7zMizrQtLech5o8LMsxgxd0Z ms1w+1XhCqWJXHO9bILa159EmVJQ1ogzuxjqMK9PI/0MlqVjnrx/+wCLy5R9VTeO7oZ6Zjzcdx5bs fynglD4nbX2Pxwq3KkAg9w==; Original-Received: from [87.69.77.57] (port=1992 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nzNsM-0004Ym-1l for help-gnu-emacs@gnu.org; Thu, 09 Jun 2022 15:31:26 -0400 In-Reply-To: <2PI5UnjKu3Vi8Opqcglew9V3u1aV1d3boNyjJNYGDQZsDl6My_5-Sk9_0tbqEHkEHqipuVvpUSVmV3fxW0lKYJkVHGGvUc1Ll1tMoEhk0Es=@protonmail.com> (message from goncholden via Users list for the GNU Emacs text editor on Thu, 09 Jun 2022 18:22:36 +0000) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:137584 Archived-At: > Date: Thu, 09 Jun 2022 18:22:36 +0000 > From: goncholden via Users list for the GNU Emacs text editor > > I am visualising withspace with (global-whitespace-mode) > > Trailing spaces are coloured in red, but when I put the cursor at the end of the line, the red whitespace > background is being modified to black for a black theme. The red background that highlights trailing whitespace disappears when the cursor is at the end of such a line, and that's feature: if Emacs didn't behave like that, each time you type a space at the end of a line you'd get it highlighted in red, which is an annoyance when you type.