Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 188355 - app-editors/emacs-cvs-22.1.50: shell-script-mode doesn't recognize end-of-string
Summary: app-editors/emacs-cvs-22.1.50: shell-script-mode doesn't recognize end-of-string
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-08-10 15:26 UTC by Marijn Schouten (RETIRED)
Modified: 2007-08-16 11:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-scheme/scm/scm-5.5.3-r1.ebuild (scm-5.5.3-r1.ebuild,1.56 KB, text/plain)
2007-08-10 15:28 UTC, Marijn Schouten (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marijn Schouten (RETIRED) gentoo-dev 2007-08-10 15:26:36 UTC
app-emacs/gentoo-syntax-1.6-r1 doesn't recognize end-of-string
Comment 1 Marijn Schouten (RETIRED) gentoo-dev 2007-08-10 15:28:59 UTC
Created attachment 127494 [details]
dev-scheme/scm/scm-5.5.3-r1.ebuild

the quotes in

MY_PV="$(get_version_component_range 1)${trarr:$(get_version_component_range 2):1}$(get_version_component_range 3)"

aren't recognized correctly. Without them highlighting is correct.
Comment 2 Ulrich Müller gentoo-dev 2007-08-15 09:24:58 UTC
Sorry, I cannot reproduce it. What Emacs version are you using?
Comment 3 Ulrich Müller gentoo-dev 2007-08-16 11:07:29 UTC
The problem is fixed in the actual version in the Emacs CVS trunk.

2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>

        * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
        whole $( rather than just the $.  Rename from sh-quoted-subshell.
        (sh-font-lock-syntactic-keywords): Adjust call accordingly.