[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
why escape space characters?
From: |
Paul Stoeber |
Subject: |
why escape space characters? |
Date: |
Wed, 5 Jun 2002 14:35:29 +0200 |
User-agent: |
Mutt/1.3.28i |
The file fileutils-4.1/src/ls.c contains these two lines:
if (get_quoting_style (filename_quoting_options) == escape_quoting_style)
set_char_quoting (filename_quoting_options, ' ', 1);
That's incompatible with Dired of GNU Emacs 21.2.1.
What would break if these two lines were removed?
Could you add an explanatory comment if you can't remove them?
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- why escape space characters?,
Paul Stoeber <=