From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Tue, 06 Nov 2007 14:41:37 -0800 Subject: [sup-talk] new in svn: in-buffer search Message-ID: <1194388505-sup-2866@south> Thanks to Eyal Oren, who took a first crack at a patch and got me excited, SVN head now has in-buffer search. First, note that I've remapped the index search from '/' to '\'. Hah! '/' now does an in-buffer search, highlights the results, and jumps to the first one. 'n' jumps to the next result; ^G or any other key cancels the current search. Also note that the search is restricted to exactly what you see on the screen. Collapsed messages in thread-view-mode, etc must be uncollapsed in order to be in-buffer search candidates. Maybe there will be fancier behavior in the future. Future plans: regex search (very easy to do now), and use the highlighting code to make search-results-mode nicer. -- William