From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Fri, 26 Oct 2007 17:48:55 -0700 Subject: [sup-talk] BufferManager.ask and trailing spaces In-Reply-To: <1192123728-sup-9568@chris-tablet> References: <1192123728-sup-9568@chris-tablet> Message-ID: <1193446123-sup-1011@south> Excerpts from Christopher Warrington's message of Thu Oct 11 10:29:22 -0700 2007: > 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? Should be fixed in SVN. -- William