If I do this:
grep -ri "\.'" .
in a terminal to search for the literal .' (dot apostrophe) , it seems to work and returns some hits. However, inside of Kile, using the Find in Files or Find in Project functions which use grep it returns no hits (though searching other normal strings does work, so I know it is searching the right files). Is there a different way I could specify this string? I also tried
.'
\.\'
\\.\\'
".'"
"\.\'"
"\\.\\'"
but they did not work either.
JosephWright - I only tagged the topic 'Kile', so I thought it was pretty relevant to that :). If it is not "tex" enough, feel free to delete it.
– David Doria Oct 16 '12 at 22:20