Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4324:5e526366d533
Don't error on unknown environment variables, #'substitute-in-file-name.
SUPERSEDES 18270.47509.666061.606519@parhasard.net
APPROVE COMMIT
src/fileio.c addition:
2007-12-11 Aidan Kehoe <kehoea@parhasard.net>
* fileio.c (Fsubstitute_in_file_name):
On encountering non-existent environment variables or incorrect
syntax for specifying environment variables (as is routine on
Windows) don't error, instead pass the original strings through.
tests/ChangeLog addition:
2007-12-11 Aidan Kehoe <kehoea@parhasard.net>
* automated/syntax-tests.el:
Check that substitute-in-file-name doesn't error when handed
non-existing environment variables, passing through the specified
string instead. Also check that existing environment variables are
correctly substituted. Also check that double slashes in the
middle of a path name are treated as re-starting the path.
| author | Aidan Kehoe <kehoea@parhasard.net> |
|---|---|
| date | Tue, 11 Dec 2007 21:50:22 +0100 |
| parents | f70e56bb52a7 |
| children | a5ff7e67ac1b |
comparison
equal
deleted
inserted
replaced
| 4323:94509abd0ef0 | 4324:5e526366d533 |
|---|---|
| 1 2007-12-11 Aidan Kehoe <kehoea@parhasard.net> | |
| 2 | |
| 3 * fileio.c (Fsubstitute_in_file_name): | |
| 4 On encountering non-existent environment variables or incorrect | |
| 5 syntax for specifying environment variables (as is routine on | |
| 6 Windows) don't error, instead pass the original strings through. | |
| 7 | |
| 1 2007-12-05 Stephen J. Turnbull <stephen@xemacs.org> | 8 2007-12-05 Stephen J. Turnbull <stephen@xemacs.org> |
| 2 | 9 |
| 3 * search.c (simple_search): Fix underrun in reverse search. | 10 * search.c (simple_search): Fix underrun in reverse search. |
| 4 (search_buffer): Clarify decision to use boyer_moore or not. | 11 (search_buffer): Clarify decision to use boyer_moore or not. |
| 5 | 12 |
