bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#37214: [PATCH] vc-svn error messages are used as ignore list


From: Wolfgang Scherer
Subject: bug#37214: [PATCH] vc-svn error messages are used as ignore list
Date: Wed, 28 Aug 2019 20:54:22 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

Function `vc-svn-ignore-completion-table' in `lisp/vc/vc-svn.el'
does not work properly.

If the property "svn:ignore" does not exist, an error message is
written to the output buffer, which is then used as a list of
ignored files.

The output buffer is split whitespace, which creates problems
with whitespace in file names.

The attached patch fixes both problems.







reply via email to

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