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

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

(no subject)


From: Daniel Ortmann
Subject: (no subject)
Date: Wed, 10 Jan 2001 16:26:44 -0600

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.

In GNU Emacs 20.7.1 (rs6000-ibm-aix4.3.3.0, Motif)
 of Mon Nov 20 2000 on neon.rchland.ibm.com
configured using `configure
--prefix=/afs/rch/rel/common/prod/ct/local/200011/rs_aix43 --with-x
--with-x-toolkit=motif'

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

find-name-dired generated and used the following inefficient command:
--->>>  find . \( -name 'pwrspice*' \) -exec ls -ld {} \;

Wouldn't something like the following would be more efficient?
--->>>  find . \( -name 'pwrspice*' \) | XXXSEDXXX | xargs ls -ld

... with the XXXSEDXXX replaced with something that backslashes sh meta
characters.

Recent input:
C-n C-n C-n M-0 C-l C-n C-n C-n C-n C-n C-n C-n C-n
M-> C-p C-p M-- M-1 C-l SPC SPC SPC SPC SPC SPC SPC
SPC SPC SPC SPC SPC l l C-x o M-x f n i d backspace
backspace backspace i n d - n a m e tab return $ C
T / b i n / backspace return p w r s p i c e * return
M-x e m a c s tab b u tab backspace backspace backspace
backspace backspace backspace backspace backspace backspace
r e p o tab r tab return

Recent messages:
Mark set [2 times]
Loading find-dired...
Loading find-dired...done
Fontifying *Find*...
Fontifying *Find*... (regexps.......)
find-dired *Find* finished.
Beginning of buffer
Making completion list...
Loading emacsbug...
Loading emacsbug...done


--
Daniel Ortmann, IBM Circuit Technology, Rochester, MN 55901-7829
ortmann@us.ibm.com / internal 8.553.6795 / external 507.253.6795
ortmann@isl.net home 507.288.7732

"The answers are so simple, and we all know where to look,
but it's easier just to avoid the question." -- Kansas




reply via email to

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