From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#19877: 24.4; highlight-regexp displays nonsense options for faces Date: Wed, 18 Feb 2015 20:23:29 +0200 Organization: LINKOV.NET Message-ID: <87zj8baxjy.fsf@mail.linkov.net> References: <54E0E63C.8010907@gmx.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1424283990 31753 80.91.229.3 (18 Feb 2015 18:26:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Feb 2015 18:26:30 +0000 (UTC) Cc: 19877@debbugs.gnu.org To: Boruch Baum Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Feb 18 19:26:20 2015 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YO9KF-000377-1t for geb-bug-gnu-emacs@m.gmane.org; Wed, 18 Feb 2015 19:26:19 +0100 Original-Received: from localhost ([::1]:52211 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO9KE-0004CD-GV for geb-bug-gnu-emacs@m.gmane.org; Wed, 18 Feb 2015 13:26:18 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO9K5-00042k-GK for bug-gnu-emacs@gnu.org; Wed, 18 Feb 2015 13:26:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YO9Jz-0006s0-CD for bug-gnu-emacs@gnu.org; Wed, 18 Feb 2015 13:26:09 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:56755) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO9Jz-0006rr-9J for bug-gnu-emacs@gnu.org; Wed, 18 Feb 2015 13:26:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YO9Jz-000594-53 for bug-gnu-emacs@gnu.org; Wed, 18 Feb 2015 13:26:03 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 18 Feb 2015 18:26:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19877 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 19877-submit@debbugs.gnu.org id=B19877.142428390619709 (code B ref 19877); Wed, 18 Feb 2015 18:26:03 +0000 Original-Received: (at 19877) by debbugs.gnu.org; 18 Feb 2015 18:25:06 +0000 Original-Received: from localhost ([127.0.0.1]:47994 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YO9J4-00057k-AA for submit@debbugs.gnu.org; Wed, 18 Feb 2015 13:25:06 -0500 Original-Received: from ps18281.dreamhost.com ([69.163.222.226]:35379 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YO9J1-00057Z-JT for 19877@debbugs.gnu.org; Wed, 18 Feb 2015 13:25:03 -0500 Original-Received: from localhost.linkov.net (ps18281.dreamhostps.com [69.163.222.226]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 66CB131D3DB8A1; Wed, 18 Feb 2015 10:25:02 -0800 (PST) In-Reply-To: <54E0E63C.8010907@gmx.com> (Boruch Baum's message of "Sun, 15 Feb 2015 13:32:28 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:99552 Archived-At: > 2] on the issue of the strange entries in the history, I've only traced > the lisp code as far as `read-from-minibuffer' in minibuf.c These additional entries in the history are all faces that you can select if you want instead of the small set of default faces at the beginning of the list. Maybe the list of all faces (that come after the default faces) should be better sorted somehow, e.g. alphabetically or by use frequency. PS: Regarding the default faces used twice, I don't know the reason why it was implemented this way, so it seems your patch will improve it.