* find-name-dired should not escape the braces in windows environment
@ 2005-10-07 3:37 Lalit Mohan Tripathi
2005-10-07 16:20 ` Kevin Rodgers
0 siblings, 1 reply; 2+ messages in thread
From: Lalit Mohan Tripathi @ 2005-10-07 3:37 UTC (permalink / raw)
This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.
Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.
In GNU Emacs 21.3.1 (i386-mingw-nt5.0.2195)
of 2004-03-11 on NYAUMO
configured using `configure --with-gcc (3.2)'
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: ENU
locale-coding-system: iso-latin-1
default-enable-multibyte-characters: t
Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:
~/Desktop/emacs-21.3/bin/:
find . \( -name '*.c' \) -exec ls -ld {} \;
find: paths must precede expression
Usage: find [-H] [-L] [-P] [path...] [expression]
find exited abnormally with code 1 at Fri Oct 07 08:57:32
Please let me know how to fix it at lalit.mohan@samsung.com,
currently I use batch file in Windows to type the above command
by replacing \( with ( and then run-it, as an
alternate way to perform this.
Recent input:
Used M-x find-name-dired
Recent messages:
Loading mule-diag...done
Making completion list...
Quit
Loading emacsbug...done
byte-code: Quit
Loading find-dired...done
find-dired *Find* finished.
keyboard-quit: Quit
Undo!
keyboard-quit: Quit
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: find-name-dired should not escape the braces in windows environment
2005-10-07 3:37 find-name-dired should not escape the braces in windows environment Lalit Mohan Tripathi
@ 2005-10-07 16:20 ` Kevin Rodgers
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2005-10-07 16:20 UTC (permalink / raw)
Lalit Mohan Tripathi wrote:
> ~/Desktop/emacs-21.3/bin/:
> find . \( -name '*.c' \) -exec ls -ld {} \;
> find: paths must precede expression
> Usage: find [-H] [-L] [-P] [path...] [expression]
>
> find exited abnormally with code 1 at Fri Oct 07 08:57:32
>
> Please let me know how to fix it at lalit.mohan@samsung.com,
> currently I use batch file in Windows to type the above command
> by replacing \( with ( and then run-it, as an
> alternate way to perform this.
>
> Recent input:
> Used M-x find-name-dired
Set shell-file-name to a shell that understands quoted parentheses.
Note: In American English, "(" and ")" are parentheses, "[" and "]" are
brackets, and "{" and "}" are braces.
--
Kevin Rodgers
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-10-07 16:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-07 3:37 find-name-dired should not escape the braces in windows environment Lalit Mohan Tripathi
2005-10-07 16:20 ` Kevin Rodgers
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.