22 Jun Search Lilypond User Mailing List
window.getTerms = function() { var entry = document.getElementById('terms'); var rawTerms = (entry) ? entry.value : 'foo' ; var escapedTerms = rawTerms.replace( / /g, '+' ); } window.getSearchUrl = function() { var terms = getTerms(); return "https://www.google.com search?q=site%3Alists.gnu.org%2Farchive%2Fhtml%2Flilypond-user+" + terms; } ...