From mboxrd@z Thu Jan 1 00:00:00 1970 From: chrisw@rice.edu (Christopher Warrington) Date: Thu, 11 Oct 2007 12:29:22 -0500 Subject: [sup-talk] BufferManager.ask and trailing spaces Message-ID: <1192123728-sup-9568@chris-tablet> I am currently adding code to support refinement of searches. Basically, I just copy the old query and make it the default text for the new query. I accomplish this by doing: BufferManager.ask :refine_search, "query: ", old_query + " " However, the trailing space is being stripped out. I cannot figure out where this is happening. How can I stop this from happening? -- Christopher Warrington Jones College