From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 04 22:55:29 2014 Received: (at submit) by debbugs.gnu.org; 5 Feb 2014 03:55:30 +0000 Received: from localhost ([127.0.0.1]:50000 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WAtaD-0003tO-JG for submit@debbugs.gnu.org; Tue, 04 Feb 2014 22:55:29 -0500 Received: from eggs.gnu.org ([208.118.235.92]:57688) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WAtaA-0003tF-SD for submit@debbugs.gnu.org; Tue, 04 Feb 2014 22:55:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAta4-0003TM-Pc for submit@debbugs.gnu.org; Tue, 04 Feb 2014 22:55:26 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:52428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAta4-0003TE-MW for submit@debbugs.gnu.org; Tue, 04 Feb 2014 22:55:20 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59388) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAtZy-0006zN-Bw for bug-gnu-emacs@gnu.org; Tue, 04 Feb 2014 22:55:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAtZr-0003Bm-SM for bug-gnu-emacs@gnu.org; Tue, 04 Feb 2014 22:55:14 -0500 Received: from mail-ea0-x22d.google.com ([2a00:1450:4013:c01::22d]:60941) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAtZr-00037F-M8 for bug-gnu-emacs@gnu.org; Tue, 04 Feb 2014 22:55:07 -0500 Received: by mail-ea0-f173.google.com with SMTP id d10so4783016eaj.32 for ; Tue, 04 Feb 2014 19:55:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id:mime-version:content-type; bh=zOc3PwPxvCWKhYj6O4PAgxA3bJ1maN4Nb8ViF4OaUMs=; b=LnlC7yfz10QyDeX+uw0UOS5cnvzr/UFnOoPR0y+NMXeUq6rmrKBI1LO9t2XiqDy4bX zyDYeJSsZOSdN80FUia2ab4uxhEEgoKOUdmMgcvNidJ26JIHUDRvySHXEAbhcMxXxOkL a45RqKgSIbcuKdzfLYseTMe3CichUvYS6GoPneP4ozzzTIYITFGbZw6JmpZmqQErgGeM XzahIHyqLtmEmapwYw33/4NQF12yYQTVg/vwWll16LpB0mqOfCYsnEHCYbZw0lRpIMav eJ1Srhq+85NMAuF3O9BpFOh7Lq1lTn/3QM1dMlcf9DVPZg1CJxSmOU9+Y7h3adApUQMT L+Iw== X-Received: by 10.14.39.3 with SMTP id c3mr19637406eeb.42.1391572506395; Tue, 04 Feb 2014 19:55:06 -0800 (PST) Received: from axl (83-46-90.netrun.cytanet.com.cy. [83.168.46.90]) by mx.google.com with ESMTPSA id 8sm90885658eef.1.2014.02.04.19.55.04 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 04 Feb 2014 19:55:05 -0800 (PST) From: Dmitry Gutov To: bug-gnu-emacs@gnu.org Subject: 24.3.50; lisp-completion-at-point suggests unbound symbols Date: Wed, 05 Feb 2014 05:54:58 +0200 Message-ID: <87wqha8b8t.fsf@yandex.ru> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) 1. Open scratch buffer in emacs-lisp-mode. 2. Type `(+ d', press C-M-i. 3. See all kinds of symbols among the suggestions, starting `d', `d1ei' and `d2ei'. None of these three are bound variables. But I suppose they are present in obarray. Unless we're certain that the symbol we're completing won't be evaluated directly, though (i.e. the head of the current list is a macro), I don't think unbound symbols should be among the suggestions. Otherwise, this completion looks too much like dabbrev, and if I wanted that, I could just press M-/. In GNU Emacs 24.3.50.5 (x86_64-unknown-linux-gnu, GTK+ Version 3.8.6) of 2014-02-01 on axl Repository revision: 116234 dgutov@yandex.ru-20140201170608-2rn2phrkukqt84gm Windowing system distributor `The X.Org Foundation', version 11.0.11405000 System Description: Ubuntu 13.10 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 06 00:37:50 2014 Received: (at 16646-done) by debbugs.gnu.org; 6 Feb 2014 05:37:50 +0000 Received: from localhost ([127.0.0.1]:51895 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBHen-0002SW-Jd for submit@debbugs.gnu.org; Thu, 06 Feb 2014 00:37:49 -0500 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:19458) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBHek-0002SK-Qo for 16646-done@debbugs.gnu.org; Thu, 06 Feb 2014 00:37:47 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av8EABK/CFFFpZBG/2dsb2JhbABEuzWDWRdzgh4BAQQBViMFCwsOJhIUGA0kiB4GwS2RCgOIYZwZgV6DFQ X-IPAS-Result: Av8EABK/CFFFpZBG/2dsb2JhbABEuzWDWRdzgh4BAQQBViMFCwsOJhIUGA0kiB4GwS2RCgOIYZwZgV6DFQ X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="46898114" Received: from 69-165-144-70.dsl.teksavvy.com (HELO pastel.home) ([69.165.144.70]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 06 Feb 2014 00:37:45 -0500 Received: by pastel.home (Postfix, from userid 20848) id 6E8EE60063; Thu, 6 Feb 2014 00:37:45 -0500 (EST) From: Stefan Monnier To: Dmitry Gutov Subject: Re: bug#16646: 24.3.50; lisp-completion-at-point suggests unbound symbols Message-ID: References: <87wqha8b8t.fsf@yandex.ru> Date: Thu, 06 Feb 2014 00:37:45 -0500 In-Reply-To: <87wqha8b8t.fsf@yandex.ru> (Dmitry Gutov's message of "Wed, 05 Feb 2014 05:54:58 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 16646-done Cc: 16646-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) > 1. Open scratch buffer in emacs-lisp-mode. > 2. Type `(+ d', press C-M-i. > 3. See all kinds of symbols among the suggestions, starting `d', > `d1ei' and `d2ei'. None of these three are bound variables. I believe I've fixed this in trunk. Stefan From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 06 08:33:45 2014 Received: (at 16646) by debbugs.gnu.org; 6 Feb 2014 13:33:45 +0000 Received: from localhost ([127.0.0.1]:52227 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBP5M-0002lQ-LN for submit@debbugs.gnu.org; Thu, 06 Feb 2014 08:33:44 -0500 Received: from mail-ea0-f173.google.com ([209.85.215.173]:35460) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBP5K-0002lG-LF for 16646@debbugs.gnu.org; Thu, 06 Feb 2014 08:33:43 -0500 Received: by mail-ea0-f173.google.com with SMTP id d10so890185eaj.18 for <16646@debbugs.gnu.org>; Thu, 06 Feb 2014 05:33:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=nrH+zIFQGRUfuqbZctt49k9D6o8ThmH6gHTbPk+Pu/0=; b=dq/n+tIg/gwR5N66SBeefBkxtY4up02CfwvYoE93AlPlygGEU6zO16jU9lmjJrMt2z zeSTUNGzTRQ3d9j/VSpatxJrf3aGb0WyBVTHowTi5AXRYjaKsGCr2ZgJJOCMIgbohuDE TadgPy4Aow1vyxTJXcB6BLsWt85IKUuvRBZ9c8IzvunRwS22RyH5ht/B/svxRroxVW46 HGVTu5zUvpOIp1Ni0I1KMTW1s+l+DOHyn3yeKbd4+JsMQ9tsBVyHYhZowngBpmT1zYS4 jTpvEoG/tieTaPBuUZ9gJpfuK3HbhiJ6HKI7JE3osM5pEzmQYkoZEbHUozh6R+St4uDF nAxQ== X-Received: by 10.14.216.3 with SMTP id f3mr8956738eep.66.1391693621709; Thu, 06 Feb 2014 05:33:41 -0800 (PST) Received: from axl (62-36-157.netrun.cytanet.com.cy. [62.228.36.157]) by mx.google.com with ESMTPSA id d9sm3710832eei.9.2014.02.06.05.33.39 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 06 Feb 2014 05:33:41 -0800 (PST) From: Dmitry Gutov To: 16646@debbugs.gnu.org Subject: Re: bug#16646: 24.3.50; lisp-completion-at-point suggests unbound symbols References: <87wqha8b8t.fsf@yandex.ru> Date: Thu, 06 Feb 2014 15:33:34 +0200 In-Reply-To: (Stefan Monnier's message of "Thu, 06 Feb 2014 00:37:45 -0500") Message-ID: <874n4cv00h.fsf@yandex.ru> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 16646 Cc: monnier@iro.umontreal.ca X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Stefan Monnier writes: > I believe I've fixed this in trunk. Thanks! From unknown Sat Sep 06 12:37:53 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 07 Mar 2014 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator