From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Yanking isearch to highlight-regexp Date: Sun, 29 Jun 2008 16:05:59 -0400 Message-ID: References: <4853F884.7000609@gmail.com> <7dbe73ed0806141442h342f8ff0u83863f3980a7e229@mail.gmail.com> <48545D78.8080103@gmail.com> <4854E536.8040407@gmail.com> <87k5gql900.fsf@jurta.org> <878wwp1an8.fsf@jurta.org> <871w2gi58m.fsf@jurta.org> <87d4m0c9md.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1214770059 29239 80.91.229.12 (29 Jun 2008 20:07:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Jun 2008 20:07:39 +0000 (UTC) Cc: David Koppelman , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 29 22:08:23 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KD3C3-0006BI-RH for ged-emacs-devel@m.gmane.org; Sun, 29 Jun 2008 22:08:16 +0200 Original-Received: from localhost ([127.0.0.1]:32870 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KD3BD-0006dZ-QR for ged-emacs-devel@m.gmane.org; Sun, 29 Jun 2008 16:07:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KD39v-0005HK-0E for emacs-devel@gnu.org; Sun, 29 Jun 2008 16:06:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KD39t-0005G7-6f for emacs-devel@gnu.org; Sun, 29 Jun 2008 16:06:02 -0400 Original-Received: from [199.232.76.173] (port=54800 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KD39t-0005G2-3C for emacs-devel@gnu.org; Sun, 29 Jun 2008 16:06:01 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:24979 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KD39t-0004oP-0d for emacs-devel@gnu.org; Sun, 29 Jun 2008 16:06:01 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjQFAEaIZ0hFxIdG/2dsb2JhbACBWqxhgXo X-IronPort-AV: E=Sophos;i="4.27,723,1204520400"; d="scan'208";a="23743831" Original-Received: from 69-196-135-70.dsl.teksavvy.com (HELO pastel.home) ([69.196.135.70]) by ironport2-out.teksavvy.com with ESMTP; 29 Jun 2008 16:05:59 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id BDE4E835A; Sun, 29 Jun 2008 16:05:59 -0400 (EDT) In-Reply-To: <87d4m0c9md.fsf@jurta.org> (Juri Linkov's message of "Sun, 29 Jun 2008 22:29:59 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:100165 Archived-At: > However, I think it is inconvenient when face names are mixed with other > input in the default history list `minibuffer-history'. We could create > a new history list `face-name-history' specially for face names entered > in the face-reading commands. That sounds cleaner, indeed. Stefan