From unknown Mon Jun 23 20:16:41 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#32753 <32753@debbugs.gnu.org> To: bug#32753 <32753@debbugs.gnu.org> Subject: Status: 27.0.50; Bogus icomplete behavior Reply-To: bug#32753 <32753@debbugs.gnu.org> Date: Tue, 24 Jun 2025 03:16:41 +0000 retitle 32753 27.0.50; Bogus icomplete behavior reassign 32753 emacs submitter 32753 OGAWA Hirofumi severity 32753 minor tag 32753 fixed thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 17 14:42:48 2018 Received: (at submit) by debbugs.gnu.org; 17 Sep 2018 18:42:48 +0000 Received: from localhost ([127.0.0.1]:43355 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g1yTw-0004E6-9H for submit@debbugs.gnu.org; Mon, 17 Sep 2018 14:42:48 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46998) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g1yTu-0004Do-KR for submit@debbugs.gnu.org; Mon, 17 Sep 2018 14:42:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g1yTo-0004sF-49 for submit@debbugs.gnu.org; Mon, 17 Sep 2018 14:42:41 -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 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:58224) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g1yTo-0004s9-0Q for submit@debbugs.gnu.org; Mon, 17 Sep 2018 14:42:40 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g1yTm-0001PX-Ia for bug-gnu-emacs@gnu.org; Mon, 17 Sep 2018 14:42:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g1yTi-0004Ey-Cb for bug-gnu-emacs@gnu.org; Mon, 17 Sep 2018 14:42:38 -0400 Received: from mail.parknet.co.jp ([210.171.160.6]:58274) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g1yTh-0003lT-JF for bug-gnu-emacs@gnu.org; Mon, 17 Sep 2018 14:42:34 -0400 Received: from ibmpc.myhome.or.jp (server.parknet.ne.jp [210.171.168.39]) by mail.parknet.co.jp (Postfix) with ESMTPSA id 0F97615AF4B for ; Tue, 18 Sep 2018 03:42:30 +0900 (JST) Received: from devron.myhome.or.jp (foobar@devron.myhome.or.jp [192.168.0.3]) by ibmpc.myhome.or.jp (8.15.2/8.15.2/Debian-11) with ESMTPS id w8HIgSgx018586 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 18 Sep 2018 03:42:29 +0900 Received: from devron.myhome.or.jp (foobar@localhost [127.0.0.1]) by devron.myhome.or.jp (8.15.2/8.15.2/Debian-11) with ESMTPS id w8HIgSdu022213 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 18 Sep 2018 03:42:28 +0900 Received: (from hirofumi@localhost) by devron.myhome.or.jp (8.15.2/8.15.2/Submit) id w8HIgRFL022212; Tue, 18 Sep 2018 03:42:27 +0900 From: OGAWA Hirofumi To: bug-gnu-emacs@gnu.org Subject: 27.0.50; Bogus icomplete behavior Date: Tue, 18 Sep 2018 03:42:27 +0900 Message-ID: <87sh28t17w.fsf@mail.parknet.co.jp> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x 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.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: -5.0 (-----) The following is the process to reproduce the issue, $ cd /path/to/emacs-src $ LANG=C emacs -Q M-x icomplete-mode C-x C-f /path/to/emacs-src/{m4/ | nt/ | lib/ | ... Now icomplete is selecting "m4" as initial completion word. C-M-i /path/to/emacs-src/./{m4/ | nt/ | lib/ | ... But minibuffer-force-complete (C-M-i) complete "./", not "m4" Or C-. /path/to/emacs-src/{m4/ | nt/ | lib/ | ... But icomplete doesn't change completion word (bold entry). Both of above bugs are, because inconsistency of the completion list between `icomplete-completions' and others. `icomplete-completions' filters by following (when (and minibuffer-completing-file-name icomplete-with-completion-tables) (setq comps (completion-pcm--filename-try-filter comps))) But the completion list for others are not. This 3 lines are strange, one is making inconsistency for the completion list, one is abuse of icomplete-with-completion-tables (shouldn't be nil). The patch is to fix this issue. [If we want to support filtering, icomplete would have to use consistent completion list, and maybe command to toggle between filtered or all.] Thanks. --- lisp/icomplete.el | 3 --- 1 file changed, 3 deletions(-) diff -puN lisp/icomplete.el~icomplete-fix lisp/icomplete.el --- emacs/lisp/icomplete.el~icomplete-fix 2018-09-18 03:34:16.204618359 +0900 +++ emacs-hirofumi/lisp/icomplete.el 2018-09-18 03:34:24.338607860 +0900 @@ -382,9 +382,6 @@ matches exist." (progn ;;(debug (format "Candidates=%S field=%S" candidates name)) (format " %sNo matches%s" open-bracket close-bracket)) (if last (setcdr last nil)) - (when (and minibuffer-completing-file-name - icomplete-with-completion-tables) - (setq comps (completion-pcm--filename-try-filter comps))) (let* ((most-try (if (and base-size (> base-size 0)) (completion-try-completion _ In GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.30) of 2018-08-04 built on devron Repository revision: da0054c30729e58259c1e7251cb03c8ef13ff943 Windowing system distributor 'The X.Org Foundation', version 11.0.12001000 System Description: Debian GNU/Linux buster/sid Recent messages: Reading active file via nndraft...done Checking new news...done Checking new news... Reading active file via nnnil...done nnimap read 0k from server.parknet.ne.jp Reading active file via nndraft...done Checking new news...done Making completion list... Quit Making completion list... Quit Configured using: 'configure --libexecdir=/usr/local/lib --with-x --with-x-toolkit=gtk3 --without-xim --with-xpm --with-jpeg --with-tiff --with-gif --with-png --with-rsvg --with-dbus --with-wide-int --with-modules' Configured features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND DBUS GSETTINGS NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 MODULES THREADS JSON LCMS2 Important settings: value of $LANG: ja_JP.UTF-8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix Major mode: Group Minor modes in effect: gnus-topic-mode: t gnus-undo-mode: t flycheck-pos-tip-mode: t global-flycheck-mode: t auto-insert-mode: t yas-global-mode: t yas-minor-mode: t global-company-mode: t company-mode: t savehist-mode: t eyebrowse-mode: t icomplete-mode: t show-paren-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-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 buffer-read-only: t column-number-mode: t line-number-mode: t Load-path shadows: /usr/local/share/emacs/site-lisp/google-translate/features/support/env hides /usr/local/share/emacs/27.0.50/lisp/env Features: (shadow nnir emacsbug sendmail stem lookup-entry ndkks lookup-kanji lookup-kanji-mecab ndict ndeb ndeb-binary lookup-content lookup-vse lookup-text lookup-text-table lookup-package lookup lookup-types lookup-utils lookup-cache lookup-vars evi url-http url-gw url-auth url-cache jka-compr gnus-dup shr-color color mm-archive bbdb-gui bbdb-hooks gnus-notifications gnus-fun notifications dbus hl-line elfeed-show elfeed-search bookmark shr text-property-search svg dom elfeed-csv elfeed elfeed-curl elfeed-log elfeed-db elfeed-lib avl-tree generator url-queue browse-url xml-query xml pp sort gnus-cite gnus-async gnus-bcklg qp gnus-ml disp-table gnus-topic utf-7 rfc2104 gnutls network-stream nsm nnfolder bbdb-gnus bbdb-snarf mail-extr nnnil spam spam-stat bbdb-com warnings bbdb timezone gnus-uu yenc gnus-demon gnus-delay gnus-draft gnus-agent gnus-srvr gnus-score score-mode nnvirtual nntp gnus-cache gnus-msg gnus-art mm-uu mml2015 mm-view mml-smime smime dig gnus-sum nndraft nnmh gnus-group gnus-undo gnus-start gnus-cloud nnimap nnmail mail-source utf7 netrc nnoo parse-time gnus-spec gnus-int gnus-range message rmc puny rfc822 mml mml-sec epa mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader gnus-win gnus nnheader gnus-util rmail rmail-loaddefs rfc2047 rfc2045 ietf-drums mail-utils wid-edit dircolors-faces ansi-color dired-x dired dired-loaddefs company-yasnippet flyspell ispell server generic-x multi-translate google-translate-smooth-ui google-translate google-translate-default-ui google-translate-core-ui ido google-translate-core google-translate-tk url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util mailcap magit-autoloads git-modes-autoloads flycheck-pos-tip pos-tip flycheck find-func autoinsert yasnippet elec-pair company-oddmuse company-keywords company-etags etags xref project ring company-gtags company-dabbrev-code company-dabbrev company-files company-capf company-cmake company-xcode company-clang company-semantic company-eclim company-template company-bbdb company edmacro kmacro bbdb-autoloads savehist browse-kill-ring cl eyebrowse-session desktop frameset eyebrowse format-spec dash icomplete paren mozc-im-indicater mozc-popup popup mozc-im advice mm-util mail-prsvr time-date mule-util mozc rx finder-inf package let-alist derived pcase cl-extra help-mode easymenu url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache json map url-vars seq byte-opt gv bytecomp byte-compile cconv epg epg-config subr-x cl-loaddefs cl-lib japan-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core term/tty-colors frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray 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 threads dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 587506 223086) (symbols 48 45826 7) (miscs 40 253 977) (strings 32 343244 26865) (string-bytes 1 12567317) (vectors 16 116121) (vector-slots 8 1833671 267640) (floats 8 19783 3269) (intervals 56 1616 1000) (buffers 992 54)) -- OGAWA Hirofumi From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 12 22:14:51 2019 Received: (at 32753) by debbugs.gnu.org; 13 Jul 2019 02:14:51 +0000 Received: from localhost ([127.0.0.1]:41045 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hm7Yo-0002cH-QK for submit@debbugs.gnu.org; Fri, 12 Jul 2019 22:14:50 -0400 Received: from quimby.gnus.org ([80.91.231.51]:53512) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hm7Yn-0002cA-Ci for 32753@debbugs.gnu.org; Fri, 12 Jul 2019 22:14:50 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hm7Yj-0004P7-1O; Sat, 13 Jul 2019 04:14:48 +0200 From: Lars Ingebrigtsen To: OGAWA Hirofumi Subject: Re: bug#32753: 27.0.50; Bogus icomplete behavior References: <87sh28t17w.fsf@mail.parknet.co.jp> Date: Sat, 13 Jul 2019 04:14:44 +0200 In-Reply-To: <87sh28t17w.fsf@mail.parknet.co.jp> (OGAWA Hirofumi's message of "Tue, 18 Sep 2018 03:42:27 +0900") Message-ID: <87h87q1y0b.fsf@mouse.gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: OGAWA Hirofumi writes: > The following is the process to reproduce the issue, > > $ cd /path/to/emacs-src > $ LANG=C emacs -Q > > M-x icomplete-mode > C-x C-f > /path/to/emacs-src/{m4/ | nt/ | lib/ | ... > > Now icomplete i [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 32753 Cc: 32753@debbugs.gnu.org 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: -1.0 (-) OGAWA Hirofumi writes: > The following is the process to reproduce the issue, > > $ cd /path/to/emacs-src > $ LANG=C emacs -Q > > M-x icomplete-mode > C-x C-f > /path/to/emacs-src/{m4/ | nt/ | lib/ | ... > > Now icomplete is selecting "m4" as initial completion word. > > C-M-i > /path/to/emacs-src/./{m4/ | nt/ | lib/ | ... > > But minibuffer-force-complete (C-M-i) complete "./", not "m4" I tested this now in Emacs 27, and C-M-i competed to m4, so this looks like it has been fixed? > Or > C-. > /path/to/emacs-src/{m4/ | nt/ | lib/ | ... > > But icomplete doesn't change completion word (bold entry). It did for me, so it looks to me like both of these bugs are gone by now. I'm closing this bug report; if you're still seeing this bug, please reopen. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 12 22:14:59 2019 Received: (at control) by debbugs.gnu.org; 13 Jul 2019 02:14:59 +0000 Received: from localhost ([127.0.0.1]:41048 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hm7Yx-0002ci-25 for submit@debbugs.gnu.org; Fri, 12 Jul 2019 22:14:59 -0400 Received: from quimby.gnus.org ([80.91.231.51]:53534) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hm7Yu-0002ca-TK for control@debbugs.gnu.org; Fri, 12 Jul 2019 22:14:58 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hm7Ys-0004PE-CY for control@debbugs.gnu.org; Sat, 13 Jul 2019 04:14:56 +0200 Date: Sat, 13 Jul 2019 04:14:54 +0200 Message-Id: <87ftna1y01.fsf@mouse.gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #32753 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 32753 fixed close 32753 27.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) 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: -1.0 (-) tags 32753 fixed close 32753 27.1 quit From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 14 10:14:31 2019 Received: (at 32753) by debbugs.gnu.org; 14 Jul 2019 14:14:31 +0000 Received: from localhost ([127.0.0.1]:45551 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmfGp-0006Mv-6W for submit@debbugs.gnu.org; Sun, 14 Jul 2019 10:14:31 -0400 Received: from mail-pl1-f182.google.com ([209.85.214.182]:38382) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmfGo-0006Mj-0v for 32753@debbugs.gnu.org; Sun, 14 Jul 2019 10:14:30 -0400 Received: by mail-pl1-f182.google.com with SMTP id az7so7006014plb.5 for <32753@debbugs.gnu.org>; Sun, 14 Jul 2019 07:14:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=x7ONdxGZsSHKiB0HauTQwbBv1+tWPTB0nMNIO+zHjAw=; b=BsOFpNUnrtOQ6U+9YHrW5a6R3icGQuZ0V37XnPpydnh7m4sFE2Pb/LdkryInaQRZS4 JSfixki9tclF5qSGSHGFR2dKKTj5Xoo97apdVA9cBEEoszg335yupoobNNjrsyO6i2vC NeSBDDuZ/6Lh96QTzPXG6MRdE3wRiZr08pckHmPO+heUOYC9RzLNeopYe0Xkali59Mcn JPCakcXVTTRBBt5lzDAMheWXCwjQgigiZVdGytMacYhtQ9+mLF4d+pADJjYirMrIPIKf H8XNxAGUOwW11UgJyglF0LZzRSPNcNj/o3avyu6lyJFESUpx0IvY/CHWCff+cwk8N18V uOGw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=x7ONdxGZsSHKiB0HauTQwbBv1+tWPTB0nMNIO+zHjAw=; b=p+1OL6AITpyAm4L9rqoHDp4e0Bzfg8WTZ8c1ool1YTSocolSjjw6RUxjVyorN/CGex 6iaiI0o6SJLmUMCl8cjtAlTsZfAO2DYXRM5kj3jDa830GvQ566vSvv5jdG3DJUXHGXDo OPh2pMDLU3b9gteeNECjPT7oPF6pYOjEEz3vkfmpUOKSqpM0q4fY6A3u6TkuRYxAV6Xk Y8U1KzISfMUVEvYOzrDYHKLw0o+Svf8cp+0qgh+HWEkfVUNsIW7TQyW5ZSKum7+oruXd cCAgFv36gO2wF3Bf+mKz2srf7wV1cXeHFJymWN1Qn2aFaZAe3xL428urBYCUtJq0d2Y1 pwrw== X-Gm-Message-State: APjAAAUUYtNntvXEekzdB2pmqJlje8XSkcxCKUPI5i72GRmlRbzLfo7N Lcbm8rR0uhIO4ZmP7FdvfMe4GENb X-Google-Smtp-Source: APXvYqxxMGvvTGAdImy1zGzuplEOLpgh91loFqzeeMW0JEEzu5YP5HzhkRNHkNptKJ0uxCDR/Z8u0Q== X-Received: by 2002:a17:902:b949:: with SMTP id h9mr21311682pls.120.1563113663591; Sun, 14 Jul 2019 07:14:23 -0700 (PDT) Received: from localhost.localdomain ([182.70.106.22]) by smtp.gmail.com with ESMTPSA id q126sm15530776pfq.123.2019.07.14.07.14.21 (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Sun, 14 Jul 2019 07:14:22 -0700 (PDT) From: Akshay Gaikwad To: hirofumi@mail.parknet.co.jp Subject: Re: 27.0.50; Bogus icomplete behavior Message-ID: <352697df-580f-b056-8198-3e065287ffe4@gmail.com> Date: Sun, 14 Jul 2019 19:44:18 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: 3.4 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi OGAWA Hirofumi, With the latest commits, it is showing "./" as initial completion word. /path/to/emacs-src/{./ | m4/ | nt/ | lib/ | ... Content analysis details: (3.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (akgaikwad001[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.214.182 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.2 FREEMAIL_ENVFROM_END_DIGIT Envelope-from freemail username ends in digit (akgaikwad001[at]gmail.com) 3.1 FAKE_REPLY_A1 No description available. X-Debbugs-Envelope-To: 32753 Cc: 32753@debbugs.gnu.org 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: 2.4 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi OGAWA Hirofumi, With the latest commits, it is showing "./" as initial completion word. /path/to/emacs-src/{./ | m4/ | nt/ | lib/ | ... Content analysis details: (2.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.214.182 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (akgaikwad001[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.2 FREEMAIL_ENVFROM_END_DIGIT Envelope-from freemail username ends in digit (akgaikwad001[at]gmail.com) -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 3.1 FAKE_REPLY_A1 No description available. Hi OGAWA Hirofumi, With the latest commits, it is showing "./" as initial completion word. /path/to/emacs-src/{./ | m4/ | nt/ | lib/ | ... Hence, minibuffer-force-complete (C-M-i) completes "./". Please confirm if it is correct. -- Thanks and Regards, Akshay Gaikwad From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 14 12:49:51 2019 Received: (at 32753) by debbugs.gnu.org; 14 Jul 2019 16:49:51 +0000 Received: from localhost ([127.0.0.1]:45761 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmhh8-00009n-UW for submit@debbugs.gnu.org; Sun, 14 Jul 2019 12:49:51 -0400 Received: from mail.parknet.co.jp ([210.171.160.6]:34764) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hmhh5-00009R-VG for 32753@debbugs.gnu.org; Sun, 14 Jul 2019 12:49:49 -0400 Received: from ibmpc.myhome.or.jp (server.parknet.ne.jp [210.171.168.39]) by mail.parknet.co.jp (Postfix) with ESMTPSA id DFBC215F925; Mon, 15 Jul 2019 01:49:43 +0900 (JST) Received: from devron.myhome.or.jp (foobar@devron.myhome.or.jp [192.168.0.3]) by ibmpc.myhome.or.jp (8.15.2/8.15.2/Debian-12) with ESMTPS id x6EGng1E008484 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Mon, 15 Jul 2019 01:49:43 +0900 Received: from devron.myhome.or.jp (foobar@localhost [127.0.0.1]) by devron.myhome.or.jp (8.15.2/8.15.2/Debian-12) with ESMTPS id x6EGngtI029161 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Mon, 15 Jul 2019 01:49:42 +0900 Received: (from hirofumi@localhost) by devron.myhome.or.jp (8.15.2/8.15.2/Submit) id x6EGnglZ029160; Mon, 15 Jul 2019 01:49:42 +0900 From: OGAWA Hirofumi To: Akshay Gaikwad Subject: Re: 27.0.50; Bogus icomplete behavior References: <352697df-580f-b056-8198-3e065287ffe4@gmail.com> Date: Mon, 15 Jul 2019 01:49:42 +0900 In-Reply-To: <352697df-580f-b056-8198-3e065287ffe4@gmail.com> (Akshay Gaikwad's message of "Sun, 14 Jul 2019 19:44:18 +0530") Message-ID: <87pnmcsgrd.fsf@mail.parknet.co.jp> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 32753 Cc: 32753@debbugs.gnu.org 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: -1.7 (-) Akshay Gaikwad writes: > Hi OGAWA Hirofumi, > > With the latest commits, it is showing "./" as initial completion word. > > /path/to/emacs-src/{./ | m4/ | nt/ | lib/ | ... > > Hence, minibuffer-force-complete (C-M-i) completes "./". > > Please confirm if it is correct. Yes, this bug was fixed by recent commits to icomplete.el. Thanks. -- OGAWA Hirofumi From unknown Mon Jun 23 20:16:41 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, 12 Aug 2019 11:24:07 +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