From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "T. V. Raman" Newsgroups: gmane.emacs.devel Subject: completion-all-completions not backward compatible? Date: Fri, 10 Jun 2011 09:02:08 -0700 Message-ID: <19954.16384.717779.359889@gargle.gargle.HOWL> Reply-To: tv.raman.tv@gmail.com 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 1307722051 27366 80.91.229.12 (10 Jun 2011 16:07:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Jun 2011 16:07:31 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 10 18:07:28 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 1QV4F5-0005md-Q2 for ged-emacs-devel@m.gmane.org; Fri, 10 Jun 2011 18:07:27 +0200 Original-Received: from localhost ([::1]:56089 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QV4F5-0006P8-3i for ged-emacs-devel@m.gmane.org; Fri, 10 Jun 2011 12:07:27 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:49118) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QV4A7-0005Bh-5y for emacs-devel@gnu.org; Fri, 10 Jun 2011 12:02:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QV4A6-0007hk-1O for emacs-devel@gnu.org; Fri, 10 Jun 2011 12:02:19 -0400 Original-Received: from mail-pz0-f41.google.com ([209.85.210.41]:42185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QV4A5-0007hS-JJ for emacs-devel@gnu.org; Fri, 10 Jun 2011 12:02:17 -0400 Original-Received: by pzk4 with SMTP id 4so1575372pzk.0 for ; Fri, 10 Jun 2011 09:02:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:content-type :content-transfer-encoding:message-id:date:to:subject:x-mailer :reply-to:from:x-attribution; bh=XffXGkVp3V+iYU0v52805jsrEul1ka8y9NbszCxuOZE=; b=Gkx1AKv2SmdpspHx9EF8xU5FNUzq+4J3RaHZAOIWNCbe8PMf/bY5HS8KtRRV2UYGHY QxHEoVRJ5S2ahNizE2KLYfE3SB0bHAtpTNuGwwWrvDtrepjVpWE94XfwEHkTioozbEEX hsY95tpusGpulwUHvv6fubVoDjd8D5mMtv5uE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:content-type:content-transfer-encoding:message-id:date :to:subject:x-mailer:reply-to:from:x-attribution; b=x6h4OfImn2ytO9jDanVwxPOm/vplzZDPfQ8MCxBfeb8tWDVntlInTh9BlTuNjCfNs3 fDqoRM5TAAiwrUCcBKA7C1v5SHwpECdRfgr3w0rP4IlJk3F30J+AE+tF3uoewBXmylPM FlCkheHtPKEKiVn3B3zh40A5an1nNRa3jEHFM= Original-Received: by 10.68.27.103 with SMTP id s7mr1031539pbg.246.1307721736061; Fri, 10 Jun 2011 09:02:16 -0700 (PDT) Original-Received: from labrador.emacspeak.org (c-71-202-188-217.hsd1.ca.comcast.net [71.202.188.217]) by mx.google.com with ESMTPS id i7sm2425994pbj.74.2011.06.10.09.02.12 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 10 Jun 2011 09:02:13 -0700 (PDT) X-Mailer: VM 8.1.1 under 24.0.50.1 (i686-pc-linux-gnu) x-attribution: tvr X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.41 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:140340 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. -- Best Regards, --raman