From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 13 11:10:18 2015 Received: (at submit) by debbugs.gnu.org; 13 Feb 2015 16:10:18 +0000 Received: from localhost ([127.0.0.1]:42047 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YMIoq-0005Nm-ST for submit@debbugs.gnu.org; Fri, 13 Feb 2015 11:10:18 -0500 Received: from eggs.gnu.org ([208.118.235.92]:39249) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YMIon-0005NX-Dh for submit@debbugs.gnu.org; Fri, 13 Feb 2015 11:10:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMIod-0002fV-HQ for submit@debbugs.gnu.org; Fri, 13 Feb 2015 11:10:07 -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.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:53925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMIod-0002dZ-FI for submit@debbugs.gnu.org; Fri, 13 Feb 2015 11:10:03 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMImE-0006nR-01 for bug-gnu-emacs@gnu.org; Fri, 13 Feb 2015 11:07:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMImA-0002Bb-Mf for bug-gnu-emacs@gnu.org; Fri, 13 Feb 2015 11:07:33 -0500 Received: from mail-we0-x235.google.com ([2a00:1450:400c:c03::235]:49044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMImA-0002BJ-CA for bug-gnu-emacs@gnu.org; Fri, 13 Feb 2015 11:07:30 -0500 Received: by mail-we0-f181.google.com with SMTP id w62so17476941wes.12 for ; Fri, 13 Feb 2015 08:07:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=iMThmM105oJ4Hdh2sUSlOJ5pgMweWqkxXpgq8Z7ZqJ8=; b=kfHmqgZPP8q01MYNAsCyoa19svAQHd0TInkb1mMig6pE6M8wCrS24oHbXJCqmbYcT5 yrqPkXtYrzE/UY5u2XVCnXa4oVOJiKrvr5KUAggSCGx3vWth5Ee7roZigjD01Sq2fFw/ FK/RKq1qRviVIxfBijr6I82Fyl+/aaVcjZFvEyKjoj/tOAfLb0EE/sC8J/ndsNNmwy0h fhXEXSgU46asKyyRnvrjErNZugWB0GwPzO9AmajNJtEynjnLT6qTdEXDtVJs52sTdiEs J5lJxRHpwTF0Gv2IA5VNrNyGK1OHk5K8Y1h9FCRtY7OiBLRaRvCaP9AyR7fC8dEYpckB fDMQ== X-Received: by 10.194.157.68 with SMTP id wk4mr19804227wjb.123.1423843648670; Fri, 13 Feb 2015 08:07:28 -0800 (PST) Received: from dell-14z (lbe83-2-78-243-104-167.fbx.proxad.net. [78.243.104.167]) by mx.google.com with ESMTPSA id z6sm7481056wix.20.2015.02.13.08.07.27 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 13 Feb 2015 08:07:27 -0800 (PST) From: Thierry Volpiatto To: bug-gnu-emacs@gnu.org Subject: 25.0.50; completion-extra-properties in emacs-25 Date: Fri, 13 Feb 2015 17:07:25 +0100 Message-ID: <87h9updcci.fsf@gmail.com> 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 (----) Hi, I am using completion-extra-properties to extract :annotation-function. This was working fine the last two years and still working in emacs-24 branch. I use (plist-get completion-extra-properties :annotation-function) to extract this value, and unfortunately this value has disapeared in emacs-25: ;; emacs-24 Result: (:annotation-function #[[...][fboundp intern-soft " "] 4 "\n\n(fn STR)"] :company-doc-buffer lisp--company-doc-buffer :company-docsig lisp--company-doc-string :company-location lisp--company-location) ;; emacs-25 Result: (:company-doc-buffer elisp--company-doc-buffer :company-docsig elisp--company-doc-string :company-location elisp--company-location) The question is how one extract this value, now, in emacs-25. Thanks. In GNU Emacs 25.0.50.1 (x86_64-unknown-linux-gnu, X toolkit) of 2015-02-08 on dell-14z Repository revision: dcec731abfc110f719f0890fd0769e099393af7d Windowing system distributor `The X.Org Foundation', version 11.0.11501000 System Description: Ubuntu 14.04.1 LTS Configured using: `configure --with-x-toolkit=lucid --without-toolkit-scroll-bars --without-gconf --without-gsettings' Configured features: XAW3D XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS NOTIFY LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB Important settings: value of $LANG: fr_FR.UTF-8 locale-coding-system: utf-8-unix Major mode: Emacs-Lisp Minor modes in effect: diff-auto-refine-mode: t git-gutter-mode: t psession-mode: t golden-ratio-mode: t winner-mode: t global-undo-tree-mode: t undo-tree-mode: t auto-image-file-mode: t eldoc-in-minibuffer-mode: t show-paren-mode: t display-time-mode: t recentf-mode: t savehist-mode: t minibuffer-depth-indicate-mode: t helm-descbinds-mode: t helm-mode: t shell-dirtrack-mode: t helm-adaptive-mode: t helm-match-plugin-mode: t helm-occur-match-plugin-mode: t helm-autoresize-mode: t tooltip-mode: t global-eldoc-mode: t eldoc-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t Recent messages: Back to top level C-x C-g is undefined Quit Mark set [4 times] Auto-saving...done Mark set next-line: End of buffer Mark activated next-line: End of buffer Mark set [2 times] Load-path shadows: ~/elisp/auctex/lpath hides ~/elisp/emacs-wget/lpath /usr/local/share/emacs/25.0.50/lisp/emacs-lisp/tq hides ~/elisp/emms/lisp/tq Features: (shadow epa-mail helm-ring emacsbug cl-indent mule-util helm-command helm-elisp helm-eval edebug make-mode bug-reference add-log vc-filewise vc-rcs conf-mode markdown-mode sh-script smie executable vc-git diff-mode naquadah-theme em-unix em-script em-prompt em-ls em-hist em-pred em-glob em-dirs em-cmpl em-basic em-banner em-alias align-let git-gutter server psession golden-ratio winner undo-tree diff slime-xref-browser slime-banner slime-tramp slime-asdf slime-fancy slime-trace-dialog slime-fontifying-fu slime-package-fu slime-references slime-compiler-notes-tree slime-scratch slime-presentations bridge slime-fuzzy slime-fancy-trace slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc slime-repl slime-parse slime etags xref arc-mode archive-mode image-file xdvi-search preview-latex tex-site auto-loads pcomplete-extension pcmpl-unix pcmpl-gnu em-term term disp-table ehelp python eldoc-eval warnings whitespace paren time recentf tree-widget savehist mu4e-config org-mu4e helm-mu mu4e-contrib mu4e mu4e-speedbar speedbar sb-image ezimage dframe mu4e-main mu4e-view mu4e-headers mu4e-compose mu4e-draft mu4e-actions ido rfc2368 mu4e-mark mu4e-message html2text mu4e-proc mu4e-utils mu4e-lists mu4e-about mu4e-vars mu4e-meta gnus-dired nnir gnus-sum gnus-group gnus-undo gnus-start gnus-cloud nnimap nnmail mail-source tls utf7 netrc parse-time gnus-spec gnus-int gnus-range gnus-win nnoo config-w3m w3m-search w3m doc-view jka-compr image-mode timezone w3m-hist w3m-fb bookmark-w3m w3m-ems w3m-ccl ccl w3m-favicon w3m-image w3m-proc w3m-util w3m-load smtpmail-async smtpmail sendmail dired-async iterator lacarte iedit-rect iedit iedit-lib smallurl mm-url gnus gnus-ems nnheader wid-edit rectangle-utils rect ledger-config ledger esh-var esh-io esh-cmd esh-opt esh-ext esh-proc esh-groups eshell esh-module esh-mode esh-arg esh-util tv-utils pcvs vc-cvs pcvs-parse pcvs-info pcvs-defs pcvs-util ewoc mb-depth cl-info hyperspec esh-toggle flymake no-word htmlize cl dired-extension emms-vlc-config emms-playlist-limit emms-volume emms-volume-amixer emms-i18n emms-history emms-score emms-stream-info emms-metaplaylist-mode emms-bookmarks emms-cue emms-mode-line-icon emms-browser sort emms-playlist-sort emms-last-played emms-player-xine emms-player-mpd tq emms-playing-time emms-lyrics emms-url hl-line emms-tag-editor emms-mark emms-mode-line emms-cache emms-info-ogginfo emms-info-mp3info emms-playlist-mode emms-player-vlc emms-player-mplayer emms-info emms-streams later-do emms-source-playlist emms-source-file emms-player-simple emms-setup emms emms-compat org-config-thierry ob-sh org-crypt appt diary-lib diary-loaddefs org-annotation-helper addressbook-bookmark message rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev mail-utils gmm-utils mailheader firefox-protocol bookmark-firefox-handler bookmark-extensions init-helm-thierry helm-descbinds helm-extensions-autoloads helm-mode helm-files image-dired tramp tramp-compat tramp-loaddefs trampver shell dired-x dired-aux ffap thingatpt helm-buffers helm-elscreen helm-tags helm-bookmark helm-adaptive helm-info helm-net browse-url xml url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf mailcap bookmark pp helm-locate helm-help helm-org org-location-google-maps org-agenda google-maps google-maps-static url-util url-parse url-vars google-maps-geocode google-maps-base json org org-macro org-footnote org-pcomplete pcomplete org-list org-faces org-entities noutline outline org-version ob-emacs-lisp ob ob-tangle ob-ref ob-lob ob-table ob-exp org-src ob-keys ob-comint ob-core ob-eval org-compat org-macs org-loaddefs format-spec find-func cal-menu calendar cal-loaddefs helm-match-plugin helm-grep wgrep-helm wgrep helm-regexp helm-plugin grep helm-external helm-utils dired compile comint ansi-color ring helm easy-mmode helm-source eieio-compat helm-config helm-autoloads async-bytecomp async helm-aliases epa-file epa derived epg auth-source eieio byte-opt bytecomp byte-compile cl-extra seq cconv eieio-core cl-generic pcase gnus-util mm-util mail-prsvr password-cache cl-macs gv slime-autoloads package epg-config time-date avoid cus-start cus-load w3m-wget info easymenu edmacro kmacro advice help-fns net-utils cl-loaddefs cl-lib tooltip eldoc 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 elisp-mode 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 cl-preloaded 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 font-render-setting x-toolkit x multi-tty emacs) Memory information: ((conses 16 505737 44697) (symbols 48 58403 3) (miscs 40 523 1192) (strings 32 147864 17304) (string-bytes 1 4336678) (vectors 16 54587) (vector-slots 8 903454 26650) (floats 8 1778 612) (intervals 56 3932 269) (buffers 976 115) (heap 1024 66478 2883)) -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 13 12:49:28 2015 Received: (at 19854) by debbugs.gnu.org; 13 Feb 2015 17:49:28 +0000 Received: from localhost ([127.0.0.1]:42106 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YMKMp-0007iN-NY for submit@debbugs.gnu.org; Fri, 13 Feb 2015 12:49:27 -0500 Received: from mail-we0-f176.google.com ([74.125.82.176]:42376) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YMKMn-0007i5-1w for 19854@debbugs.gnu.org; Fri, 13 Feb 2015 12:49:25 -0500 Received: by mail-we0-f176.google.com with SMTP id x3so18055555wes.7 for <19854@debbugs.gnu.org>; Fri, 13 Feb 2015 09:49:19 -0800 (PST) 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:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=z6dEtPkXgNpqUgfYtKx9qOFg+K3A5Oj7K+BAxejgSWQ=; b=u4OI1T79rCiKIj9QgzyLeoBzx6Xa6MonYr1rvB1tBDNHfwGEJbcNItiY4Z+uwJcp/k tePfJXwTGdDXxfR3BFy3yspvpvVDTtLO49M+2NnndtcY94Tzxfnxp25UiVp/b1jZ86li mGHxI8qSuL8n1INzNQNes9xtQl2THE6MSboSROQ/NONRvHBqN7KdDNr8RiAfg5SNZpBv 5Wg5qGQTpxi67WElsnQwwryH4pzjJZo79uxtkLqNTF8FryGLSWyJSCIuCCw5E631gkt6 0VlL7/S3G9G4AStGKqtzT4hwWgLsvuyAxOOnaLok81m+RqQwFoNTyKLbtchz43/hgxIW Iuiw== X-Received: by 10.181.13.14 with SMTP id eu14mr7029805wid.2.1423849759110; Fri, 13 Feb 2015 09:49:19 -0800 (PST) Received: from [192.168.0.185] (static-nbl2-118.cytanet.com.cy. [212.31.107.118]) by mx.google.com with ESMTPSA id fo17sm10975842wjc.19.2015.02.13.09.49.18 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Feb 2015 09:49:18 -0800 (PST) Message-ID: <54DE391D.2080001@yandex.ru> Date: Fri, 13 Feb 2015 19:49:17 +0200 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: Thierry Volpiatto , 19854@debbugs.gnu.org Subject: Re: bug#19854: 25.0.50; completion-extra-properties in emacs-25 References: <87h9updcci.fsf@gmail.com> In-Reply-To: <87h9updcci.fsf@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19854 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 (/) Hi! On 02/13/2015 06:07 PM, Thierry Volpiatto wrote: > I use (plist-get completion-extra-properties :annotation-function) > to extract this value, and unfortunately this value has disapeared in > emacs-25: Are you sure it should be in that list, in the context you're trying? Sometimes elisp-completion-at-point includes it in the properties, but sometimes (like when the symbol is always a function, or always a variable), it doesn't. What could have changed between 24 and 25, is it being more clever about discerning those cases. From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 13 14:27:37 2015 Received: (at 19854) by debbugs.gnu.org; 13 Feb 2015 19:27:37 +0000 Received: from localhost ([127.0.0.1]:42236 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YMLto-0001fZ-FB for submit@debbugs.gnu.org; Fri, 13 Feb 2015 14:27:36 -0500 Received: from mail-wg0-f53.google.com ([74.125.82.53]:58676) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YMLtm-0001fG-Cz for 19854@debbugs.gnu.org; Fri, 13 Feb 2015 14:27:34 -0500 Received: by mail-wg0-f53.google.com with SMTP id a1so2003434wgh.12 for <19854@debbugs.gnu.org>; Fri, 13 Feb 2015 11:27:28 -0800 (PST) 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=hyNA/R03dKu6SOGAVb6GsqbZZV5emNXqBwkackqLzEA=; b=OCXtxMEUkJSbPhP80o+wqGOCB7fea6Ga9JcehHBR6OcYd0cKkMD8JXfm8APbpALkuE 7TYN4Hs3RZdFI4Mkuz2UHWtbqK/TtnuhGSmMT0Nb4Fh2hxHaPjfEYCnPIHgEpBIprY9x wgjMkymMUJjiSF8TFnkHcwrvenD9aNK/9E6d2pmR+Uf1AhxDoLHb7Z/oPWNtEwmGrWKE 0yqgro7wWOxLXbQCfpWvekLn/kXA1LKxyTroEaaj8jK36TxE2NeSp7cBbgAccRX/35Ao 0Ws+jw1hcmEq2ce375cyOFnQ66U4/FLEV/vr/rJN62d/DJafUbu7tbWPiwZ4OYePI2nF TOow== X-Received: by 10.194.237.34 with SMTP id uz2mr20894529wjc.157.1423855648747; Fri, 13 Feb 2015 11:27:28 -0800 (PST) Received: from [192.168.0.185] (static-nbl2-118.cytanet.com.cy. [212.31.107.118]) by mx.google.com with ESMTPSA id uo6sm11242471wjc.49.2015.02.13.11.27.27 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Feb 2015 11:27:28 -0800 (PST) Message-ID: <54DE501E.2080807@yandex.ru> Date: Fri, 13 Feb 2015 21:27:26 +0200 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: Thierry Volpiatto Subject: Re: bug#19854: 25.0.50; completion-extra-properties in emacs-25 References: <87h9updcci.fsf@gmail.com> <54DE391D.2080001@yandex.ru> <87fva9d397.fsf@gmail.com> In-Reply-To: <87fva9d397.fsf@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19854 Cc: 19854@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 02/13/2015 09:23 PM, Thierry Volpiatto wrote: > Depend if a paren is preceding the symbol or not: > > (foo => no symbol > foo => display the symbol when foo-etc is a function of course. Is that how it works, or how you think it should work? From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 13 14:58:39 2015 Received: (at 19854) by debbugs.gnu.org; 13 Feb 2015 19:58:39 +0000 Received: from localhost ([127.0.0.1]:42251 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YMMNr-0002Xi-4e for submit@debbugs.gnu.org; Fri, 13 Feb 2015 14:58:39 -0500 Received: from mail-wg0-f53.google.com ([74.125.82.53]:63048) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YMMNo-0002XO-JU for 19854@debbugs.gnu.org; Fri, 13 Feb 2015 14:58:37 -0500 Received: by mail-wg0-f53.google.com with SMTP id a1so2142230wgh.12 for <19854@debbugs.gnu.org>; Fri, 13 Feb 2015 11:58:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:cc:subject:in-reply-to:date:message-id :mime-version:content-type; bh=8n9/X96Sx1/yMysfthFkqHqcTaeSEjV+KZuoy//NA9o=; b=WpxZcI1rPEWYSj3GuKqBNXy0KopN2gE/E24/vD6Vg1zJfZQM8HdtUQyjyICmx8ZKd+ pZLpwJfDnwr/0crGNvszY9fTYfc8MjIZa+OvxWN934gI+FvzD0x1ewjKhqccha15wbrd RnfGE2NWJyXnrf1V6fWYgngLXkE3tNm8f2Axf+tybsvfwC9L8UQnhfSSqJtDVH+MM1Ee AFnTclq/W0p3M0g8w2DVubNaOTvxyR68ZEbLpf6wUEacLnrUoyZxAEfkb+rena9CpoWk nk4q/Pv+tc6nsoCoXVhuZ91lAhosP5pmY0u5qw2iRMS0ccxI6pwo6qBaD2l3dXS0PHDf y8YA== X-Received: by 10.194.184.212 with SMTP id ew20mr22453815wjc.88.1423857510899; Fri, 13 Feb 2015 11:58:30 -0800 (PST) Received: from dell-14z (lbe83-2-78-243-104-167.fbx.proxad.net. [78.243.104.167]) by mx.google.com with ESMTPSA id jg3sm8251095wid.0.2015.02.13.11.58.29 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 13 Feb 2015 11:58:30 -0800 (PST) References: <87h9updcci.fsf@gmail.com> <54DE391D.2080001@yandex.ru> <87fva9d397.fsf@gmail.com> <54DE501E.2080807@yandex.ru> From: Thierry Volpiatto To: Dmitry Gutov Subject: Re: bug#19854: 25.0.50; completion-extra-properties in emacs-25 In-reply-to: <54DE501E.2080807@yandex.ru> Date: Fri, 13 Feb 2015 20:58:28 +0100 Message-ID: <87d25dd1nf.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19854 Cc: 19854@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 (/) Dmitry Gutov writes: > On 02/13/2015 09:23 PM, Thierry Volpiatto wrote: > >> Depend if a paren is preceding the symbol or not: >> >> (foo => no symbol >> foo => display the symbol when foo-etc is a function of course. > > Is that how it works, or how you think it should work? Well IIRC it have always worked like this. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 13 15:06:52 2015 Received: (at 19854) by debbugs.gnu.org; 13 Feb 2015 20:06:52 +0000 Received: from localhost ([127.0.0.1]:42255 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YMMVo-0002k8-Ct for submit@debbugs.gnu.org; Fri, 13 Feb 2015 15:06:52 -0500 Received: from mail-wg0-f41.google.com ([74.125.82.41]:61216) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YMMVm-0002jv-Cf for 19854@debbugs.gnu.org; Fri, 13 Feb 2015 15:06:50 -0500 Received: by mail-wg0-f41.google.com with SMTP id b13so18887921wgh.0 for <19854@debbugs.gnu.org>; Fri, 13 Feb 2015 12:06:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:cc:subject:in-reply-to:date:message-id :mime-version:content-type; bh=CCzPlsWrdFKbwdGn3kauwQMVfxY8lz3JZIKKuSLENqk=; b=J5/PrCcckV8Ho9uwN1REV09X7uX7NlnD4o2yH+Y7na0eU7PWQzWMiliPCZ6PA0SIuc AF8XG8V02B+dAdoazWofnjq/yrQqt0s6wZe2qFyE18bd0q4WXEAOWt7cIzGomoosFvxz DzqvBdDe+y2C+DhZCFaM00q8ply7t+NeHgDAog5UFrqnyrAUtSpZtCvW8FX+7xjG/kbO OJFfHxTJ4pAGPgPTmIlSTuoJXsh3/Yz0Gu7OI0ynM3Ofwl/qFK+PD3HwWxesBQVUkYxB Qk/ju54ohGr8ME7AYaH9uInynMz+9rIDnc8cxoprHQEiCg+d7abL4AWb138hzU2IIYeH 9MHQ== X-Received: by 10.181.27.168 with SMTP id jh8mr19702234wid.56.1423858004883; Fri, 13 Feb 2015 12:06:44 -0800 (PST) Received: from dell-14z (lbe83-2-78-243-104-167.fbx.proxad.net. [78.243.104.167]) by mx.google.com with ESMTPSA id a5sm4232594wib.20.2015.02.13.12.06.43 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 13 Feb 2015 12:06:44 -0800 (PST) References: <87h9updcci.fsf@gmail.com> <54DE391D.2080001@yandex.ru> <87fva9d397.fsf@gmail.com> <54DE501E.2080807@yandex.ru> From: Thierry Volpiatto To: Dmitry Gutov Subject: Re: bug#19854: 25.0.50; completion-extra-properties in emacs-25 In-reply-to: <54DE501E.2080807@yandex.ru> Date: Fri, 13 Feb 2015 21:06:42 +0100 Message-ID: <87bnkxd19p.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19854 Cc: 19854@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 (/) Dmitry Gutov writes: > On 02/13/2015 09:23 PM, Thierry Volpiatto wrote: > >> Depend if a paren is preceding the symbol or not: >> >> (foo => no symbol >> foo => display the symbol when foo-etc is a function of course. > > Is that how it works, or how you think it should work? Here the link of the feature request I had about this describing the problem: https://github.com/emacs-helm/helm/issues/407 -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 13 17:08:49 2015 Received: (at 19854) by debbugs.gnu.org; 13 Feb 2015 22:08:49 +0000 Received: from localhost ([127.0.0.1]:42327 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YMOPo-0006zF-PE for submit@debbugs.gnu.org; Fri, 13 Feb 2015 17:08:49 -0500 Received: from mail-we0-f170.google.com ([74.125.82.170]:52729) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YMOPl-0006z2-W6 for 19854@debbugs.gnu.org; Fri, 13 Feb 2015 17:08:46 -0500 Received: by mail-we0-f170.google.com with SMTP id q59so19226346wes.1 for <19854@debbugs.gnu.org>; Fri, 13 Feb 2015 14:08:40 -0800 (PST) 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=AmfOIqzUbOkJVXzQAChak57R7Z+nqabC9NStdg8+nXg=; b=JHmoo7tqDO97dRxIWDg+apcIEibeVkYBhLzTomyPWcxAyu20dA6a23MLvBaex3vJxb 9Uwe6Rhi9Iw8RuBO3cDwWM1949bxR8AauvA0MVxPp9F1b4+xXZCuZaNJxpXhEPCHH2z3 QYYCwraPxFPoFBFbWnh0lfZf6qlaiVa7LipVQ0Oda/ShqIiOxfRtbjmTzzSdcmtpEPxh UVIz7KOsVcd2ct4w59DUlYCR/zfyQmFuokV/dL6i3S8j05TwY3/F7afImQ4Y7qnZE0Nw reNPfyVol4+GNECHRw279O64pNLih72VYshjr7a7bUBmn2etz3zixpAicdtNhOoIn/Re VtdQ== X-Received: by 10.180.219.66 with SMTP id pm2mr20031878wic.91.1423865320533; Fri, 13 Feb 2015 14:08:40 -0800 (PST) Received: from [192.168.0.185] (static-nbl2-118.cytanet.com.cy. [212.31.107.118]) by mx.google.com with ESMTPSA id kj8sm11716018wjc.29.2015.02.13.14.08.39 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Feb 2015 14:08:40 -0800 (PST) Message-ID: <54DE75E6.9030400@yandex.ru> Date: Sat, 14 Feb 2015 00:08:38 +0200 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: Thierry Volpiatto Subject: Re: bug#19854: 25.0.50; completion-extra-properties in emacs-25 References: <87h9updcci.fsf@gmail.com> <54DE391D.2080001@yandex.ru> <87fva9d397.fsf@gmail.com> <54DE501E.2080807@yandex.ru> <87d25dd1nf.fsf@gmail.com> In-Reply-To: <87d25dd1nf.fsf@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19854 Cc: 19854@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 02/13/2015 09:58 PM, Thierry Volpiatto wrote: > Well IIRC it have always worked like this. Please be more clear: if it's "always worked like this", and presumably continues to do so, then what's the problem? Otherwise, an example of buffer contents would help. > Here the link of the feature request I had about this This issue is closed. Doesn't that mean that the problem is resolved? From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 14 00:29:27 2015 Received: (at 19854) by debbugs.gnu.org; 14 Feb 2015 05:29:27 +0000 Received: from localhost ([127.0.0.1]:42571 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YMVIE-0007Ry-Dh for submit@debbugs.gnu.org; Sat, 14 Feb 2015 00:29:26 -0500 Received: from mail-wg0-f54.google.com ([74.125.82.54]:48893) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YMVIC-0007Rk-1z for 19854@debbugs.gnu.org; Sat, 14 Feb 2015 00:29:24 -0500 Received: by mail-wg0-f54.google.com with SMTP id y19so20257280wgg.13 for <19854@debbugs.gnu.org>; Fri, 13 Feb 2015 21:29:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:cc:subject:in-reply-to:date:message-id :mime-version:content-type; bh=3SEQvTlZO/DaRYxmK27PMjRckslBDzeX/Zmsn2XL9dA=; b=W4P0IG0/chFpDWKUEBV7tFwatoub4Px+h0WBiOuveEWpLBIhoUquqw5til/TKnxcRn wRyOn5JvZoxA8v/nip6O8kMr/gDAOJ3R5cDI4MiywRXVtmJrtz6sc6mCQxwNo8wxQDOo AmuTHqmawQ70bTopvQgFnil9VRVxhEHdQu+BbB+1CW4PmFHUqL3ERSBycQztmP7XjVdg cSXxS2pTR+B3uOLMg1ONYPjOnC07orY8zvvRbs9KyQq2m/MgJb5NvnF1KYiJRu9RsMFq XvjYoVfXuTv81Krt3WyKfXwU0X7NPo47R7qeEKrt1CEDiZwgsTZUycGL2zGqf9Uh5WNQ 2Mmg== X-Received: by 10.194.2.240 with SMTP id 16mr25877050wjx.108.1423891758261; Fri, 13 Feb 2015 21:29:18 -0800 (PST) Received: from dell-14z (lbe83-2-78-243-104-167.fbx.proxad.net. [78.243.104.167]) by mx.google.com with ESMTPSA id hm6sm12774973wjb.32.2015.02.13.21.29.17 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 13 Feb 2015 21:29:17 -0800 (PST) References: <87h9updcci.fsf@gmail.com> <54DE391D.2080001@yandex.ru> <87fva9d397.fsf@gmail.com> <54DE501E.2080807@yandex.ru> <87d25dd1nf.fsf@gmail.com> <54DE75E6.9030400@yandex.ru> From: Thierry Volpiatto To: Dmitry Gutov Subject: Re: bug#19854: 25.0.50; completion-extra-properties in emacs-25 In-reply-to: <54DE75E6.9030400@yandex.ru> Date: Sat, 14 Feb 2015 06:29:15 +0100 Message-ID: <87a90hcb84.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19854 Cc: 19854@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 (/) Dmitry Gutov writes: > On 02/13/2015 09:58 PM, Thierry Volpiatto wrote: >> Well IIRC it have always worked like this. > > Please be more clear: if it's "always worked like this", and presumably > continues to do so, then what's the problem? I think I was clear, It's always worked like this until now in emacs-25 where it is not working at all, even from emacs -Q, if it were working I would not send a bug report right ? > Otherwise, an example of buffer contents would help. It is easy you take emacs-24 and you complete against a symbol in scratch buffer preceded by a paren and then not preceded by a paren, then you switch to emacs-25 and you do the same. > > Here the link of the feature request I had about this > > This issue is closed. Doesn't that mean that the problem is resolved? Same, if problem was resolved I would not send a bugreport, as I said it is working correctly in emacs-24 and no more working in emacs-25. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 14 01:57:11 2015 Received: (at 19854) by debbugs.gnu.org; 14 Feb 2015 06:57:11 +0000 Received: from localhost ([127.0.0.1]:42628 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YMWf9-0005L4-87 for submit@debbugs.gnu.org; Sat, 14 Feb 2015 01:57:11 -0500 Received: from mail-we0-f171.google.com ([74.125.82.171]:35910) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YMWf7-0005Ks-Lr for 19854@debbugs.gnu.org; Sat, 14 Feb 2015 01:57:10 -0500 Received: by mail-we0-f171.google.com with SMTP id p10so20504270wes.2 for <19854@debbugs.gnu.org>; Fri, 13 Feb 2015 22:57:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:cc:subject:in-reply-to:date:message-id :mime-version:content-type; bh=YF8b/7khQZnDbSk43nVNL3Sk8G69uz6M48RWGZTKINQ=; b=QuPImXFisNlYdENjg0kFQygKBwE3AgSSmn9Q04Bju2LP/9fVL4x7i+UGr4lWO5WK+n i66MHfrlOIKYp8ErKPK5RJFaL/aipauwJc7XU7QK7HIo8OcwDlFuNPFMrgxXvHMmv7md x3rjNM16AeRqZ1NOP07FTBY37DCOWvIB+qM6mfb3ze1s2NTVT1GPw2IurCyLzPqAR4Pv kW07byBKgd+0F3ZT5oWnrQsbX8nYVwhaFBrui4y5ScoOTH2atZzELUyYcXRbLUfAnsjL RQro8IiVa/qmseA9OmSgJgZHgrz9f2AV+7/ig2/YaUGa6cKNl030GaEOl+gai03JEnmK lstw== X-Received: by 10.194.89.163 with SMTP id bp3mr25590684wjb.145.1423897023782; Fri, 13 Feb 2015 22:57:03 -0800 (PST) Received: from dell-14z (lbe83-2-78-243-104-167.fbx.proxad.net. [78.243.104.167]) by mx.google.com with ESMTPSA id md8sm5882543wic.13.2015.02.13.22.57.02 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 13 Feb 2015 22:57:02 -0800 (PST) References: <87h9updcci.fsf@gmail.com> <54DE391D.2080001@yandex.ru> From: Thierry Volpiatto To: Dmitry Gutov Subject: Re: bug#19854: 25.0.50; completion-extra-properties in emacs-25 In-reply-to: <54DE391D.2080001@yandex.ru> Date: Sat, 14 Feb 2015 07:57:01 +0100 Message-ID: <87iof5htfm.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19854 Cc: 19854@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 (/) Dmitry Gutov writes: > Hi! > > On 02/13/2015 06:07 PM, Thierry Volpiatto wrote: > >> I use (plist-get completion-extra-properties :annotation-function) >> to extract this value, and unfortunately this value has disapeared in >> emacs-25: > > Are you sure it should be in that list, in the context you're trying? Ok I understand now what is happening, the behavior have completely changed in emacs-25 and is indeed more clever: Say I am completing against "tv/". Emacs-25: tv/! => I get only the variables starting by "tv/". (tv/! => I get only the functions. (let ((fn 'tv/ => I get variables+function and functions are tagged at end with . (let ((fn #'tv/ => Only the functions not tagged. Emacs-24: Put all, variables+functions all together and tagged at end with for functions as soon as "tv/" have no paren at start. So the behavior of emacs-25 is now better than emacs-24, probably you should close this (maybe it needs to be documented somewhere or it is already and I missed it). Sorry, but this needed to be clarified. Thanks. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 14 19:41:48 2015 Received: (at 19854) by debbugs.gnu.org; 15 Feb 2015 00:41:48 +0000 Received: from localhost ([127.0.0.1]:44230 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YMnHP-0005vt-Qm for submit@debbugs.gnu.org; Sat, 14 Feb 2015 19:41:48 -0500 Received: from mail-we0-f176.google.com ([74.125.82.176]:49824) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YMnHN-0005vg-ND for 19854@debbugs.gnu.org; Sat, 14 Feb 2015 19:41:46 -0500 Received: by mail-we0-f176.google.com with SMTP id x3so23085080wes.7 for <19854@debbugs.gnu.org>; Sat, 14 Feb 2015 16:41:40 -0800 (PST) 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=9WpVGP75qabeilWzEVjutIgqt+c1nsBnZlx8g/pyd5Q=; b=v6j0TaJ/b/AuPht44zxLsUflZkx7Be0CsMr6P39+ooK23Zyp+JUup4rqwvQAHaTD0y mLT1L4GlMMUmdxNPIRMe46R4CohGFYYRHx4CncCqwhVXvU48wwMdYnl7pSWnkg+oIsxc C/O4MZUc1++wyykCpy9UZnu4W/r6GNSjM4kmrP1q88bvBY6T9gLFPcvF+VDrQ+wZAECG 2/VFFdWJwxWLxM3TvyqaTPLuBJrtm4YPrBHUUlpO46BtyYMF9pl7pV2i+LrTPuHEcHVK BGFhZ757uq8tG6R5jcncmjcDDp4jYLO42+RbFJYgcCHuV7/uRYeuuthreekXVar2ZXJL I+KA== X-Received: by 10.194.79.226 with SMTP id m2mr34732545wjx.60.1423960900080; Sat, 14 Feb 2015 16:41:40 -0800 (PST) Received: from [192.168.1.2] ([82.102.93.54]) by mx.google.com with ESMTPSA id n10sm12989222wic.11.2015.02.14.16.41.38 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 14 Feb 2015 16:41:39 -0800 (PST) Message-ID: <54DFEB40.5070308@yandex.ru> Date: Sun, 15 Feb 2015 02:41:36 +0200 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: Thierry Volpiatto Subject: Re: bug#19854: 25.0.50; completion-extra-properties in emacs-25 References: <87h9updcci.fsf@gmail.com> <54DE391D.2080001@yandex.ru> <87iof5htfm.fsf@gmail.com> In-Reply-To: <87iof5htfm.fsf@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19854 Cc: 19854@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 02/14/2015 08:57 AM, Thierry Volpiatto wrote: > So the behavior of emacs-25 is now better than emacs-24, probably you > should close this (maybe it needs to be documented somewhere or it is > already and I missed it). Not sure where. In the `elisp-completion-at-point' docstring, maybe? Patch welcome. From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 09 21:08:12 2016 Received: (at control) by debbugs.gnu.org; 10 Jun 2016 01:08:12 +0000 Received: from localhost ([127.0.0.1]:35016 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bBAvk-0004jm-Hx for submit@debbugs.gnu.org; Thu, 09 Jun 2016 21:08:12 -0400 Received: from mail-oi0-f44.google.com ([209.85.218.44]:34852) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bBAvj-0004jZ-5z for control@debbugs.gnu.org; Thu, 09 Jun 2016 21:08:11 -0400 Received: by mail-oi0-f44.google.com with SMTP id w5so11527763oib.2 for ; Thu, 09 Jun 2016 18:08:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to; bh=2smVbxKdTdDaWIlgAF1a0cHsX+Pbr3n6k5CQxMn9lOo=; b=IcciNEKGtGtQxQ0plPWjP1xuRvEpcK1lP/hJZ5Gu6VrdJlEt2Zj1S2OoCgxkGGhNgU 3Oqhd/2g+UENKH7TRfaKUENfBAA1mb35lheOK6zQbjSi4LW9tUwWOmRc9HSDAt9MM7b2 G4I8N27PTdawLDHOFyuRSO0MnjUA1NSl/SDYVfez81JpaQWWZhv8L7lxj4N6YXxzkthQ norZZv9xu4O99+Vghrf+taTKHu0jMxAOzU7R36WJ2GCC0fMb3msbyI8Ek4pBuc7mf2gF uJH/1ej7disH0/qcE+jJHu+8cC3pbDdGKoLVPsM+9eE3x26tqwg/P/7kIkKF8YgCd+h7 sdOQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to; bh=2smVbxKdTdDaWIlgAF1a0cHsX+Pbr3n6k5CQxMn9lOo=; b=Zwr0KLqO0s3AEI4BMOSXxnZKBzvuJ8d6Tm7/0BNVO+OhUS3TZ8q932eqdO9drX7BEl Sp1N01UAIUusoQwrqTxiNeowU/f/j7Rlvdy5ugjh4HdZW23QB0rOm2Br3pZALAy+5Kvu F6QavobOCYz1/ocDbBQVxUbb3WSFHxI1tVHjc9KGrXK8HtZ86rF8j4TsifTOg2zti7EE sYhmF3l8KIhFsWUBGsV1+dmNZy4cRhFDiilYa/EBRRKqwpYAYJQSgt6Ls14yGiExVL6c acg09EvDg2+JyLbVQAZeee1f9605m4FR+1nLybzIWuCwKYQWvgGU4Wzf+IHl2NC38SC6 xqNA== X-Gm-Message-State: ALyK8tINRrcOSNmDISImSJH4z3szFJ4B3MtoouGsRrKmuZ9Mbjyg8AfmaladD1Q0QuC6oOzmLxrAomCdHrDO9w== X-Received: by 10.202.51.133 with SMTP id z127mr6359339oiz.202.1465520885642; Thu, 09 Jun 2016 18:08:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.5.168 with HTTP; Thu, 9 Jun 2016 18:08:05 -0700 (PDT) From: Noam Postavsky Date: Thu, 9 Jun 2016 21:08:05 -0400 X-Google-Sender-Auth: yF7L3ejxRnjV1EkbZYbgCj9Kwjs Message-ID: Subject: 25.0.50; completion-extra-properties in emacs-25 To: GNU bug tracker automated control server Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -0.5 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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.5 (/) retitle 19854 Document new behaviour of elisp at point completion wrt funcs vs vars quit From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 25 16:39:04 2016 Received: (at 19854) by debbugs.gnu.org; 25 Jun 2016 20:39:04 +0000 Received: from localhost ([127.0.0.1]:55746 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bGuM4-0000sr-3q for submit@debbugs.gnu.org; Sat, 25 Jun 2016 16:39:04 -0400 Received: from mail-oi0-f46.google.com ([209.85.218.46]:34691) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bGuM1-0000sN-KG for 19854@debbugs.gnu.org; Sat, 25 Jun 2016 16:39:02 -0400 Received: by mail-oi0-f46.google.com with SMTP id s66so156970806oif.1 for <19854@debbugs.gnu.org>; Sat, 25 Jun 2016 13:39:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:cc; bh=4GQp4Xa2ijinEeJnDRqil2MzfCYT62ZHrbO4qDs0fbs=; b=Po9Vprv2rdO9yiw44m+ETJa+o6fdma9Ahhfei7mbp09oxRHAR177xVFsSAol5ebAu6 5Zn+W/k/OLLmrFxEXVQOW5Kmq1yjrsbuhFoiP6P/zME5pNBfOLfrJGhjgFPP4/sZxO70 Hwfxdddrb+zSpdBILJC3pqXfOmlMVS8OO739DkeyX/CZsuW2O8PHP2q40xayU+6doMAa MqlkvQk6oLMH0YKT/HvJDG1iAgbAWUpqUekOt422NhSMrE3Q3mKbmCEIkVIZ3SUr+yyc 7gevPY7K2bJtQO8gAaLHA0XJalmvaNuBnGaEjHvszHLoNWJy7wRWXX3tXt9WW9VI5hBQ NXog== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to:cc; bh=4GQp4Xa2ijinEeJnDRqil2MzfCYT62ZHrbO4qDs0fbs=; b=LA+0R6yjsy0+kn1o/OuXM6smEDBf5j/in6niz49kxZnVFAAOqnSypKyEf01GsaIlwA lzX7E0w+L/YUcfYfwT4fTGuD8jRPE0B+DwVKFDOoTv1qHjKczeEUIoaa7svkLDonywFQ Rjrxi2dkqMwGVBpsi28eDZjAH2FRG9ct26xls4mhSwnliZLWeUCytsUd3f0pQ4pKaL5j tAJgQ2J3Csy/EJlZflsTX3AjH84XYfSZMcXYuwoxRjY/QPYvrlt/7fq7oEB12c8rNbMa lVezMok0LjI47dQInuw2Cj7Ux+FnJP6cVhH5tVpoWpUi8EGJdf+hvCgOb0YRa2CNdgzw stdQ== X-Gm-Message-State: ALyK8tKmejTyLBfjJLMUnERtjzSUEWzzc4voFa5YDulvXBmZaGMPtQmihegAzqVAHior0otf8Jwtxv+D5FiSWQ== X-Received: by 10.202.73.140 with SMTP id w134mr6036970oia.35.1466887136084; Sat, 25 Jun 2016 13:38:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.52.238 with HTTP; Sat, 25 Jun 2016 13:38:55 -0700 (PDT) From: Noam Postavsky Date: Sat, 25 Jun 2016 16:38:55 -0400 X-Google-Sender-Auth: L-5xDa5nSsV1YjccVU7TCg8NTTA Message-ID: Subject: Re: bug#19854: 25.0.50; completion-extra-properties in emacs-25 To: 19854@debbugs.gnu.org Content-Type: multipart/mixed; boundary=001a113dd4e2ac262505362046c2 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19854 Cc: Thierry Volpiatto , Dmitry Gutov X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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 (/) --001a113dd4e2ac262505362046c2 Content-Type: text/plain; charset=UTF-8 Does this look okay? (defun elisp-completion-at-point () "Function used for `completion-at-point-functions' in `emacs-lisp-mode'. The returned completions depend on whether point is in a function or variable position; in positions where both are possible (e.g. quoted symbols), functions are annotated with \"\" via the `:annotation-function' property." ...) --001a113dd4e2ac262505362046c2 Content-Type: text/x-patch; charset=US-ASCII; name="0001-Add-to-elisp-completion-at-point-s-docstring.patch" Content-Disposition: attachment; filename="0001-Add-to-elisp-completion-at-point-s-docstring.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_ipvmjp9z0 RnJvbSA1YWZjNjM1MDg1OTI5MWZiMGYzZWZmM2Y1NWM2OWVlNWNhZjRjMTQwIE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiBOb2FtIFBvc3RhdnNreSA8bnBvc3RhdnNAZ21haWwuY29tPgpE YXRlOiBTYXQsIDI1IEp1biAyMDE2IDE2OjIzOjA0IC0wNDAwClN1YmplY3Q6IFtQQVRDSF0gQWRk IHRvIGVsaXNwLWNvbXBsZXRpb24tYXQtcG9pbnQncyBkb2NzdHJpbmcKCiogbGlzcC9wcm9nbW9k ZXMvZWxpc3AtbW9kZS5lbCAoZWxpc3AtY29tcGxldGlvbi1hdC1wb2ludCk6IERvY3VtZW50CnBv c2l0aW9uIGRlcGVuZGVudCBiZWhhdmlvciAoQnVnICMxOTg1NCkuCi0tLQogbGlzcC9wcm9nbW9k ZXMvZWxpc3AtbW9kZS5lbCB8IDYgKysrKystCiAxIGZpbGUgY2hhbmdlZCwgNSBpbnNlcnRpb25z KCspLCAxIGRlbGV0aW9uKC0pCgpkaWZmIC0tZ2l0IGEvbGlzcC9wcm9nbW9kZXMvZWxpc3AtbW9k ZS5lbCBiL2xpc3AvcHJvZ21vZGVzL2VsaXNwLW1vZGUuZWwKaW5kZXggN2FkODg3MS4uODUwZWJi NCAxMDA2NDQKLS0tIGEvbGlzcC9wcm9nbW9kZXMvZWxpc3AtbW9kZS5lbAorKysgYi9saXNwL3By b2dtb2Rlcy9lbGlzcC1tb2RlLmVsCkBAIC00NTUsNyArNDU1LDExIEBAIGVsaXNwLS1jb21wYW55 LWxvY2F0aW9uCiAgICAgICgoZmFjZXAgc3ltKSAoZmluZC1kZWZpbml0aW9uLW5vc2VsZWN0IHN5 bSAnZGVmZmFjZSkpKSkpCiAKIChkZWZ1biBlbGlzcC1jb21wbGV0aW9uLWF0LXBvaW50ICgpCi0g ICJGdW5jdGlvbiB1c2VkIGZvciBgY29tcGxldGlvbi1hdC1wb2ludC1mdW5jdGlvbnMnIGluIGBl bWFjcy1saXNwLW1vZGUnLiIKKyAgIkZ1bmN0aW9uIHVzZWQgZm9yIGBjb21wbGV0aW9uLWF0LXBv aW50LWZ1bmN0aW9ucycgaW4gYGVtYWNzLWxpc3AtbW9kZScuCitUaGUgcmV0dXJuZWQgY29tcGxl dGlvbnMgZGVwZW5kIG9uIHdoZXRoZXIgcG9pbnQgaXMgaW4gYSBmdW5jdGlvbgorb3IgdmFyaWFi bGUgcG9zaXRpb247IGluIHBvc2l0aW9ucyB3aGVyZSBib3RoIGFyZQorcG9zc2libGUgKGUuZy4g cXVvdGVkIHN5bWJvbHMpLCBmdW5jdGlvbnMgYXJlIGFubm90YXRlZCB3aXRoCitcIjxmPlwiIHZp YSB0aGUgYDphbm5vdGF0aW9uLWZ1bmN0aW9uJyBwcm9wZXJ0eS4iCiAgICh3aXRoLXN5bnRheC10 YWJsZSBlbWFjcy1saXNwLW1vZGUtc3ludGF4LXRhYmxlCiAgICAgKGxldCogKChwb3MgKHBvaW50 KSkKIAkgICAoYmVnIChjb25kaXRpb24tY2FzZSBuaWwKLS0gCjIuOC4wCgo= --001a113dd4e2ac262505362046c2-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 26 21:28:57 2016 Received: (at 19854) by debbugs.gnu.org; 27 Jun 2016 01:28:57 +0000 Received: from localhost ([127.0.0.1]:57191 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bHLM9-0003Ox-IZ for submit@debbugs.gnu.org; Sun, 26 Jun 2016 21:28:57 -0400 Received: from mail-wm0-f48.google.com ([74.125.82.48]:38087) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bHLM8-0003Oj-90 for 19854@debbugs.gnu.org; Sun, 26 Jun 2016 21:28:56 -0400 Received: by mail-wm0-f48.google.com with SMTP id r201so93970943wme.1 for <19854@debbugs.gnu.org>; Sun, 26 Jun 2016 18:28:56 -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-transfer-encoding; bh=Ppi9f8LdcM6ztkyb2xHEcTafFH7sEXIArKzaQesUYXI=; b=wnhYC2XLzKYa16mEim9v4FDZMrkQtd9cQCopWcje2bRjSCugFPS6Y1k2wg6w/x5FK/ 0K0dVqqtDRt/H7F9W53J1hYBTWp1/kCmaZxZZaLloJD52zQv65TYyO+tdTyLOMi+0AsI 4vT8aRHbCcTrIsC4LctbhzTrRzf02kcY1qP3loXyZWK/ffa60VGmIdcmOA0yGftbvaaN GPrEqYycGGQRbIVmm8SVVyiAyqJsrKRxZN+zwyMHQAJ+xhyLHxTVgjP7qj3DmdHRboDQ ePB7pw0A3Y/FGm0fxfxmheMWiAszIciSDoX22cap8NFu1POgQXwyNMslnol4VqMaIxQK TH7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:to:references:cc:from:message-id :date:user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=Ppi9f8LdcM6ztkyb2xHEcTafFH7sEXIArKzaQesUYXI=; b=mUe9+g+fGIALER7AiCSI24D0WbL74FmhoWoW2KFhrL+/F+hsWfrFqdyJI33UGSwcXY FYnkkevewPvzfrHOQ9E5+zS8/71O1ZewW+M6MqgACcGW+gKdpjBYykfGntcQxVDT/DSX Hjw+y5eeZq86vXS5oh0xYgMSBporhMuaexuKYU9p9sM709nRem/ZR2T427HURd/WGWE1 TIGp2gXGyXarwchVVAtfbxK89sbapCqq9uPz6L7ukWLEqMBh6pPFO1jP/GHwhkUgYm70 JGNjJlofpzHrt6YwdDIXsQtuUwJ3h9s3vaV4lm6Wm9r5ux46emw5JOAlOKD9zRn7dlRX +sUg== X-Gm-Message-State: ALyK8tL4h30fD/buaxRdXqXnIkfI2Q3tgAl25vQIrHWF1cutL3cgj5h2C3kbXfnQ6kVaHg== X-Received: by 10.28.0.130 with SMTP id 124mr8177914wma.23.1466990930628; Sun, 26 Jun 2016 18:28:50 -0700 (PDT) Received: from [192.168.1.2] ([185.105.173.135]) by smtp.googlemail.com with ESMTPSA id bh7sm1297969wjb.22.2016.06.26.18.28.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 26 Jun 2016 18:28:49 -0700 (PDT) Subject: Re: bug#19854: 25.0.50; completion-extra-properties in emacs-25 To: Noam Postavsky , 19854@debbugs.gnu.org References: <87h9updcci.fsf@gmail.com> From: Dmitry Gutov Message-ID: Date: Mon, 27 Jun 2016 04:28:48 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Thunderbird/47.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: 19854 Cc: Thierry Volpiatto X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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 06/25/2016 11:38 PM, Noam Postavsky wrote: > Does this look okay? Looks fine to me, thanks. > (defun elisp-completion-at-point () > "Function used for `completion-at-point-functions' in `emacs-lisp-mode'. > The returned completions depend on whether point is in a function > or variable position; To be thorough, though, AFAIK "function position" means something specific to a Lisp programmer: the first element of a list. Whereas we also look at whether the whole form is quoted (and if so, offer all kinds of symbols as completions anyway), and we can also offer function-only completions in a non-function position if the function position contains one of the known macros (such as cl-callf or declare-function). From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 27 00:15:14 2016 Received: (at 19854) by debbugs.gnu.org; 27 Jun 2016 04:15:14 +0000 Received: from localhost ([127.0.0.1]:57309 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bHNx4-0000vk-G2 for submit@debbugs.gnu.org; Mon, 27 Jun 2016 00:15:14 -0400 Received: from mail-oi0-f44.google.com ([209.85.218.44]:33578) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bHNx2-0000vN-8P for 19854@debbugs.gnu.org; Mon, 27 Jun 2016 00:15:12 -0400 Received: by mail-oi0-f44.google.com with SMTP id u201so185103286oie.0 for <19854@debbugs.gnu.org>; Sun, 26 Jun 2016 21:15:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=ysg2LhygRHBXSmutz5uTTuiP5RPSLbwpuaWK8CavCAo=; b=UttyVGUSYdbC1oJ3Un5EtzE0aVW7gcTnHwPngN+5cZciU8YSUaBXcK71PhRpsRcIGB G/qSb8SAySjMBYDffV4kipBV4jwlwBDbErqaQ5I2sSYkLEogTwXB2Sf9Q1NZ24Z7Cg3E voBDoRdM8rOYSCKdO8uRtL/ksCoLaDsVtP4OAdp8fXOl5YMMbV69DJlkh5ytmB7gUC2G ar3dH/BHQPT3zNe6p6DYOS90JbzRPGQV77Uf9Y8w3SVX5RW5fXjiv3+GVoX4B6eQfqQD P6zPUMBx7bde2Rbl26uMY59Ep4lYuqHeMTiBiQjrxjCkj4a8DoIdmvTcXpVjQf4A6eMo GytQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=ysg2LhygRHBXSmutz5uTTuiP5RPSLbwpuaWK8CavCAo=; b=SaDyZ7QtLjIMHTr6QMwzn0RQ1pZ2qZlQMZLYEpSqIQip+dHdKOjZS9kzpDXHgtKPo8 aZlssvr9l/o4rw83brvEUwrcpCn8Q9L4jlB2+BbIDQltcFp7D74vdxnOwAoTDr0M2TDG V79sX8gmTIiFqLZqXYuEoQ/imNTw1/9NEDboCelvH5v0QizQybOcXweb9hxbOCx5QgJ2 whhQ3kDHjT/CAbgPKKHir7LmQayGbrGnnEUCOkI/RWHaMpC6pRSGeNArxTNSdmHue9IP iqSvx8q6fX5UqFvZrn1SQJy0XpDhqx/vJaS6R/pmnGRlmCI4h/X+xAnsSCk0Bn2XyAX9 TgcA== X-Gm-Message-State: ALyK8tKXNSg0Cjy/uuPFC2ktip8OmwRIv4EuYeMxMSkBhvcsVYSAr75ng4/j1fCqc9Y1/pbq84Vic1HTCeUepA== X-Received: by 10.202.181.137 with SMTP id e131mr1056283oif.144.1467000906699; Sun, 26 Jun 2016 21:15:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.52.238 with HTTP; Sun, 26 Jun 2016 21:15:06 -0700 (PDT) In-Reply-To: References: <87h9updcci.fsf@gmail.com> From: Noam Postavsky Date: Mon, 27 Jun 2016 00:15:06 -0400 X-Google-Sender-Auth: 6NfgjNAiVTtH0mVVdr2Xyj6FiPI Message-ID: Subject: Re: bug#19854: 25.0.50; completion-extra-properties in emacs-25 To: Dmitry Gutov Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19854 Cc: 19854@debbugs.gnu.org, Thierry Volpiatto X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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 Sun, Jun 26, 2016 at 9:28 PM, Dmitry Gutov wrote: > To be thorough, though, AFAIK "function position" means something specific > to a Lisp programmer: the first element of a list. > > Whereas we also look at whether the whole form is quoted (and if so, offer > all kinds of symbols as completions anyway), and we can also offer > function-only completions in a non-function position if the function > position contains one of the known macros (such as cl-callf or > declare-function). Okay, maybe using the word "context" instead of "position" works better? (trying not to get overly specific in the docstring) (defun elisp-completion-at-point () "Function used for `completion-at-point-functions' in `emacs-lisp-mode'. If the context at point allows only a certain category of symbols (e.g. functions, or variables) then the returned completions are restricted to that category. In contexts where any symbol is possible (following a quote, for example), functions are annotated with \"\" via the `:annotation-function' property." From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 27 00:21:54 2016 Received: (at 19854) by debbugs.gnu.org; 27 Jun 2016 04:21:54 +0000 Received: from localhost ([127.0.0.1]:57316 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bHO3W-000177-6c for submit@debbugs.gnu.org; Mon, 27 Jun 2016 00:21:54 -0400 Received: from mail-wm0-f51.google.com ([74.125.82.51]:36054) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bHO3U-00016u-AV for 19854@debbugs.gnu.org; Mon, 27 Jun 2016 00:21:52 -0400 Received: by mail-wm0-f51.google.com with SMTP id f126so83913288wma.1 for <19854@debbugs.gnu.org>; Sun, 26 Jun 2016 21:21:52 -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-transfer-encoding; bh=6qpmOgkySNMrfbJJ33h6edeQp9jnvAQ2NK3fL4Xghoo=; b=PY7k+c25DAe5e1VW8iwfK7l2JmIPhTC05+kWul6PrvFXJPqy1nyZ0Bj6vHcwVJb13c VVv5tiqzNHzpQn+JCJyWY46BnszmAvsp5aV7gw7UFhWeCJ0GI7FyEp+YWrX6NybchyfU g9TMk9agy+sRDrrB1r1MSKcF6fAGaFTqMldU+rLXofx/uyBMs+e+AIiw7KijS59w2vSz c1Ib+NQF9kF5OHDVojcOJuX6cMobij8gYyLVZsQFNChBCU4FewaNkvoed1uINWg3Qx/o 3DCPtbCmOrYR99YP6ffBk81gQAtRnQm0W62TlJDVBsJAtcQfDPaptuDKAmgh/hHD/6B7 H5iA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:to:references:cc:from:message-id :date:user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=6qpmOgkySNMrfbJJ33h6edeQp9jnvAQ2NK3fL4Xghoo=; b=fk7ZQfB6+A6HP1ejT7QzNgX48/4aLW9KH7Iy30Zjpb1brse3hM4xtHxxWCzj8zPpBt pPZuwT0SPqFtrpG0AiOcm2VDRpO92WqlFGsf07r1b3ugEYj5FOBnHhBYCbqJcOcM9C3l PYcAwHbcM2TbSZXkeOk/3HGJAga/pm6yhVw5doSseMNJkm1W/sML8+KpOEX7sJ76n0FC 1nz/GKTtnnn/cx977PsZUNhYKH9/WGCie1e35DD1sH3s/IUo2R+0DJbWV7nzf34GpM/W avihhdOInbFULbVoT5Q/q280JOBPT1bPQVEvumWcX9Gy84qgMsxYm/68YbvcIThlt/XW KgTA== X-Gm-Message-State: ALyK8tIfCScXRIl4qlAsFCC/odd+2S3siSMswCmV0VZ+yJyDksT7Ot2zqC3cDbvyrpRG7w== X-Received: by 10.194.109.199 with SMTP id hu7mr13521397wjb.6.1467001306508; Sun, 26 Jun 2016 21:21:46 -0700 (PDT) Received: from [192.168.1.2] ([185.105.173.135]) by smtp.googlemail.com with ESMTPSA id j2sm4280342wjz.15.2016.06.26.21.21.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 26 Jun 2016 21:21:45 -0700 (PDT) Subject: Re: bug#19854: 25.0.50; completion-extra-properties in emacs-25 To: Noam Postavsky References: <87h9updcci.fsf@gmail.com> From: Dmitry Gutov Message-ID: <93ab3e00-50a5-862b-b279-b89d889e36f7@yandex.ru> Date: Mon, 27 Jun 2016 07:21:44 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Thunderbird/47.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19854 Cc: 19854@debbugs.gnu.org, Thierry Volpiatto X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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 06/27/2016 07:15 AM, Noam Postavsky wrote: > Okay, maybe using the word "context" instead of "position" works > better? (trying not to get overly specific in the docstring) I think so, yes. Please go ahead and push this. From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 27 00:34:49 2016 Received: (at 19854-done) by debbugs.gnu.org; 27 Jun 2016 04:34:49 +0000 Received: from localhost ([127.0.0.1]:57321 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bHOG1-0001Ql-Dx for submit@debbugs.gnu.org; Mon, 27 Jun 2016 00:34:49 -0400 Received: from mail-oi0-f44.google.com ([209.85.218.44]:36620) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bHOFz-0001QV-Rq for 19854-done@debbugs.gnu.org; Mon, 27 Jun 2016 00:34:48 -0400 Received: by mail-oi0-f44.google.com with SMTP id f189so185650901oig.3 for <19854-done@debbugs.gnu.org>; Sun, 26 Jun 2016 21:34:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=WoQegPHqEWZxhwck9U5M2Z6VPpaLu03luTrpe86NLhs=; b=VHcT2TwEt5aTn1ofnBvbfz8z1OtTRSpwTKBYWNoiPL2T7kGzNap9QFsdVd7IaKmL/j Gc/fdlvo2GTXGeXnvaYmWfieQUi/4bh79CKybYhSvYEjoRQDPCytk3IKKBzhruzf3coc 06LAqLhajWXVntPkNCw4mQ9qlAEK+UnI0Xw52tv9jkeo1XITlzSeRF6jhA/yqfy1UGc5 FgU1ugSw/Mblbt5SA+l2w3lGhT7Kr4pvr2NRylp5rweHseu1nHsdKMQ6dAxEuFsLpPYc c8G+GBTUIaZokifXIXVS0/W5UU3V3Y4LnAv5VBDBQ/ylVuJWg5Y/wLAWQg6kDj/rI7U2 GUvg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=WoQegPHqEWZxhwck9U5M2Z6VPpaLu03luTrpe86NLhs=; b=BV/vekWmsSDN7sGUJcfy5yYba7C2TpPNIT1HCghE9rXe7Yr2JvwG2wzlplNNfYZgMf HoACcz3nTSTal5d3Adog9QOao+ahHf0sTgdvjG4qDNv7RuWjOrbq+KFDJjzW94gfQJ50 6Or+1b+vQC5+Hc6IFi9RNxGvPmQDQ6RrJjA0CNt9wb0H97vZxjkLvz287GRvKmjU923n BeNtxbHjfBDhiLFyb7zeDPhQZ/g0Yv8QhVSXL6ejnPGBSEO2V3aXjplBD56t8M6+2lJj sz+k4vK/QMAM+kh/QKmw2BjtkzPeCcZvPxggBz+lrzDe/tJlbDOuVybohpZVf6+oPMAP AItA== X-Gm-Message-State: ALyK8tLN1ZYljt6WKvJKwyLTal/ONlY39jwUNtj1eLhodtI/XDl/dpunrD6m1Zk5CjS0iJYI8X04xcAVQ/BB3g== X-Received: by 10.157.1.107 with SMTP id 98mr10136630otu.17.1467002082337; Sun, 26 Jun 2016 21:34:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.52.238 with HTTP; Sun, 26 Jun 2016 21:34:41 -0700 (PDT) In-Reply-To: <93ab3e00-50a5-862b-b279-b89d889e36f7@yandex.ru> References: <87h9updcci.fsf@gmail.com> <93ab3e00-50a5-862b-b279-b89d889e36f7@yandex.ru> From: Noam Postavsky Date: Mon, 27 Jun 2016 00:34:41 -0400 X-Google-Sender-Auth: O8OmJDYozJWmb-sq4SNaj70K2Qg Message-ID: Subject: Re: bug#19854: 25.0.50; completion-extra-properties in emacs-25 To: Dmitry Gutov Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19854-done Cc: 19854-done@debbugs.gnu.org, Thierry Volpiatto X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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 On Mon, Jun 27, 2016 at 12:21 AM, Dmitry Gutov wrote: > On 06/27/2016 07:15 AM, Noam Postavsky wrote: > >> Okay, maybe using the word "context" instead of "position" works >> better? (trying not to get overly specific in the docstring) > > > I think so, yes. Please go ahead and push this. Done (ebf04725) From unknown Sat Aug 16 18:49:02 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, 25 Jul 2016 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