emacs-devel
[Top][All Lists]
Advanced

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

About color syntax in bash script


From: Angelo Graziosi
Subject: About color syntax in bash script
Date: Fri, 9 Sep 2016 19:03:25 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0

Just out of curiosity..

Run Emacs without any init file and visit this Bash script:


$ cat foo.sh
#!/bin/bash


VAR_A=`uname -s`

VAR_B=$(uname -s)



the RHS in VAR_A is in magenta while in VAR_B is black. Is this right? I seem to remember that some time ago (year?) also RHS in VAR_B was in magenta.. but I am not sure.

I see this with a recent build from master.

Ciao,
 Angelo.



reply via email to

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