From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Vincent Lefevre Newsgroups: gmane.emacs.bugs Subject: bug#11264: 23.4; shell-script-mode highlighting (coloring) bugs for bash and zsh Date: Wed, 21 Aug 2019 15:11:23 +0200 Message-ID: <20190821131123.GA2142@cventin.lip.ens-lyon.fr> References: <87vckyd3jk.fsf@ypig.lip.ens-lyon.fr> <20120417121633.GD3626@xvii.vinc17.org> <20120417122016.GE3626@xvii.vinc17.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="111597"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.12.1+19 (078654a4) vl-117499 (2019-06-15) To: 11264@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Aug 21 15:24:37 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1i0QbM-000Su0-SY for geb-bug-gnu-emacs@m.gmane.org; Wed, 21 Aug 2019 15:24:36 +0200 Original-Received: from localhost ([::1]:48444 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i0QbL-0004eY-Ec for geb-bug-gnu-emacs@m.gmane.org; Wed, 21 Aug 2019 09:24:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44963) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i0QZQ-0001pT-7L for bug-gnu-emacs@gnu.org; Wed, 21 Aug 2019 09:22:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i0QPC-0002RP-0P for bug-gnu-emacs@gnu.org; Wed, 21 Aug 2019 09:12:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54276) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i0QPB-0002RH-T8 for bug-gnu-emacs@gnu.org; Wed, 21 Aug 2019 09:12:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i0QPB-0006bN-Mg for bug-gnu-emacs@gnu.org; Wed, 21 Aug 2019 09:12:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Vincent Lefevre Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 21 Aug 2019 13:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11264 X-GNU-PR-Package: emacs Original-Received: via spool by 11264-submit@debbugs.gnu.org id=B11264.156639308825336 (code B ref 11264); Wed, 21 Aug 2019 13:12:01 +0000 Original-Received: (at 11264) by debbugs.gnu.org; 21 Aug 2019 13:11:28 +0000 Original-Received: from localhost ([127.0.0.1]:34864 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i0QOe-0006aa-56 for submit@debbugs.gnu.org; Wed, 21 Aug 2019 09:11:28 -0400 Original-Received: from cventin.lip.ens-lyon.fr ([140.77.13.17]:47476) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i0QOb-0006aQ-4S for 11264@debbugs.gnu.org; Wed, 21 Aug 2019 09:11:27 -0400 Original-Received: from vlefevre by cventin.lip.ens-lyon.fr with local (Exim 4.92.1) (envelope-from ) id 1i0QOZ-0002p9-Ey; Wed, 21 Aug 2019 15:11:23 +0200 Content-Disposition: inline In-Reply-To: <20120417122016.GE3626@xvii.vinc17.org> X-Mailer-Info: https://www.vinc17.net/mutt/ 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.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:165487 Archived-At: This bug still occurs. Concerning the incorrect highlighting of the first x, it seems that something that precedes a = character, possibly with spaces between will be highlighted. There is no reason for that. This is not an assignment. Examples: true a = b a = b where "a" is highlighted (in the second case, this is the command "a" with the arguments "=" and "b", still not an assignment). -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)