From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Heime Newsgroups: gmane.emacs.help Subject: Re: Adding colour when font-lock in disabled Date: Fri, 09 Dec 2022 23:19:17 +0000 Message-ID: <7hfB2ezKjZh_K-reiMy_gBkdzzIdjPKMcgHK2dFD_JA8ISv5dWcSO2rNRm40ZKGFns3J-Gq0AfD4E6pPfSL03pgK56kDGuHzIUXO638yw9s=@protonmail.com> References: <838rjh12ar.fsf@gnu.org> <831qp82340.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9906"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , help-gnu-emacs@gnu.org To: Jean Louis Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Dec 10 00:20:09 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 1p3mf3-0002OJ-24 for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 10 Dec 2022 00:20:09 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p3meR-0003cG-94; Fri, 09 Dec 2022 18:19:31 -0500 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 1p3meP-0003c7-V8 for help-gnu-emacs@gnu.org; Fri, 09 Dec 2022 18:19:30 -0500 Original-Received: from mail-40140.protonmail.ch ([185.70.40.140]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3meN-0000bE-UZ; Fri, 09 Dec 2022 18:19:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1670627964; x=1670887164; bh=LSUVGLRiMT7ryUWbec9yaTfQio0xSuCD/9KJnZNlZkg=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=UCCwQSW2eiD3qF9JR+TpzY7mvzPgX53ZfGuoerSydSuZUBBXmavIGd/O4ai7IL3fK 1TMaqxabCvFEBldyWy3SUFWJCqFv47WASjMVCniyNTBVsfow59oUU8P2Fq3MmofySo ncu7TReYN63Qh+BjXWyumM935HRA9oGYrGBMSUYvQJGXxrlM49XWK6pstmOyS9JhSq fK797G6OlqchCuUTLYpZKEgYXcjKcSM12IaY3OtqcByHukq4RIAhjgyUSDF8x59IXZ As6KHWJaEbGUkVQ9BdKVAsraFPe2VHIGBcqlgAlBZW9RLS+zRd7w7C8xHM9PrYMJTt 02fXJTFfXB58Q== In-Reply-To: Feedback-ID: 57735886:user:proton Received-SPF: pass client-ip=185.70.40.140; envelope-from=heimeborgia@protonmail.com; helo=mail-40140.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:141540 Archived-At: ------- Original Message ------- On Friday, December 9th, 2022 at 6:54 PM, Jean Louis wro= te: > * Heime heimeborgia@protonmail.com [2022-12-09 15:29]: >=20 > > As a developer, what if I do not want font-lock to change it. > > Consider I make a special text file where I need to setup same > > sections in specific colours. Is there some special mode that > > developers can use for their own configuration and design to display > > to users, and which is not a programming mode ? >=20 >=20 > Try enriched mode. >=20 > Open any .txt file, do M-x enriched-mode and save the file. >=20 > Use Edit, Text Properties and you can load file that will visually > retain properties. >=20 > -- > Jean >=20 > Take action in Free Software Foundation campaigns: > https://www.fsf.org/campaigns >=20 > In support of Richard M. Stallman > https://stallmansupport.org/ Have tried (enriched-mode). I then select some text and do "Edit - Text Pr= operties - Background Colour - Other". But nothing happens.