From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.help Subject: Re: whitespace-mode deactivated at end of line Date: Sat, 11 Jun 2022 11:07:44 +0200 Message-ID: <868rq38t5r.fsf@gnu.org> References: <2PI5UnjKu3Vi8Opqcglew9V3u1aV1d3boNyjJNYGDQZsDl6My_5-Sk9_0tbqEHkEHqipuVvpUSVmV3fxW0lKYJkVHGGvUc1Ll1tMoEhk0Es=@protonmail.com> <83ilp91vn8.fsf@gnu.org> <877d5nu60y.fsf@dataswamp.org> <83y1y3y5s6.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9363"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 Cc: help-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Jun 11 11:09:45 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 1nzx7p-0002HZ-3e for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 11 Jun 2022 11:09:45 +0200 Original-Received: from localhost ([::1]:46026 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nzx7o-00052c-0q for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 11 Jun 2022 05:09:44 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35384) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nzx6K-0004yg-2E for help-gnu-emacs@gnu.org; Sat, 11 Jun 2022 05:08:15 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:52112) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nzx6J-0003GW-Q8 for help-gnu-emacs@gnu.org; Sat, 11 Jun 2022 05:08:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=/aAcJmlSLCb7+n5wq2z44vWwbdWypbhOVTOQCeuytJk=; b=CrstJV3s48uG0bGi9vdq +jPKT12RkeAJ2PFvhjtHDqe2Q4rsX6OW2kQfEKvtNPJKEbc1Koda6+lrZ6FDGl4f0o1q694SbvEzI XEFzIUPMI5lhj4P82kg1Y2418fDnOfl7OdH/CInD7CMkHzxjw3N607LRcoBMY4bw/khBnPJ3ALxDg ROlfzUj7EEa3EMVRJh1rQ+KH6FHVPMPU/bwxQc6RDQOksFTNhML03c0k9yTVBItXzflaG9UiaHO7d pxqu81z6AF5dt/XZhW4S6sYmaSkVEzT+udKi9QGhedjtJxKIaSjDAOd93JE//twrrf4WUmqavk7A2 C9HkSKN4tRiq7A==; Original-Received: from p4fe3ee56.dip0.t-ipconnect.de ([79.227.238.86]:60473 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nzx6F-00047d-O1; Sat, 11 Jun 2022 05:08:09 -0400 In-Reply-To: <83y1y3y5s6.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 11 Jun 2022 11:15:53 +0300") 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:137684 Archived-At: Eli Zaretskii writes: > If you do want this automatic cleanup to be performed unconditionally, > customize the option whitespace-cleanup to do that. Did you mean the option `whitespace-action', by chance? Best, Arash