From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 25 19:12:29 2015 Received: (at submit) by debbugs.gnu.org; 25 Apr 2015 23:12:29 +0000 Received: from localhost ([127.0.0.1]:40017 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ym9FM-0006Sq-7e for submit@debbugs.gnu.org; Sat, 25 Apr 2015 19:12:28 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52112) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ym8hK-0005gJ-Of for submit@debbugs.gnu.org; Sat, 25 Apr 2015 18:37:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ym8hE-0004an-90 for submit@debbugs.gnu.org; Sat, 25 Apr 2015 18:37:13 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:49022) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ym8hE-0004ag-6t for submit@debbugs.gnu.org; Sat, 25 Apr 2015 18:37:12 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ym8hA-00041X-70 for bug-gnu-emacs@gnu.org; Sat, 25 Apr 2015 18:37:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ym8Re-0008Fo-4H for bug-gnu-emacs@gnu.org; Sat, 25 Apr 2015 18:21:11 -0400 Received: from mout.web.de ([212.227.17.12]:59107) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ym8Rd-0008Fc-PQ for bug-gnu-emacs@gnu.org; Sat, 25 Apr 2015 18:21:06 -0400 Received: from [192.168.1.3] ([95.208.230.141]) by smtp.web.de (mrweb102) with ESMTPSA (Nemesis) id 0MGRZc-1YYxAO0Iam-00DIRi for ; Sun, 26 Apr 2015 00:21:04 +0200 Message-ID: <553C134F.4060306@web.de> Date: Sun, 26 Apr 2015 00:21:03 +0200 From: Alexander Miller User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: bug-gnu-emacs@gnu.org Subject: 24.5; completion-at-point not working with prefix starting with '(:' Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:f1RyzmZ968tBev1tLciq2Q31quKEF9BgEoG/8WwzoX0ea4uAxIR mU57HY5ZNfs2Gp4aIeMLP8HNI2lKthO7wx3/VXDH4o1SZh42N2A3KSfNGrxwqYNz44DRGOp ECYm5sgAVE2aBt+mF7LDw5hf9DzKb6Sa47XgB8+T2kmeCdYRKPgBSYQm3YLtDieE1Eu6o8f 5hJx5NQsPf11InVZ/tK4A== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] 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.1 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 25 Apr 2015 19:12:26 -0400 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.1 (----) The issue can best be demonstrated as follows: * Start vanilla emacs via emacs -q * Switch to scratch buffer * Enter the string '(:backg' * Toggle completion-at-point (using C-M-i and M-x makes no difference) * emacs will incorrectly report that no matches have been found What should happen is that the prefix is completed to ':background'. Removing the open paren and trying to complete with ':backg' as prefix leads to the correct behaviour. The above is just a specific example. In general completion-at-point is not correctly completing for all of emacs' keywords which start with a colon if the colon is preceded by '('. In GNU Emacs 24.5.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.16.2) of 2015-04-20 on bitzer.hoetzel.info Windowing system distributor `The X.Org Foundation', version 11.0.11701000 Configured using: `configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --localstatedir=/var --with-x-toolkit=gtk3 --with-xft 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4' CPPFLAGS=-D_FORTIFY_SOURCE=2 LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro' Important settings: value of $LANG: de_DE.UTF-8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. No match [2 times] You can run the command `completion-at-point' with C-M-i No match [4 times] Making completion list... Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message idna format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr mail-utils help-mode easymenu time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind gfilenotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) Memory information: ((conses 16 74736 8772) (symbols 48 17662 0) (miscs 40 42 206) (strings 32 9306 4675) (string-bytes 1 253406) (vectors 16 8988) (vector-slots 8 383795 17139) (floats 8 64 248) (intervals 56 221 24) (buffers 960 13) (heap 1024 33123 898)) From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 27 00:47:42 2015 Received: (at 20425) by debbugs.gnu.org; 27 Apr 2015 04:47:42 +0000 Received: from localhost ([127.0.0.1]:40768 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YmaxJ-0006wQ-KU for submit@debbugs.gnu.org; Mon, 27 Apr 2015 00:47:41 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:20872) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YmaxH-0006wA-LC; Mon, 27 Apr 2015 00:47:39 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgUFAGvvdVRMCqjW/2dsb2JhbAA3gVOhb4EIgXUBAQQBViMFCws0EhQYDSSIE6IRi3YCFRQJOgkDA4M+AwkBD4NXBKNjhFg X-IPAS-Result: AgUFAGvvdVRMCqjW/2dsb2JhbAA3gVOhb4EIgXUBAQQBViMFCws0EhQYDSSIE6IRi3YCFRQJOgkDA4M+AwkBD4NXBKNjhFg X-IronPort-AV: E=Sophos;i="5.11,557,1422939600"; d="scan'208";a="117510465" Received: from 76-10-168-214.dsl.teksavvy.com (HELO ceviche.home) ([76.10.168.214]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 27 Apr 2015 00:47:34 -0400 Received: by ceviche.home (Postfix, from userid 20848) id 087186610A; Mon, 27 Apr 2015 00:47:34 -0400 (EDT) From: Stefan Monnier To: Alexander Miller Subject: Re: bug#20425: 24.5; completion-at-point not working with prefix starting with '(:' Message-ID: References: <553C134F.4060306@web.de> Date: Mon, 27 Apr 2015 00:47:33 -0400 In-Reply-To: <553C134F.4060306@web.de> (Alexander Miller's message of "Sun, 26 Apr 2015 00:21:03 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 20425 Cc: 20425@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 (/) tags 20425 notabug thanks > * Start vanilla emacs via emacs -q > * Switch to scratch buffer > * Enter the string '(:backg' > * Toggle completion-at-point (using C-M-i and M-x makes no difference) [ Nitpick: "toggle" is not what you mean to stay. ] > * Emacs will incorrectly report that no matches have been found But this is correct: the scratch buffer is intended for Elisp code, and (:background ...) is not valid Elisp code because there is no :background function (or macro). > The above is just a specific example. In general completion-at-point is > not correctly completing for all of emacs' keywords which start with a > colon if the colon is preceded by '('. Could you provide some other example, where the "colon something" fails to complete, whereas it really should be completed (because indeed, it is not in a position corresponding to a function call)? Stefan From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 27 08:50:24 2015 Received: (at 20425) by debbugs.gnu.org; 27 Apr 2015 12:50:24 +0000 Received: from localhost ([127.0.0.1]:40929 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YmiUR-0004iQ-Of for submit@debbugs.gnu.org; Mon, 27 Apr 2015 08:50:24 -0400 Received: from chene.dit.umontreal.ca ([132.204.246.20]:39697) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YmiUP-0004iG-JJ for 20425@debbugs.gnu.org; Mon, 27 Apr 2015 08:50:21 -0400 Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id t3RCoKd4023901; Mon, 27 Apr 2015 08:50:20 -0400 Received: by pastel.home (Postfix, from userid 20848) id E38C119DA; Mon, 27 Apr 2015 08:50:19 -0400 (EDT) From: Stefan Monnier To: Alexander Miller Subject: Re: bug#20425: 24.5; completion-at-point not working with prefix starting with '(:' Message-ID: References: <553C134F.4060306@web.de> <553E1C44.7020607@web.de> Date: Mon, 27 Apr 2015 08:50:19 -0400 In-Reply-To: <553E1C44.7020607@web.de> (Alexander Miller's message of "Mon, 27 Apr 2015 13:23:48 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV5289=0 X-NAI-Spam-Version: 2.3.0.9393 : core <5289> : inlines <2797> : streams <1429453> : uri <1916742> X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: 20425 Cc: 20425@debbugs.gnu.org, dgutov@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: -1.3 (-) [ Please keep the Cc. ] > `(some-face ((,class (:backg Thanks. Indeed, M-TAB at the end of the previous line incorrectly claims there's no completion, even that this "(:backg" is not a "function call", so it should complete against "anything we can find". Dmitry, could you take a look at this? Stefan From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 27 13:08:27 2015 Received: (at control) by debbugs.gnu.org; 27 Apr 2015 17:08:27 +0000 Received: from localhost ([127.0.0.1]:41455 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YmmWA-0006mg-C0 for submit@debbugs.gnu.org; Mon, 27 Apr 2015 13:08:26 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:41658 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YmmW7-0006mU-Ev for control@debbugs.gnu.org; Mon, 27 Apr 2015 13:08:23 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1YmmW7-0006wH-6E for control@debbugs.gnu.org; Mon, 27 Apr 2015 13:08:23 -0400 Date: Mon, 27 Apr 2015 13:08:23 -0400 Message-Id: Subject: control message for bug 20425 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control 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: -5.0 (-----) tag 20425 - notabug From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 27 23:25:50 2015 Received: (at 20425) by debbugs.gnu.org; 28 Apr 2015 03:25:50 +0000 Received: from localhost ([127.0.0.1]:41861 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ymw9d-0000Yr-Fl for submit@debbugs.gnu.org; Mon, 27 Apr 2015 23:25:50 -0400 Received: from mail-wg0-f42.google.com ([74.125.82.42]:35181) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ymw9b-0000Ye-3m for 20425@debbugs.gnu.org; Mon, 27 Apr 2015 23:25:47 -0400 Received: by wgyo15 with SMTP id o15so136207113wgy.2 for <20425@debbugs.gnu.org>; Mon, 27 Apr 2015 20:25:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=9UZtEO3PLO8ea1uEoYcf1KEVGXw7ELpSaSxE61+xVlc=; b=KJxDczkTisKWW7HSbYfdCZyL+ppwAZOTIuD7V8nqc2o9dGAMEsEOZKN/7E02au5Cvn NRUoJw1tEFj7Te9V2s9e2reWAGh8LI0XU0kTpUPpixy4slhCda/JEAUOtOMyGWNgnkSj wcwjBqTI5lthFEgdAHaEuQqDBRyE6dyKoN36shFzat6NR/Dt2cfQZuRl+lq0imSx5HLR yfBLHQ+UUqrDbq6RKkUOBmNh9ByeeUh0Dx51CXzpgak2J4LktVNf2A7l5UzCdszZWu5u qUtG2luppGimUNj7G6c6z1roPQz/UHnLXoFsZgqvDC6Um85hSQnHV3Wee12ucYxzfisn jhQg== X-Received: by 10.180.88.8 with SMTP id bc8mr25438784wib.19.1430191541405; Mon, 27 Apr 2015 20:25:41 -0700 (PDT) Received: from [192.168.1.2] ([82.102.93.54]) by mx.google.com with ESMTPSA id k2sm14241394wif.3.2015.04.27.20.25.40 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Apr 2015 20:25:41 -0700 (PDT) Message-ID: <553EFDB3.5080005@yandex.ru> Date: Tue, 28 Apr 2015 06:25:39 +0300 From: Dmitry Gutov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Thunderbird/36.0 MIME-Version: 1.0 To: Stefan Monnier , Alexander Miller Subject: Re: bug#20425: 24.5; completion-at-point not working with prefix starting with '(:' References: <553C134F.4060306@web.de> <553E1C44.7020607@web.de> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 20425 Cc: 20425@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.7 (/) On 04/27/2015 03:50 PM, Stefan Monnier wrote: > Thanks. Indeed, M-TAB at the end of the previous line incorrectly claims > there's no completion, even that this "(:backg" is not a "function > call", so it should complete against "anything we can find". As a first pass, this patch seems to help (here and in bug#19529, which is apparently a duplicate). It'll also make things worse for macro writers, but the existing `elisp--form-quoted-p' usage doesn't exactly cater to them either. I should really revisit the "macroexpand all the things for completion" discussion. diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index ad35c48..ca6042a 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el @@ -480,7 +480,7 @@ It can be quoted, or be inside a quoted form." (when (and end (or (not (nth 8 (syntax-ppss))) (eq (char-before beg) ?`))) (let ((table-etc - (if (not funpos) + (if (or (not funpos) (elisp--form-quoted-p beg)) ;; FIXME: We could look at the first element of the list and ;; use it to provide a more specific completion table in some ;; cases. E.g. filter out keywords that are not understood by From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 28 01:19:29 2015 Received: (at control) by debbugs.gnu.org; 28 Apr 2015 05:19:29 +0000 Received: from localhost ([127.0.0.1]:41865 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ymxvc-0003Dr-KJ for submit@debbugs.gnu.org; Tue, 28 Apr 2015 01:19:28 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:56026 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ymxva-0003Dj-OW for control@debbugs.gnu.org; Tue, 28 Apr 2015 01:19:27 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Ymxva-0006bl-1T for control@debbugs.gnu.org; Tue, 28 Apr 2015 01:19:26 -0400 Date: Tue, 28 Apr 2015 01:19:26 -0400 Message-Id: Subject: control message for bug 20425 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control 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: -5.0 (-----) merge 19529 20425 From debbugs-submit-bounces@debbugs.gnu.org Sun May 03 17:12:44 2015 Received: (at 20425-done) by debbugs.gnu.org; 3 May 2015 21:12:44 +0000 Received: from localhost ([127.0.0.1]:60976 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yp1Bs-00069I-H0 for submit@debbugs.gnu.org; Sun, 03 May 2015 17:12:44 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:33585) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yp1Br-00068s-De for 20425-done@debbugs.gnu.org; Sun, 03 May 2015 17:12:43 -0400 Received: by wief7 with SMTP id f7so65028520wie.0 for <20425-done@debbugs.gnu.org>; Sun, 03 May 2015 14:12:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=qBeiqBjrvCuDJdoqGpz4zRZklZvdxsYVaqxD1KhnRUk=; b=AWCnIAJE3Nk7zmatVir8jrRm9p1VjQ8dQoa0VyKgQ3UeNfdpEyVRy3zJ17Agw0ftLC MGUaXNT6Rq/YwmM5xka0cO3IVUiBOOZigLALIVwpTDfMJcrJTX1NcZpXrq3kp6NgJ2mb /bNkMbVBK1ZKPoeTYMPblSUqEWj0FkqgOMBx9VLLyA+s+HTz4JlSksjJ1wv+Fo689JOx k1aKdTLiWQwZcPT0smTBsfZ13JoTfNIiT2IS+BAzewAKR9KjMqOGkW6OZ9AV/g0zD04E yF367zAfAggBz+5NVnXwC/EG/7RPpuCBik1LdifaHB0zTfGCbURrDuma1zIzAjiX0X1Z 8shw== X-Received: by 10.180.72.230 with SMTP id g6mr14261912wiv.39.1430687558008; Sun, 03 May 2015 14:12:38 -0700 (PDT) Received: from [192.168.1.2] ([82.102.93.54]) by mx.google.com with ESMTPSA id gs7sm8162970wib.10.2015.05.03.14.12.36 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 03 May 2015 14:12:37 -0700 (PDT) Subject: Re: bug#20425: 24.5; completion-at-point not working with prefix starting with '(:' To: Stefan Monnier , Alexander Miller references: <553C134F.4060306@web.de> <553E1C44.7020607@web.de> From: Dmitry Gutov message-id: <55468F40.6020009@yandex.ru> Date: Mon, 4 May 2015 00:12:32 +0300 user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0 mime-version: 1.0 in-reply-to: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 20425-done Cc: 20425-done@debbugs.gnu.org, Giulio Petrucci 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 (/) Version: 25.1 Should work fine now. Thanks all. From unknown Sat Aug 09 13:01:50 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 01 Jun 2015 11: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