on Mon Dec 17 2012, Michael Albinus <michael.albinus-AT-gmx.de> wrote:
> Dave Abrahams <[email protected]> writes: > >> on Sun Dec 16 2012, Michael Albinus <michael.albinus-AT-gmx.de> wrote: >> >>> Maybe it is due to the very long command line? What happens, if you send >>> the command in the Emacs shell as (several lines) >> >> It works fine. > > Then what about the following patch: Well, technically it works, but it leaves the grep buffer looking as below. Maybe it would be better to break each line at whitespace after 80-120 characters. --8<---------------cut here---------------start------------->8--- -*- mode: grep; default-directory: "/scpc:honu:/Users/dave/buildAgent/" -*- Grep started at Mon Dec 17 12:16:06 find . -type d \( -path \*/SCCS \ -o -path \*/RCS \ -o -path \*/CVS \ -o -path \*/MCVS \ -o -path \*/.svn \ -o -path \*/.git \ -o -path \*/.hg \ -o -path \*/.bzr \ -o -path \*/_MTN \ -o -path \*/_darcs \ -o -path \*/\{arch\} \) -prune -o \( -name .\#\* \ -o -name \*.glob \ -o -name \*.vo \ -o -name \*.o \ -o -name \*\~ \ -o -name \*.bin \ -o -name \*.lbin \ -o -name \*.so \ -o -name \*.a \ -o -name \*.ln \ -o -name \*.blg \ -o -name \*.bbl \ -o -name \*.elc \ -o -name \*.lof \ -o -name \*.glo \ -o -name \*.idx \ -o -name \*.lot \ -o -name \*.fmt \ -o -name \*.tfm \ -o -name \*.class \ -o -name \*.fas \ -o -name \*.lib \ -o -name \*.mem \ -o -name \*.x86f \ -o -name \*.sparcf \ -o -name \*.dfsl \ -o -name \*.pfsl \ -o -name \*.d64fsl \ -o -name \*.p64fsl \ -o -name \*.lx64fsl \ -o -name \*.lx32fsl \ -o -name \*.dx64fsl \ -o -name \*.dx32fsl \ -o -name \*.fx64fsl \ -o -name \*.fx32fsl \ -o -name \*.sx64fsl \ -o -name \*.sx32fsl \ -o -name \*.wx64fsl \ -o -name \*.wx32fsl \ -o -name \*.fasl \ -o -name \*.ufsl \ -o -name \*.fsl \ -o -name \*.dxl \ -o -name \*.lo \ -o -name \*.la \ -o -name \*.gmo \ -o -name \*.mo \ -o -name \*.toc \ -o -name \*.aux \ -o -name \*.cp \ -o -name \*.fn \ -o -name \*.ky \ -o -name \*.pg \ -o -name \*.tp \ -o -name \*.vr \ -o -name \*.cps \ -o -name \*.fns \ -o -name \*.kys \ -o -name \*.pgs \ -o -name \*.tps \ -o -name \*.vrs \ -o -name \*.pyc \ -o -name \*.pyo \) -prune -o -type f \( -iname \* \) -exec grep -i -nH -e dave {} + ./bin/#_ascpc_bhonu_b_aUsers_adave_abuildAgent_abin_ajetbrains.teamcity.BuildAgent.plist#:7: <string>/Users/dave/buildAgent</string> ./bin/jetbrains.teamcity.BuildAgent.plist:6: <string>/Users/dave/buildAgent</string> ./bin/wrapper.log:13:INFO | jvm 1 | 2012/12/08 22:50:28 | /Users/dave/buildAgent/bin/../launcher/lib ... --8<---------------cut here---------------end--------------->8--- -- Dave Abrahams BoostPro Computing Software Development Training http://www.boostpro.com Clang/LLVM/EDG Compilers C++ Boost _______________________________________________ Tramp-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/tramp-devel
