From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Dale Mellor Newsgroups: gmane.emacs.bugs Subject: bug#6391: emacs: Wrong face with here-docs in sh-mode Date: Sat, 21 Mar 2020 18:07:19 +0000 Organization: DM Bespoke Computer Solutions Ltd Message-ID: References: <1aac0e111e0356d84eb3c968b1fe553547298abe.camel@rdmp.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="9334"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.30.5-1.1 To: 6391@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Mar 21 20:58:14 2020 Return-path: Envelope-to: geb-bug-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 1jFkG6-0002LN-2t for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 21 Mar 2020 20:58:14 +0100 Original-Received: from localhost ([::1]:40332 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jFkG5-0004bd-24 for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 21 Mar 2020 15:58:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44805) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jFkFv-0004aJ-6A for bug-gnu-emacs@gnu.org; Sat, 21 Mar 2020 15:58:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jFkFu-00011x-9a for bug-gnu-emacs@gnu.org; Sat, 21 Mar 2020 15:58:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:42150) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jFkFu-00011r-75 for bug-gnu-emacs@gnu.org; Sat, 21 Mar 2020 15:58:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jFkFu-00023s-6j for bug-gnu-emacs@gnu.org; Sat, 21 Mar 2020 15:58:02 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: <87hblbashz.fsf@seere.localdomain> Resent-From: Dale Mellor Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 21 Mar 2020 19:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6391 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: confirmed Original-Received: via spool by 6391-submit@debbugs.gnu.org id=B6391.15848206637871 (code B ref 6391); Sat, 21 Mar 2020 19:58:02 +0000 Original-Received: (at 6391) by debbugs.gnu.org; 21 Mar 2020 19:57:43 +0000 Original-Received: from localhost ([127.0.0.1]:48119 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jFkFb-00022t-4T for submit@debbugs.gnu.org; Sat, 21 Mar 2020 15:57:43 -0400 Original-Received: from ec2-52-19-174-175.eu-west-1.compute.amazonaws.com ([52.19.174.175]:58402 helo=rdmp.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jFiWr-00036i-T0 for 6391@debbugs.gnu.org; Sat, 21 Mar 2020 14:07:26 -0400 Original-Received: from [127.0.0.1] (helo=localhost) by rdmp.org with esmtp (Exim 4.92) (envelope-from ) id 1jFiWm-0002Aj-6V for 6391@debbugs.gnu.org; Sat, 21 Mar 2020 18:07:20 +0000 X-Mailman-Approved-At: Sat, 21 Mar 2020 15:57:42 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:177602 Archived-At: Subject: Re: Bug#6391: emacs: Wrong face with here-docs in sh-mode This bug is still present (since 2010!) in emacs-26.3. Note that many of the previous comments are off the mark; it doesn't matter what characters make up the end marker, it is simply the presence of '-' at the start of the opening marker which triggers the problem. It would be really nice if someone would increase the severity of this bug. The feature described may not be used very often, but when it is used the bug is a bit of a nightmare, and means that syntax highlighting of a shell script has to be turned off completely.