all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#61929: Stuff after commas oddly colored in Shell-script mode
@ 2023-03-03  4:59 Dan Jacobson
  2023-03-03  7:46 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Jacobson @ 2023-03-03  4:59 UTC (permalink / raw)
  To: 61929

Shell-script mode defined in sh-script.el,
gives odd colored stuff after commas:
$ cat x.sh
gpsbabel -i kml -f $1 \
	 -x nuketypes,waypoints -x interpolate,time=1 \
	 -x track,start=$2,stop=$2 -o xcsv,style=x.style -F -
$ emacs -Q x.sh
emacs-version "28.2"





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

* bug#61929: Stuff after commas oddly colored in Shell-script mode
  2023-03-03  4:59 bug#61929: Stuff after commas oddly colored in Shell-script mode Dan Jacobson
@ 2023-03-03  7:46 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2023-03-03  7:46 UTC (permalink / raw)
  To: Dan Jacobson; +Cc: 61929

> From: Dan Jacobson <jidanni@jidanni.org>
> Date: Fri, 03 Mar 2023 12:59:32 +0800
> 
> Shell-script mode defined in sh-script.el,
> gives odd colored stuff after commas:
> $ cat x.sh
> gpsbabel -i kml -f $1 \
> 	 -x nuketypes,waypoints -x interpolate,time=1 \
> 	 -x track,start=$2,stop=$2 -o xcsv,style=x.style -F -
> $ emacs -Q x.sh
> emacs-version "28.2"

Upgrade to Emacs 29 and use bash-ts-mode instead, then these problems
will go away.





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

end of thread, other threads:[~2023-03-03  7:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-03  4:59 bug#61929: Stuff after commas oddly colored in Shell-script mode Dan Jacobson
2023-03-03  7:46 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.