From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.devel Subject: Re: lisp-completion question Date: Thu, 04 Jul 2013 08:04:11 +0200 Organization: Emacs Helm Message-ID: <8738ru6euc.fsf@gmail.com> References: <8761x1f6e1.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1372917870 2183 80.91.229.3 (4 Jul 2013 06:04:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Jul 2013 06:04:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 04 08:04:31 2013 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 1Uucec-00021o-Uu for ged-emacs-devel@m.gmane.org; Thu, 04 Jul 2013 08:04:31 +0200 Original-Received: from localhost ([::1]:43382 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uucec-0000ep-5E for ged-emacs-devel@m.gmane.org; Thu, 04 Jul 2013 02:04:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuceY-0000eh-Qp for emacs-devel@gnu.org; Thu, 04 Jul 2013 02:04:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UuceV-0000Be-9G for emacs-devel@gnu.org; Thu, 04 Jul 2013 02:04:26 -0400 Original-Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:44190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UuceV-0000BO-2q for emacs-devel@gnu.org; Thu, 04 Jul 2013 02:04:23 -0400 Original-Received: by mail-wi0-f177.google.com with SMTP id ey16so833658wid.16 for ; Wed, 03 Jul 2013 23:04:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:organization:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=Q2MbXmZhKtz+qnYHQnKWdkrRRRuFlLByMthWaHgjlHc=; b=BrASjw627UnKExFxdeyaVOsABlD+FpaNE9kpMby5xJTnAZhMf7fdpgAm9XZR17fShm wLHpmwMWR5H6ySX668F2odIcu04mPryyDTHhKPDyjJxH3uLBWDFqx9Cgh/pcDUU3G6CL 4tdXuQGERVWeoWntz++ilcQKkNLLmernTXqAiehw1nDjQMFr+AItUymRVJUpwHwL+Vnb lpKuq+GlnnqGRoUfbBtPk+q8TUbeuNqit2V1Jl+Q/jcwqKQ6jO/JvjCRvuWhVB0n4PUm uN/wbhq0gQ5bU4vwNM4W9/KpBPLLyv7Wpx9t0XBjg+QoxAH8wW5G7vcPSgsn+VPY8LSk KvaA== X-Received: by 10.180.12.45 with SMTP id v13mr20047596wib.7.1372917861976; Wed, 03 Jul 2013 23:04:21 -0700 (PDT) Original-Received: from dell-14z ([37.160.51.222]) by mx.google.com with ESMTPSA id w4sm1080468wia.9.2013.07.03.23.04.19 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 03 Jul 2013 23:04:21 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Wed, 03 Jul 2013 20:24:45 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::231 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:161511 Archived-At: Hello Stefan, Stefan Monnier writes: >> It seem `lisp-completion-at-point' is no more returning :predicate, >> (accessible in emacs-24.3 with (plist-get plist :predicate)) >> is it wanted? > > It sometimes does, sometimes doesn't. Do you see a difference in the > resulting behavior? Yes, for me here it is never returned and as result, (predicate is nil) I get all the unbounded symbol in the resulting lists, so I dont use anymore this function, I must use my own completing function with a predicate determined by a function based on emacs-24.3 code. > Very much so, indeed, thanks for catching this typo. Feel free to > install that patch, Please, do it, I don't use anymore bzr. Thanks. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997