From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Re: `ido.el' improvement Date: Mon, 13 Sep 2004 16:20:28 -0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <200409131620.28267.pogonyshev@gmx.net> References: <200409112016.06451.pogonyshev@gmx.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1095083399 21425 80.91.229.6 (13 Sep 2004 13:49:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Sep 2004 13:49:59 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 13 15:49:42 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C6rDB-0005Cz-00 for ; Mon, 13 Sep 2004 15:49:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C6rIi-0004gg-7j for ged-emacs-devel@m.gmane.org; Mon, 13 Sep 2004 09:55:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C6rIa-0004fF-K5 for emacs-devel@gnu.org; Mon, 13 Sep 2004 09:55:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C6rIZ-0004cl-0C for emacs-devel@gnu.org; Mon, 13 Sep 2004 09:55:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C6rIY-0004cV-Qp for emacs-devel@gnu.org; Mon, 13 Sep 2004 09:55:14 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1C6rBr-0003cg-27 for emacs-devel@gnu.org; Mon, 13 Sep 2004 09:48:19 -0400 Original-Received: (qmail 3114 invoked by uid 65534); 13 Sep 2004 13:41:30 -0000 Original-Received: from unknown (EHLO localhost.localdomain) (195.50.12.117) by mail.gmx.net (mp011) with SMTP; 13 Sep 2004 15:41:30 +0200 X-Authenticated: #16844820 Original-To: rms@gnu.org User-Agent: KMail/1.4.3 In-Reply-To: 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27078 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27078 > + (defcustom ido-match-leading-dot nil > + "*Non-nil means that `ido' will match leading dot as prefix > + even if the rest of text is matched as substring. I.e. hidden > > Please keep in mind that the first line of a doc string > is supposed to stand on its own. OK, I will. Anyway, this was replaced with another (similar) patch. Paul