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: New line and trailing whitespaces Date: Mon, 22 Apr 2024 08:39:31 +0300 Message-ID: <86h6fu6jn0.fsf@gnu.org> References: <86sezg87oh.fsf@gnu.org> <86o7a486gq.fsf@gnu.org> <86cyqj8f1a.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11906"; 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 Mon Apr 22 07:40:09 2024 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 1rymPR-0002ti-Cv for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 22 Apr 2024 07:40:09 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rymOs-000450-MY; Mon, 22 Apr 2024 01:39:34 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rymOr-00044s-HZ for help-gnu-emacs@gnu.org; Mon, 22 Apr 2024 01:39:33 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rymOr-0003Xj-3a for help-gnu-emacs@gnu.org; Mon, 22 Apr 2024 01:39:33 -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=kNjjfk7+8g3iKUBJQO+pNSFDJqV+/c1qYBr/2ZWc4QM=; b=qsBxB7XIU7yT oBl8cdfPmWWQQk8vreMvtB3FDOWcGpToULdXgmzF/KurefKpoBTZOIKt6/0OAczvdD0GMWw7kQ34d iYipK2bZXan74TbiwLEOnwDN+TaUt2KbCKawSay4y3bBUdK4KsBej+HZB4WA8FM/X0+GnlJKgve3/ waIWXLiU3SidPJ1yuiIEPKX/mJWWEfOIs3B4Mc4i/qbNcUo5ANgsfaQpIxj+4VTH59GifywQgPsj0 OdieQwGjSjQvJ+yi55hof3LzMCJR0Q+9FzDrbA3/XO0wNS5NUnN0Wfdyzrs+SzxnWL2o0ZaAPmLtP sGNNbhUl2vIUS8G314ze+Q==; In-Reply-To: (message from Ergus on Sun, 21 Apr 2024 23:05:57 +0200) 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-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:146421 Archived-At: > Date: Sun, 21 Apr 2024 23:05:57 +0200 > From: Ergus > Cc: help-gnu-emacs@gnu.org > > Hi Eli: > > On Sun, Apr 21, 2024 at 08:23:45AM GMT, Eli Zaretskii wrote: > >> Date: Sun, 21 Apr 2024 03:12:37 +0200 > >> From: Ergus > >> Cc: help-gnu-emacs@gnu.org > >> > >> A somehow unrelate question.. I don't find a face to change the tab-mark > >> color in whitespace mode... Is it documented somewhere? > > > >Isn't that whitespace-tab? > > > Actually no. > > That face seems apply only to the tab whitespace when whitespace-style > has `tabs`, but not to when `tab-mark` applies. You lost me here. But if all you want is to know what face is used on some text, simply use "M-x describe-text-properties RET" with point on that text.