bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#8136: searching for multiple words in M-x customize window is broken


From: Zachary Kanfer
Subject: bug#8136: searching for multiple words in M-x customize window is broken
Date: Sun, 27 Feb 2011 23:37:10 -0500

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
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

Attachment: customize-search.txt
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]