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: read-face-name PROMPT arg should be self-contained, including ": " Date: Mon, 19 Mar 2007 15:43:48 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1174333457 29250 80.91.229.12 (19 Mar 2007 19:44:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Mar 2007 19:44:17 +0000 (UTC) Cc: Tamas Patrovics , emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 19 20:44:11 2007 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 1HTNlt-0002BR-G2 for ged-emacs-devel@m.gmane.org; Mon, 19 Mar 2007 20:43:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTNnN-00018r-1s for ged-emacs-devel@m.gmane.org; Mon, 19 Mar 2007 14:45:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HTNnJ-00018a-MR for emacs-devel@gnu.org; Mon, 19 Mar 2007 15:45:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HTNnG-00018O-0y for emacs-devel@gnu.org; Mon, 19 Mar 2007 15:45:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTNnF-00018L-UQ for emacs-devel@gnu.org; Mon, 19 Mar 2007 14:45:21 -0500 Original-Received: from tomts13-srv.bellnexxia.net ([209.226.175.34]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HTNll-00069Z-Ct for emacs-devel@gnu.org; Mon, 19 Mar 2007 15:43:49 -0400 Original-Received: from ceviche.home ([70.55.81.12]) by tomts13-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070319194348.ICDD1593.tomts13-srv.bellnexxia.net@ceviche.home> for ; Mon, 19 Mar 2007 15:43:48 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 71C38B4FB8; Mon, 19 Mar 2007 15:43:48 -0400 (EDT) In-Reply-To: (Drew Adams's message of "Mon\, 19 Mar 2007 10\:24\:59 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (gnu/linux) X-detected-kernel: Solaris 8 (1) 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:68114 Archived-At: >> >> I was recently thinking that rather than adding new history vars >> >> everywhere all the time, we could change the history navigation >> >> to automatically skip entries which are not completion >> >> candidates (at least for those cases that are `must-match'). ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > If so, then this would still be limiting for non-`must-match', IIUC. If you > wanted to be able to cycle to a history entry that is not in the initial set > of completions, you could not. Which part of my quoted text (underlined above) did you not understand? Stefan