]> code.delx.au - gnu-emacs/commit
Fix minor issues with CEDET on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Mon, 4 May 2015 14:46:30 +0000 (17:46 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 4 May 2015 14:46:30 +0000 (17:46 +0300)
commit8c392682fc9938b2ee02cc2741bf6f680281b0c7
treea7f9d2820d72e43fd77d18299cb88b7701ae420a
parent5d3940a3b9144efbc4db4a7b76a3331cebc64165
Fix minor issues with CEDET on MS-Windows

* lisp/cedet/semantic/symref/idutils.el
(semantic-symref-parse-tool-output-one-line): Fix the search
regexp to match MS-Windows file names with drive letters.
(Bug#19468)
* lisp/cedet/semantic/symref/grep.el
(semantic-symref-grep-use-template): Remove "--color=always" from
Grep switches on MS-Windows.
(semantic-symref-grep-shell): Use shell-file-name as the default
value, so this works not only on Posix platforms.
(semantic-symref-perform-search): Use shell-quote-argument instead
of literal '..' for portable quoting of Grep command-line
argument.  Use shell-command-switch instead of a literal "-c".
* lisp/cedet/semantic/bovine/gcc.el
(semantic-gcc-get-include-paths): Use file-name-absolute-p to test
for an absolute file name in a portable way.
lisp/cedet/semantic/bovine/gcc.el
lisp/cedet/semantic/symref/grep.el
lisp/cedet/semantic/symref/idutils.el