From: chrisw@rice.edu (Christopher Warrington)
Subject: [sup-talk] [PATCH] fixed crasher when refining search
Date: Sat, 2 Feb 2008 21:49:04 -0600 [thread overview]
Message-ID: <1202010544-816-1-git-send-email-chrisw@rice.edu> (raw)
In-Reply-To: <1202005927-sup-5664@south>
Refine Search no longer crashes.
---
lib/sup/modes/search-results-mode.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
mode change 100644 => 100755 lib/sup/modes/search-results-mode.rb
diff --git a/lib/sup/modes/search-results-mode.rb b/lib/sup/modes/search-results-mode.rb
old mode 100644
new mode 100755
index f64a227..a03f0a2
--- a/lib/sup/modes/search-results-mode.rb
+++ b/lib/sup/modes/search-results-mode.rb
@@ -15,7 +15,7 @@ class SearchResultsMode < ThreadIndexMode
def refine_search
query = BufferManager.ask :search, "query: ", (@qobj.to_s + " ")
return unless query && query !~ /^\s*$/
- SearchResultsMode.spawn_from_query query, @qopts
+ SearchResultsMode.spawn_from_query query
end
## a proper is_relevant? method requires some way of asking ferret
--
1.5.3.8
next prev parent reply other threads:[~2008-02-03 3:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-26 5:32 [sup-talk] [PATCH] fixed crasher when refining search and updated keybinding Christopher Warrington
2008-01-27 17:01 ` John Bent
2008-02-03 2:35 ` William Morgan
2008-02-03 2:34 ` William Morgan
2008-02-03 3:49 ` Christopher Warrington [this message]
2008-02-03 3:49 ` [sup-talk] [PATCH] tweaked Refine Search keybinding Christopher Warrington
2008-02-03 5:09 ` William Morgan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1202010544-816-1-git-send-email-chrisw@rice.edu \
--to=chrisw@rice.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox