bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55796: Command highlighting deactivated on spaces


From: Lars Ingebrigtsen
Subject: bug#55796: Command highlighting deactivated on spaces
Date: Mon, 06 Jun 2022 14:37:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

goncholden <goncholden@protonmail.com> writes:

> I am using GNU Emacs 27.2 with sh-script.  I am using $() to run
> commands from a bash script.  The command name gets highlighted if
> there are no spaces, but no highlighting is done if there is a
> preceeding space.

Thanks; with the following I'm able to reproduce the problem in Emacs
27.2:

#!/bin/bash

delim=$(numseq-delim "$2")

delim=$( numseq-delim "$2")

But not in Emacs 29, so it has been fixed now, and I'm therefore closing
this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]