rumcii / emacs-nav

Automatically exported from code.google.com/p/emacs-nav
GNU General Public License v3.0
0 stars 0 forks source link

Grep file list handling is buggy under windows (patch included) #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Point your global tmp directory at a path containing spaces.
2. attempt to run nav-recursive-grep

What is the expected output? What do you see instead?
I expect grep results, instead cat reports that it cannot read the file.

What version of the product are you using? On what operating system?
version 42, windows xp.

Please provide any additional information below.
I've attached a patch which seems to work.

The patch also addresses a second problem -- I typically run with
require-final-newline set to t, in which case the list of files ends up
with a final appended \r\n. I believe my patch addresses this issue as well.

Lang

Original issue reported on code.google.com by lang.mar...@gmail.com on 13 Jul 2009 at 3:58

Attachments:

GoogleCodeExporter commented 8 years ago
This is applied in revision 46. Thanks for contributing.

Original comment by issac.tr...@gmail.com on 22 Jul 2009 at 7:15