unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#6560: shell-script-mode A=B=C colors wrong
@ 2010-07-03 23:23 jidanni
  2010-07-04  0:08 ` Ken Hori
  2010-07-04  1:01 ` jidanni
  0 siblings, 2 replies; 3+ messages in thread
From: jidanni @ 2010-07-03 23:23 UTC (permalink / raw)
  To: 6560

$ cat bla.sh
#!/bin/sh
A=B=C
#Hahaha, emacs thinks A and B should be the same colors, when the answer
#is B and C. Hohoho.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#6560: shell-script-mode A=B=C colors wrong
  2010-07-03 23:23 bug#6560: shell-script-mode A=B=C colors wrong jidanni
@ 2010-07-04  0:08 ` Ken Hori
  2010-07-04  1:01 ` jidanni
  1 sibling, 0 replies; 3+ messages in thread
From: Ken Hori @ 2010-07-04  0:08 UTC (permalink / raw)
  To: jidanni; +Cc: 6560

> when the answer is B and C. Hohoho.

Nope. The answer is to colorize A only.

$ A=B=C
$ echo $A
B=C
$ echo $B


On Sat, Jul 3, 2010 at 4:23 PM,  <jidanni@jidanni.org> wrote:
> $ cat bla.sh
> #!/bin/sh
> A=B=C
> #Hahaha, emacs thinks A and B should be the same colors, when the answer
> #is B and C. Hohoho.
>
>
>
>





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#6560: shell-script-mode A=B=C colors wrong
  2010-07-03 23:23 bug#6560: shell-script-mode A=B=C colors wrong jidanni
  2010-07-04  0:08 ` Ken Hori
@ 2010-07-04  1:01 ` jidanni
  1 sibling, 0 replies; 3+ messages in thread
From: jidanni @ 2010-07-04  1:01 UTC (permalink / raw)
  To: fplemma; +Cc: 6560

>>>>> "KH" == Ken Hori <fplemma@gmail.com> writes:
>> when the answer is B and C. Hohoho.

KH> Nope. The answer is to colorize A only.

Yes, don't make it the same color or non-color as B. See, I am still
right, muhahah.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-07-04  1:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-03 23:23 bug#6560: shell-script-mode A=B=C colors wrong jidanni
2010-07-04  0:08 ` Ken Hori
2010-07-04  1:01 ` jidanni

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).