From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: charles@aurox.ch (Charles A. Roelli) Newsgroups: gmane.emacs.help Subject: Re: color not showing in enriched.txt example file for emacs 24.5, debian 9 Date: Mon, 17 Sep 2018 21:55:22 +0200 Message-ID: References: <83tvmsk447.fsf@gnu.org> <83d0tbhpod.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1537213899 31258 195.159.176.226 (17 Sep 2018 19:51:39 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 17 Sep 2018 19:51:39 +0000 (UTC) Cc: dan.hitt@gmail.com, help-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 17 21:51:35 2018 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 1g1zYT-0007yp-AJ for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Sep 2018 21:51:33 +0200 Original-Received: from localhost ([::1]:37203 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g1zaZ-0001bk-PV for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Sep 2018 15:53:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g1za9-0001bc-Sl for help-gnu-emacs@gnu.org; Mon, 17 Sep 2018 15:53:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g1za9-00051R-7T for help-gnu-emacs@gnu.org; Mon, 17 Sep 2018 15:53:17 -0400 Original-Received: from sinyavsky.aurox.ch ([2a03:2040:2:1b::1]:58931) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g1za9-0004yB-0S for help-gnu-emacs@gnu.org; Mon, 17 Sep 2018 15:53:17 -0400 Original-Received: from sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) by sinyavsky.aurox.ch (Postfix) with ESMTP id 86A7522862 for ; Mon, 17 Sep 2018 19:57:00 +0000 (UTC) Authentication-Results: sinyavsky.aurox.ch (amavisd-new); dkim=pass reason="pass (just generated, assumed good)" header.d=aurox.ch DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aurox.ch; h= references:subject:subject:in-reply-to:to:from:from:message-id :date:date; s=dkim; t=1537214219; x=1538078220; bh=ke4usooSOKk3h 8VdO91PVv2y/8I1szc3FHI1wjmp7dA=; b=UksXG9OEtHop+eLNYkmD9mMnd2dQf KNI2GJ9jiw7dl+UyDR6vC+OkZm1kRCzMr0g6nIoJEk4WdXCuiagouZUcs5pXgWo0 EENUF0lqpJPKX/Dm9QlnWKmgHQyil7rRZwLnufHgI7Xg1+MjHcTopExZgyd7wexm UvUwiW+ffEnnTY= X-Virus-Scanned: Debian amavisd-new at test.virtualizor.com Original-Received: from sinyavsky.aurox.ch ([127.0.0.1]) by sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id M-tPcH4ilnVF for ; Mon, 17 Sep 2018 19:56:59 +0000 (UTC) Original-Received: from gray (unknown [IPv6:2a02:1205:c693:2d60:c62c:3ff:fe30:b864]) by sinyavsky.aurox.ch (Postfix) with ESMTPSA id 8806522858; Mon, 17 Sep 2018 19:56:58 +0000 (UTC) In-reply-to: <83d0tbhpod.fsf@gnu.org> (message from Eli Zaretskii on Mon, 17 Sep 2018 22:47:14 +0300) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a03:2040:2:1b::1 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:117948 Archived-At: > Date: Mon, 17 Sep 2018 22:47:14 +0300 > From: Eli Zaretskii > CC: dan.hitt@gmail.com, help-gnu-emacs@gnu.org > > > Date: Mon, 17 Sep 2018 21:30:04 +0200 > > From: charles@aurox.ch (Charles A. Roelli) > > CC: eliz@gnu.org, help-gnu-emacs@gnu.org > > > > The color works fine here in Emacs 24.5 on macOS, but this line > > > > > Extra closing annotation (indent) in file > > > > sticks out a bit as another bug. It doesn't show when opening the > > sample enriched text file in Emacs 24.3, but it does in Emacs 24.4. > > Thanks, fixed. Thank you!