From unknown Tue Jun 24 01:39:27 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#19529 <19529@debbugs.gnu.org> To: bug#19529 <19529@debbugs.gnu.org> Subject: Status: 24.3; Missing completion candidate variable Reply-To: bug#19529 <19529@debbugs.gnu.org> Date: Tue, 24 Jun 2025 08:39:27 +0000 retitle 19529 24.3; Missing completion candidate variable reassign 19529 emacs submitter 19529 Giulio Petrucci severity 19529 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 07 12:19:48 2015 Received: (at submit) by debbugs.gnu.org; 7 Jan 2015 17:19:48 +0000 Received: from localhost ([127.0.0.1]:39459 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Y8uGp-00064Z-LV for submit@debbugs.gnu.org; Wed, 07 Jan 2015 12:19:48 -0500 Received: from eggs.gnu.org ([208.118.235.92]:43998) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Y8uGn-00064R-JE for submit@debbugs.gnu.org; Wed, 07 Jan 2015 12:19:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y8uGl-00068t-Io for submit@debbugs.gnu.org; Wed, 07 Jan 2015 12:19:45 -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]:57385) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8uGl-00068p-GU for submit@debbugs.gnu.org; Wed, 07 Jan 2015 12:19:43 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45706) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8uGj-0002CB-N7 for bug-gnu-emacs@gnu.org; Wed, 07 Jan 2015 12:19:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y8uGe-00067o-Pk for bug-gnu-emacs@gnu.org; Wed, 07 Jan 2015 12:19:41 -0500 Received: from mail-la0-x234.google.com ([2a00:1450:4010:c03::234]:64124) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8uGe-00066m-Dk for bug-gnu-emacs@gnu.org; Wed, 07 Jan 2015 12:19:36 -0500 Received: by mail-la0-f52.google.com with SMTP id hs14so4706322lab.11 for ; Wed, 07 Jan 2015 09:19:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=6vvik35j0YczEGjgh77dqzXc1PuUE0DdGmvH935o9cE=; b=kiMGQiHLYGnsRITDyy/1Mfb5z4ykEnoD1oEfJdcbKYVVlavMYgPwdmHt86owIL/MnV nCoTZXweKtTBCnAIO8g3IUyECwT759QraZT/9M/eD5Ti3dta9k3eGqj7aVTEfQqnUdKu qm8QEmiPu4SbJxjLN09myhjFjbXl7VMgNUmyS/t3CL0Yc/0zrC4f2b++OzbD77dcqtYb sddAHYY2ntIMVRHQQaKpRRvPJYfTxnEHZ6VVQyrChTJoDE69TdFBNwiMLAxmxNxE8AiQ lkDD6BSpKRaKiy912LjUs0WRR1dyrFod3bWAnsP9LcG0ffMQMfGx5vLD8ld5dbbG3mM9 l8ug== X-Received: by 10.152.6.8 with SMTP id w8mr6513185law.41.1420651172475; Wed, 07 Jan 2015 09:19:32 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.22.224 with HTTP; Wed, 7 Jan 2015 09:18:52 -0800 (PST) From: Giulio Petrucci Date: Wed, 7 Jan 2015 18:18:52 +0100 Message-ID: Subject: 24.3; Missing completion candidate variable To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=UTF-8 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 (----) I'm editing some elisp code in order to customize my org-mode settings. I'm using company mode for completion. If Istart writing (setq org-agenda-b...) the variable org-agenda-block-separator is correctly shown among the completion candidates. But if I try something like (setq org-agenda-custom-commands '(("b" "Test" (...) ((org-agenda-b...))))) the candidate is ignored. I asked a question on emacs.stackexchange.com and the company-mode author suggested me that this behaviour could be a bug in elisp-completion-at-point (see http://emacs.stackexchange.com/questions/5324/variables-not-shown-in-company-mode/) In GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.10.7) of 2014-03-07 on lamiak, modified by Debian Windowing system distributor `The X.Org Foundation', version 11.0.11501000 System Description: Ubuntu 14.04.1 LTS Configured using: `configure '--build' 'x86_64-linux-gnu' '--build' 'x86_64-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.3/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.3/site-lisp:/usr/share/emacs/site-lisp' '--with-crt-dir=/usr/lib/x86_64-linux-gnu' '--with-x=yes' '--with-x-toolkit=gtk3' '--with-toolkit-scroll-bars' 'build_alias=x86_64-linux-gnu' 'CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall' 'LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z,relro' 'CPPFLAGS=-D_FORTIFY_SOURCE=2'' Important settings: value of $LC_MONETARY: it_IT.UTF-8 value of $LC_NUMERIC: it_IT.UTF-8 value of $LC_TIME: it_IT.UTF-8 value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: show-paren-mode: t eldoc-mode: t yas-global-mode: t yas-minor-mode: t global-company-mode: t company-mode: t helm-mode: t shell-dirtrack-mode: t helm-match-plugin-mode: t helm-occur-match-plugin-mode: t electric-pair-mode: t tooltip-mode: t mouse-wheel-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 column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: M-x r e p o p o r t SPC b u Recent messages: [yas] Reloaded everything (snippets will load just-in-time)... (some errors, check *Messages*). Loading /home/petrux/Dropbox/Org/org-config.el (source)...done [yas] Loading for `lisp-interaction-mode', just-in-time: (lambda nil (yas--load-directory-1 (quote /home/petrux/.emacs.d/elpa/yasnippet-20141117.327/snippets/lisp-interaction-mode) (quote lisp-interaction-mode)))! [yas] Loading compiled snippets from /home/petrux/.emacs.d/elpa/yasnippet-20141117.327/snippets/lisp-interaction-mode [yas] Loading for `emacs-lisp-mode', just-in-time: (lambda nil (yas--load-directory-1 (quote /home/petrux/.emacs.d/elpa/yasnippet-20141117.327/snippets/emacs-lisp-mode) (quote emacs-lisp-mode)))! [yas] Loading compiled snippets from /home/petrux/.emacs.d/elpa/yasnippet-20141117.327/snippets/emacs-lisp-mode [yas] Loading for `prog-mode', just-in-time: (lambda nil (yas--load-directory-1 (quote /home/petrux/.emacs.d/elpa/yasnippet-20141117.327/snippets/prog-mode) (quote prog-mode)))! [yas] Loading compiled snippets from /home/petrux/.emacs.d/elpa/yasnippet-20141117.327/snippets/prog-mode Loading /home/petrux/.emacs.d/elpa/yasnippet-20141117.327/snippets/prog-mode/.yas-setup...done For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: /usr/share/emacs/24.3/site-lisp/debian-startup hides /usr/share/emacs/site-lisp/debian-startup /usr/share/emacs24/site-lisp/latex-cjk-thai/thai-word hides /usr/share/emacs/24.3/lisp/language/thai-word Features: (shadow sort mail-extr emacsbug message rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mail-utils paren eldoc company-files company-oddmuse company-keywords company-etags etags company-gtags company-dabbrev-code company-dabbrev company-capf company-cmake company-ropemacs company-xcode company-clang company-semantic company-eclim company-template company-css company-nxml company-bbdb company-elisp org-agenda yasnippet help-mode company helm-mode helm-files rx image-dired tramp tramp-compat tramp-loaddefs 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 url-util url-parse auth-source gnus-util mm-util mail-prsvr password-cache url-vars mailcap bookmark pp helm-locate helm-help helm-org org ob-tangle ob-ref ob-lob ob-table org-footnote org-src ob-comint ob-keys org-pcomplete pcomplete org-list org-faces org-entities noutline outline easy-mmode org-version ob-emacs-lisp ob org-compat org-macs ob-eval org-loaddefs format-spec find-func cal-menu calendar cal-loaddefs helm-match-plugin helm-grep helm-regexp helm-plugin grep helm-external helm-utils warnings dired compile comint ansi-color ring helm advice advice-preload helm-source eieio byte-opt bytecomp byte-compile cconv ido electric auctex-autoloads tex-site info easymenu elpy-autoloads company-autoloads emr-autoloads edmacro kmacro find-file-in-project-autoloads highlight-indentation-autoloads idomenu-autoloads lispy-autoloads highlight-autoloads iedit-autoloads ace-jump-mode-autoloads helm-autoloads async-autoloads list-utils-autoloads help-fns cl-macs gv cl cl-lib markdown-mode-autoloads multiple-cursors-autoloads noflet-autoloads paredit-autoloads popup-autoloads projectile-autoloads pkg-info-autoloads epl-autoloads finder-inf f-autoloads dash-autoloads pyvenv-autoloads redshank-autoloads s-autoloads yasnippet-autoloads package time-date tooltip 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 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 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 dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) 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 unknown Tue Jun 24 01:39:27 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