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: completion-all-completions not backward compatible? Date: Fri, 10 Jun 2011 09:17:25 -0700 Message-ID: References: <19954.16384.717779.359889@gargle.gargle.HOWL> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1307723002 1270 80.91.229.12 (10 Jun 2011 16:23:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Jun 2011 16:23:22 +0000 (UTC) To: , Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 10 18:23:18 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QV4UP-00056m-3P for ged-emacs-devel@m.gmane.org; Fri, 10 Jun 2011 18:23:17 +0200 Original-Received: from localhost ([::1]:36451 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QV4UO-0001wb-3V for ged-emacs-devel@m.gmane.org; Fri, 10 Jun 2011 12:23:16 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QV4Oy-0000jD-R0 for emacs-devel@gnu.org; Fri, 10 Jun 2011 12:17:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QV4Ow-0001un-RM for emacs-devel@gnu.org; Fri, 10 Jun 2011 12:17:40 -0400 Original-Received: from rcsinet10.oracle.com ([148.87.113.121]:19077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QV4Ow-0001uP-FN for emacs-devel@gnu.org; Fri, 10 Jun 2011 12:17:38 -0400 Original-Received: from rtcsinet22.oracle.com (rtcsinet22.oracle.com [66.248.204.30]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id p5AGHYul010719 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 10 Jun 2011 16:17:36 GMT Original-Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by rtcsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p5AGHXoL021394 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 10 Jun 2011 16:17:34 GMT Original-Received: from abhmt014.oracle.com (abhmt014.oracle.com [141.146.116.23]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p5AGHR4G016855; Fri, 10 Jun 2011 11:17:27 -0500 Original-Received: from dradamslap1 (/10.159.60.68) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 10 Jun 2011 09:17:27 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <19954.16384.717779.359889@gargle.gargle.HOWL> Thread-Index: AcwniH6aiMulZmQjT42OkIF4Wat3ywAAUIFA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6090 X-Source-IP: rtcsinet22.oracle.com [66.248.204.30] X-CT-RefId: str=0001.0A090209.4DF243A0.013C:SCFSTAT5015188,ss=1,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 148.87.113.121 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:140342 Archived-At: > Would it be possible to make the metadata argument to > completion-all-completions optional --- at present, it's breaking > code that calls that function with 4 rather than 5 arguments. See bug #8795 (it covers both `completion-all-completions' and `completion-try-completion').