From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.devel Subject: RE: find-file-project Date: Wed, 20 Jan 2016 14:48:06 -0800 (PST) Message-ID: <1d448ddb-cb25-4c0a-80df-7321f83b13ad@default> References: <86pp1j4ejm.fsf@stephe-leake.org> <55F899EA.7050700@yandex.ru> <86lhc73wog.fsf@stephe-leake.org> <55F8F2FA.6060902@yandex.ru> <867fnq1oe9.fsf@stephe-leake.org> <55F9A13A.3070101@yandex.ru> <55FB01BD.1070909@yandex.ru> <568C6DE5.8040201@yandex.ru> <568F1327.30905@yandex.ru> <569DD470.2060603@yandex.ru> <569ED9F6.3050003@yandex.ru> <569EE733.6090406@yandex.ru> <569FAA57.5000302@yandex.ru> <56A00663.7050705@yandex.ru> <6028e88e-e79d-4e85-b759-0f5c75902da0@default> <56A0099A.5070305@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1453330110 667 80.91.229.3 (20 Jan 2016 22:48:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Jan 2016 22:48:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 20 23:48:18 2016 Return-path: Envelope-to: ged-emacs-devel@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 1aM1Y1-0007So-Ph for ged-emacs-devel@m.gmane.org; Wed, 20 Jan 2016 23:48:17 +0100 Original-Received: from localhost ([::1]:45353 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aM1Y0-0007cY-Uc for ged-emacs-devel@m.gmane.org; Wed, 20 Jan 2016 17:48:16 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aM1Xw-0007cM-VJ for emacs-devel@gnu.org; Wed, 20 Jan 2016 17:48:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aM1Xt-000160-Lg for emacs-devel@gnu.org; Wed, 20 Jan 2016 17:48:12 -0500 Original-Received: from userp1040.oracle.com ([156.151.31.81]:43727) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aM1Xt-00015V-F2 for emacs-devel@gnu.org; Wed, 20 Jan 2016 17:48:09 -0500 Original-Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u0KMm8JY011379 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 20 Jan 2016 22:48:08 GMT Original-Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by userv0022.oracle.com (8.14.4/8.13.8) with ESMTP id u0KMm7w5016067 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Wed, 20 Jan 2016 22:48:07 GMT Original-Received: from abhmp0013.oracle.com (abhmp0013.oracle.com [141.146.116.19]) by userv0121.oracle.com (8.13.8/8.13.8) with ESMTP id u0KMm7N4030838; Wed, 20 Jan 2016 22:48:07 GMT In-Reply-To: <56A0099A.5070305@yandex.ru> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6691.5000 (x86)] X-Source-IP: userv0022.oracle.com [156.151.31.74] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:198471 Archived-At: > > Please do not break `minibuffer-completion-table' or its use. > > I use it, including modifying it on the fly, during completion. >=20 > Would it be that hard for you to update your code? It's in wiki. Yes, no doubt. And why should I need to? `minibuffer-completion-table' is documented for users, in the Elisp manual (node Completion Commands), along with the other important minibuffer variables - with which I hope you will also not mess. And it has been thus since Day One (e.g., Emacs 18). Why do you think you need to screw with this longstanding feature? Would it be that hard for you to update _your_ code - to fit Emacs?