|
From: | GNU bug Tracking System |
Subject: | [Emacs-bug-tracker] bug#8136: closed (searching for multiple words in M-x customize window is broken) |
Date: | Fri, 04 Mar 2011 02:27:01 +0000 |
Your message dated Fri, 4 Mar 2011 03:25:37 +0100 with message-id <address@hidden> and subject line Re: bug#8136: searching for multiple words in M-x customize window is broken has caused the GNU bug report #8136, regarding searching for multiple words in M-x customize window is broken to be marked as done. (If you believe you have received this mail in error, please contact address@hidden) -- 8136: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8136 GNU Bug Tracking System Contact address@hidden with problems
--- Begin Message ---Subject: searching for multiple words in M-x customize window is broken This bug exists in Emacs built from the bzr source code, version GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu) of 2011-02-27 on zck-desktop Date: Sun, 27 Feb 2011 23:37:10 -0500
Steps to reproduce:
1. M-x customize<ret>
2. Go to the search bar, and type in "grouping backslash", without quotes.
3. Press enter, and get the message that no results have been found.
4. Change the search query to "backslash", again without quotes, and press enter. One result is found: "Font Lock Regexp Grouping Backslash", which should be found for the previous search.
This behavior is exhibited for any query with multiple words.
Attached is a patch which splits the input string before passing it to customize-apropos, which already handles lists of strings.
-Zachary Kanfer
customize-search.txt
Description: Text document
--- End Message ---
--- Begin Message ---Subject: Re: bug#8136: searching for multiple words in M-x customize window is broken Date: Fri, 4 Mar 2011 03:25:37 +0100 On Mon, Feb 28, 2011 at 05:37, Zachary Kanfer <address@hidden> wrote: > Attached is a patch which splits the input string before passing it to > customize-apropos, which already handles lists of strings. Applied, thanks. Juanma
--- End Message ---
[Prev in Thread] | Current Thread | [Next in Thread] |