From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 12 23:23:34 2021 Received: (at submit) by debbugs.gnu.org; 13 Jun 2021 03:23:34 +0000 Received: from localhost ([127.0.0.1]:42431 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsGij-000070-P3 for submit@debbugs.gnu.org; Sat, 12 Jun 2021 23:23:34 -0400 Received: from lists.gnu.org ([209.51.188.17]:55154) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsGih-00006r-Tz for submit@debbugs.gnu.org; Sat, 12 Jun 2021 23:23:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33528) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lsGih-0001Xe-O0 for bug-gnu-emacs@gnu.org; Sat, 12 Jun 2021 23:23:31 -0400 Received: from wilbur.contactoffice.com ([212.3.242.68]:45348) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lsGic-0008O5-ME for bug-gnu-emacs@gnu.org; Sat, 12 Jun 2021 23:23:31 -0400 Received: from ichabod.co-bxl (ichabod.co-bxl [10.2.0.36]) by wilbur.contactoffice.com (Postfix) with ESMTP id 06078A2B for ; Sun, 13 Jun 2021 05:23:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1623554602; s=20210208-e7xh; d=mailfence.com; i=leungbk@mailfence.com; h=Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:To:Subject:Reply-To:From; l=5064; bh=AIQO3zR/sxcNjveABCXC1cXFgSaSAqbjZQnVlK5euTQ=; b=whdtN+VAukYMWtzBUK5y0WK99mqTt1ESdDQ6R+FHdP7TQq44FEAkqxpZ/3mnFsWX ZWs5i7dyIL9yT5glzNw98zlBrqc14J8OFk1vUkbv4Hesb1mYJtCIUmwWbfItTk8mcLI UuzgC/z4xqpKm5oc/EOGVZ34Xt5XVexhzSzcZPhMz5Edi4cvEShJPRwkN08+Zx8UUZG trqb7GqSk9v83q08IE16L8FGqcAVojzWEuKiQMPA58NE3vkvQXaIGGtoSg69Ahbs/3/ Kdl0TMWOEz6a/NFPbvVHQKEqgete6CLcpoglcv3kqsTPycy4loIxPHw5lNp93aS5TE6 mhnRIf9kEw== Date: Sun, 13 Jun 2021 05:23:18 +0200 (CEST) Message-ID: <1357001210.293856.1623554598367@ichabod.co-bxl> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Bug Gnu Emacs Subject: 28.0.50; Within eshell, company completion for cd-less directory-changing wipes out all but the most recent subdirectory X-Priority: 3 From: Brian Leung X-Mailer: ContactOffice Mail X-ContactOffice-Account: com:225491745 Received-SPF: pass client-ip=212.3.242.68; envelope-from=leungbk@mailfence.com; helo=wilbur.contactoffice.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: , Reply-To: Brian Leung Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) With an init file like > (require 'company) > (global-company-mode 1) I run > mkdir ~/apple ~/apple/ball ~/apple/ball/caterpillar ~/apple/ball/catnip > emacs -q -l above-init.el and start Eshell in the home directory. At the Eshell prompt, I type > apple/ball/cat and am presented with two candidates for completion in the Company popup. Choosing either one will complete with that subdirectory alone (for example, "catnip/" instead of something like the desired "/home/alice/apple/ball/catnip/"). This issue appears only in Emacs 28; if I perform the same experiment with the latest rev of origin/emacs-27, the completion correctly completes with the full path. In GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.27, cairo version 1.16.0) Repository revision: 0afab352e02d7070a8ced2af53c1d01217400cdf Repository branch: master System Description: NixOS 21.11 (Porcupine) Configured using: 'configure --prefix=/nix/store/9ywhrly5lb0565d7kz830j339hiwm4hg-emacs-gcc-20210612.0 --disable-build-details --with-modules --with-x-toolkit=gtk3 --with-xft --with-cairo --with-native-compilation' Configured features: CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG JSON LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS X11 XDBE XIM XPM GTK3 ZLIB Important settings: value of $EMACSLOADPATH: value of $EMACSNATIVELOADPATH: /nix/store/qf9ylv3vh988ls6y2fpmm6y4gk9mvka4-emacs-packages-deps/share/emacs/native-lisp:: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Eshell Minor modes in effect: shell-dirtrack-mode: t eshell-prompt-mode: t eshell-hist-mode: t eshell-pred-mode: t eshell-cmpl-mode: t eshell-proc-mode: t eshell-arg-mode: t global-company-mode: t company-mode: t gpm-mouse-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Load-path shadows: /run/current-system/sw/share/emacs/site-lisp/site-start hides /nix/store/qf9ylv3vh988ls6y2fpmm6y4gk9mvka4-emacs-packages-deps/share/emacs/site-lisp/site-start /run/current-system/sw/share/emacs/site-lisp/site-start hides /nix/store/9ywhrly5lb0565d7kz830j339hiwm4hg-emacs-gcc-20210612.0/share/emacs/site-lisp/site-start Features: (shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs rfc822 mml mml-sec epa derived epg epg-config gnus-util rmail rmail-loaddefs auth-source password-cache json map text-property-search time-date mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils cl-extra help-mode em-unix em-term term shell ehelp em-script em-prompt em-ls em-hist em-pred em-glob em-dirs esh-var em-cmpl pcomplete comint ansi-color em-basic em-banner em-alias esh-mode eshell esh-cmd esh-ext esh-opt esh-proc esh-io esh-arg esh-module esh-groups esh-util company-oddmuse company-keywords company-etags etags fileloop generator xref cl-seq project eieio eieio-core cl-macs eieio-loaddefs ring company-gtags company-dabbrev-code company-dabbrev company-files company-clang company-capf company-cmake company-semantic company-template company-bbdb company edmacro kmacro pcase subr-x cl-loaddefs cl-lib t-mouse term/linux jka-compr seq byte-opt gv bytecomp byte-compile cconv disp-table iso-transl 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 tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer 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 cl-preloaded nadvice button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads dbusbind inotify dynamic-setting system-font-setting font-render-setting cairo move-toolbar gtk x-toolkit x multi-tty make-network-process native-compile emacs) Memory information: ((conses 16 109316 9452) (symbols 48 9713 0) (strings 32 31428 1928) (string-bytes 1 1096160) (vectors 16 17532) (vector-slots 8 361930 8072) (floats 8 54 296) (intervals 56 248 0) (buffers 992 12)) -- Mailfence.com Private and secure email From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 13 06:43:48 2021 Received: (at 48995) by debbugs.gnu.org; 13 Jun 2021 10:43:48 +0000 Received: from localhost ([127.0.0.1]:42725 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsNam-000708-2C for submit@debbugs.gnu.org; Sun, 13 Jun 2021 06:43:48 -0400 Received: from mail-wr1-f41.google.com ([209.85.221.41]:33612) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsNak-0006zv-3p for 48995@debbugs.gnu.org; Sun, 13 Jun 2021 06:43:47 -0400 Received: by mail-wr1-f41.google.com with SMTP id a20so11095132wrc.0 for <48995@debbugs.gnu.org>; Sun, 13 Jun 2021 03:43:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tcd.ie; s=google21; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=R8YnnsPTcfcYKzsj5AY6HV0B1kk4SQRq1ZKa5PsefG4=; b=SByh38N8K4kP4HkY36tVB/sjl0chhYYi1wZahbLU16nEGbMxXzf4f4+OoY/vtZgZVt 0Jk/gBaZy3zSS7Fj/n9Wnqv+SzmnQMgLWWpg2NcLFSJ2vNzdONS6DWwhdpnAOkSo7SjQ JHXuCHJMhCcUNwJ2Gi+X12LG7vVctx3DeTRslLj+xJxSql+rMcwnuXGp78QMMtElFD1x WWPQhLIcGj3Hx+GrrgtBxG8bQ2TKlSGxRfMAf8J54j98OYyuni28NTHwk+KQ6dvdEHQC 1s9DJbsjx1AJ6yL64cqE9TdfpjqCfmVOb0bJIWePj9c+JcFYYCaWNpLeRePKmT6ksuA5 97pQ== 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:references:date:in-reply-to :message-id:user-agent:mime-version; bh=R8YnnsPTcfcYKzsj5AY6HV0B1kk4SQRq1ZKa5PsefG4=; b=tuawBs5en9Ieq2c3wLWF7nvSgdD4IY9cvx3e8bN5mE68NmeZ0x09DTM40TDTehc3Lm 5U3cWugavUa7VhbEmPl38FYL2WdFemnC5r38Nr1xjy4TpL+tFAOIKOrQkH7ysxFd7gIM JhCfAirrMbMMEN4wg/Rbjw3ebepfuzoU+A0QVC8BSAYGMRdGH9QvArfj8uPtj23c3pSE s/ca4nYYMpJy7aNw+RlxPhaQOLVQjepkdqr/yeS6cqlzsM0KFMXIpUm0KQkhrlr6jkQ/ wXMO0JHkdiOfu3LWj+bhJds0X/Mx79oCU5eXH7qnYQJGhdv7eMNHOJd66tQYzHspWSYV zoQw== X-Gm-Message-State: AOAM531eopmzipD9BWKY2KGrpMkBCb+nyHi2OIRTmvwhtR5GAm9rDEAU rSnrLz1v96/UjlMV/HwaMLt/zhVjgQtYLg== X-Google-Smtp-Source: ABdhPJwaylXEORWtS6BVRMLqry4vUFP7edguBSeL6drLOMWu7u3nRDxAZyEp16iI4RWE6tL5+UAPfg== X-Received: by 2002:a5d:6405:: with SMTP id z5mr13194226wru.39.1623581019858; Sun, 13 Jun 2021 03:43:39 -0700 (PDT) Received: from localhost ([2a02:8084:20e2:c380:d15:339e:aa10:60f1]) by smtp.gmail.com with ESMTPSA id b188sm22118806wmh.18.2021.06.13.03.43.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 13 Jun 2021 03:43:39 -0700 (PDT) From: "Basil L. Contovounesios" To: 48995@debbugs.gnu.org Subject: Re: bug#48995: 28.0.50; Within eshell, company completion for cd-less directory-changing wipes out all but the most recent subdirectory References: <1357001210.293856.1623554598367@ichabod.co-bxl> Date: Sun, 13 Jun 2021 11:43:37 +0100 In-Reply-To: <1357001210.293856.1623554598367@ichabod.co-bxl> (Brian Leung via "Bug reports for GNU Emacs, the Swiss army knife of text editors"'s message of "Sun, 13 Jun 2021 05:23:18 +0200 (CEST)") Message-ID: <871r96jb8m.fsf@tcd.ie> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 48995 Cc: Stefan Monnier , Brian Leung 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 (-) Brian Leung via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: > With an init file like > >> (require 'company) >> (global-company-mode 1) > > I run > >> mkdir ~/apple ~/apple/ball ~/apple/ball/caterpillar ~/apple/ball/catnip >> emacs -q -l above-init.el > > and start Eshell in the home directory. At the Eshell prompt, I type > >> apple/ball/cat > > and am presented with two candidates for completion in the Company > popup. Choosing either one will complete with that subdirectory alone > (for example, "catnip/" instead of something like the desired > "/home/alice/apple/ball/catnip/"). > > This issue appears only in Emacs 28; if I perform the same experiment > with the latest rev of origin/emacs-27, the completion correctly > completes with the full path. I suspect this is the same issue as the following, so I'm CCing Stefan. https://lists.gnu.org/r/emacs-devel/2021-05/msg01220.html https://lists.gnu.org/r/emacs-devel/2021-06/msg00254.html I'm not familiar with Company, but in the case of Ivy, the problem boils down to the following change in behaviour, starting with this change: * lisp/eshell/em-cmpl.el: Try and fix bug#41423 82c76e3aeb 2021-01-31 19:27:10 -0500 https://git.sv.gnu.org/cgit/emacs.git/commit/?id=82c76e3aeb2465d1d1e66eae5db13ba53e38ed84 0. emacs -Q 1. Evaluate: (let* (dir (clean (lambda () (when dir (delete-directory dir t))))) ;; Clean up temporary directory on exit. (add-hook 'kill-emacs-hook clean) ;; Create temporary parent directory. (setq dir (make-temp-file "ivy-" t)) ;; Create 'bin' subdirectory. (make-directory (expand-file-name "bin" dir)) ;; Start `eshell' in parent directory. (let ((default-directory dir)) (eshell)) ;; Debug in-buffer completion. (setq-local completion-in-region-function (lambda (beg end table &optional pred) (let* ((str (buffer-substring beg end)) (md (completion-metadata str table pred)) (all (completion-all-completions str table pred (- end beg) md)) (standard-output (messages-buffer)) (inhibit-read-only t)) (terpri nil t) (pp md) (pp all))))) 2. C-h e 3. ./bi TAB This used to yield: (metadata (cycle-sort-function . #[...]) (category . file) (completion--unquote-requote . t)) (#("bin/" 0 1 (face completions-common-part) 1 2 (face completions-common-part arg-end t rear-nonsticky (arg-end arg-begin)) 2 3 (face (completions-first-difference))) . 2) but now yields: (metadata (completion--unquote-requote . t)) (#("bin/" 0 4 (face (completions-common-part))) . 0) So even without Company/Ivy, there is some loss of information and the highlighting in *Completions* is inaccurate. Thanks, -- Basil From debbugs-submit-bounces@debbugs.gnu.org Sun May 01 17:37:11 2022 Received: (at 48995) by debbugs.gnu.org; 1 May 2022 21:37:11 +0000 Received: from localhost ([127.0.0.1]:34392 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nlHFf-0006ZH-HQ for submit@debbugs.gnu.org; Sun, 01 May 2022 17:37:11 -0400 Received: from mail-wr1-f51.google.com ([209.85.221.51]:34580) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nlHFd-0006Z4-K5 for 48995@debbugs.gnu.org; Sun, 01 May 2022 17:37:10 -0400 Received: by mail-wr1-f51.google.com with SMTP id q23so17456307wra.1 for <48995@debbugs.gnu.org>; Sun, 01 May 2022 14:37:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=sender:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=1hJyX4mAVozbPa7UeUAU1rpYhC8k6cfQCcsZRVeeJzw=; b=kaVKxt9GK+uI7js8Fa9+oMZjmKnotudEpHueEJ9BUsJki8DViAxfloZ4WXxMHARsFD o8TPzD3JZ1HSJONdQ5piUPXkjMBn/JuqFErSs3MtkUn9apclCZGqV9swG7V19ngzGBoe I206Il4vC8Bf0FKz68T5sqKXlIgULAJZpqCkQDhL2IE7VzgvxgG6VOmEg9J2jTDDd8j5 9A4e7+fi6xmwOp7cPiitrtv+WyJ7szZ8AFeUjs6CyY2V69TOs8JymjfiVQ0KpbSiG3ty DXvCotRP5fzdfafL/494dABPfU7UgtGcCgNnNprq2QqEjP7uLPfMacVQbEQJVLJ0PJYa gZMA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:sender:message-id:date:mime-version:user-agent :subject:content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=1hJyX4mAVozbPa7UeUAU1rpYhC8k6cfQCcsZRVeeJzw=; b=0RgscJcNejAAyvf4dJ/2yWVCMV/lPTDxP6p8YHlgc1YvBCtbx+8A9b2kq96+RYz1at 8+dXCXmGlgFaXj5iE5AYmLhrhoPqVF+wkGytpNfDUz+kq+Cq+afO73lHZamMM7Mkxwhv DpbdpvRXvNeWUDjmGKpqmU4dtE3Vxh4n3ZQ+NRCe/UXM0N9OwOqOq770jD4RIJnKd4nt i0rsJaBxiyhl60aQMkA7Ocwbwl7rNBVf0sn/w5oBEoUutGFzJ+3UdXAsNYTX5/CKCwEY 7yC0s/pISW30bf7GGanKNufJo9YIHnrOwjaC3+7nI9ozNFGAoEvcsWlgDYJoaxnt9c3j fGpA== X-Gm-Message-State: AOAM533OGeRpvSKjFUmwNber3Jkoth05avcc+Pr84LU5+qjfCyxk4iGt zUv0MR8t6UHHODvPadylCN4= X-Google-Smtp-Source: ABdhPJztVBbd/qrV3xgX/b0kVSmKHmxWcfAJJGtzt+kE1L98iBXNRrQSAQ53FnufaWgSAgNpE6eVaw== X-Received: by 2002:a5d:64ab:0:b0:20c:64d4:d565 with SMTP id m11-20020a5d64ab000000b0020c64d4d565mr1309245wrp.683.1651441023727; Sun, 01 May 2022 14:37:03 -0700 (PDT) Received: from [192.168.0.6] ([46.251.119.176]) by smtp.googlemail.com with ESMTPSA id o3-20020adfba03000000b0020c5253d90asm5660190wrg.86.2022.05.01.14.37.02 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 01 May 2022 14:37:03 -0700 (PDT) Message-ID: Date: Mon, 2 May 2022 00:37:01 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: bug#48995: 28.0.50; Within eshell, company completion for cd-less directory-changing wipes out all but the most recent subdirectory Content-Language: en-US To: "Basil L. Contovounesios" , 48995@debbugs.gnu.org References: <1357001210.293856.1623554598367@ichabod.co-bxl> <871r96jb8m.fsf@tcd.ie> From: Dmitry Gutov In-Reply-To: <871r96jb8m.fsf@tcd.ie> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 48995 Cc: Stefan Monnier , Brian Leung 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 (/) On 13.06.2021 13:43, Basil L. Contovounesios wrote: > With an init file like > >> (require 'company) >> (global-company-mode 1) > I run > >> mkdir ~/apple ~/apple/ball ~/apple/ball/caterpillar ~/apple/ball/catnip >> emacs -q -l above-init.el > and start Eshell in the home directory. At the Eshell prompt, I type > >> apple/ball/cat > and am presented with two candidates for completion in the Company > popup. Choosing either one will complete with that subdirectory alone > (for example, "catnip/" instead of something like the desired > "/home/alice/apple/ball/catnip/"). > > This issue appears only in Emacs 28; if I perform the same experiment > with the latest rev of origin/emacs-27, the completion correctly > completes with the full path. Gentle ping: just want to confirm that this is still a problem, as evidenced by a new report we just got on the Company bug tracker. From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 07 07:09:49 2023 Received: (at 48995) by debbugs.gnu.org; 7 Jan 2023 12:09:50 +0000 Received: from localhost ([127.0.0.1]:56636 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pE81F-0005tZ-FI for submit@debbugs.gnu.org; Sat, 07 Jan 2023 07:09:49 -0500 Received: from mail-wr1-f53.google.com ([209.85.221.53]:37501) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pE6Nh-0002iP-0l for 48995@debbugs.gnu.org; Sat, 07 Jan 2023 05:24:53 -0500 Received: by mail-wr1-f53.google.com with SMTP id co23so3392788wrb.4 for <48995@debbugs.gnu.org>; Sat, 07 Jan 2023 02:24:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=n16f-net.20210112.gappssmtp.com; s=20210112; h=mime-version:user-agent:message-id:date:subject:to:from:from:to:cc :subject:date:message-id:reply-to; bh=SbW1vWzYGuRlXfAeuuZ6lfZCrQ0tzBuTTJNT2cPqNn0=; b=iwaU+5w2tAH6vyuphxy/nCZchrE3R4Mdb16T7jHQAMO2FZSsEaEheMVQbvyEhIF2W6 BLerltOs72dHwiAzhC9RpmD1MC/Z3Ac1+YoroNgSU2etA4nyuKvG0xSBeE+mfozOIx4x CCtCyCteehNFxr886JIETKvGeAwmvsLv1YHuMxJhKWc9Zdwbk5+msPewz0jMyDFsgcE7 3Hf0+vzqW0QbYj8aCsn0eJZWzFxiLHSYyW9FuahbVHlmhQLuRa2ofoyuFfXHMMPpZVMK Sd3myRUf4DN1LtY2P4RrD+12is6K3Nx42MeXX6hXDBgKUL+5pGjfO+XPsMu7Kr27Sj0n +tKA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:message-id:date:subject:to:from :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=SbW1vWzYGuRlXfAeuuZ6lfZCrQ0tzBuTTJNT2cPqNn0=; b=4Z8VHtmeMwDUFB8G2fNvvisOkOcwDWktdt3uL8aAvy4ZwXA3InDKTXO5pW7xMZskUI iZ8qp7/DYi4/B28bEkycOdjgTobmXp4cgbrd/Os5byxX1gpfcwU2+rHGDXVb5gVXjeiY HhsHCv4HPR5uwSiI60N2ddm87LDKi4uCCFED1Zz00Ym0iKz/8eSxA2Hn4R8T0nBEIrq2 Bgff1sp6kQRlRIUdXr5olE3hWpvbEHcIacp/D4WECoEjnZvOJgghIm2FLoLI3Mm0STR8 1dj5f5RRafwdqfCSeQiFVZbdR5f0TOoDEeBqO+aNzUzcFyghAg2bI/9BJiWS7al7toud 1oKg== X-Gm-Message-State: AFqh2koQCXomU1vWQmSvsGIa8M7GjuFcgo8iCq+RxL5GLInSc7tkHPdD OYzNENvf6QZjFix+0StTLSAHuaijzKXB3vQjVtD1CA== X-Google-Smtp-Source: AMrXdXuI3qPiFoj6yPs1q9Ta22udJ/sm7jSw81fDOJUqU1R+foWuAKUSkroQBRNWoI18N+EMEYE45g== X-Received: by 2002:adf:cf01:0:b0:2b9:d6ba:21ee with SMTP id o1-20020adfcf01000000b002b9d6ba21eemr3872955wrj.1.1673087086558; Sat, 07 Jan 2023 02:24:46 -0800 (PST) Received: from valhala (2a01cb04001912003e217b0e0a701843.ipv6.abo.wanadoo.fr. [2a01:cb04:19:1200:3e21:7b0e:a70:1843]) by smtp.gmail.com with ESMTPSA id u5-20020adfdb85000000b002ba2646fd30sm4037373wri.36.2023.01.07.02.24.45 for <48995@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 07 Jan 2023 02:24:46 -0800 (PST) From: Nicolas Martyanoff To: 48995@debbugs.gnu.org Subject: Apparently fixed Date: Sat, 07 Jan 2023 11:24:45 +0100 Message-ID: <87bknabq1e.fsf@valhala.localdomain> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 48995 X-Mailman-Approved-At: Sat, 07 Jan 2023 07:09:49 -0500 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 (-) FYI This bug seems to have been fixed by 899055eef5b212d63e352ada2ac917d13c033a59. -- Nicolas Martyanoff https://n16f.net nicolas@n16f.net From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 07 07:09:50 2023 Received: (at 48995) by debbugs.gnu.org; 7 Jan 2023 12:09:50 +0000 Received: from localhost ([127.0.0.1]:56638 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pE81F-0005tb-RU for submit@debbugs.gnu.org; Sat, 07 Jan 2023 07:09:50 -0500 Received: from mail-wr1-f42.google.com ([209.85.221.42]:40657) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pE6Zm-00034k-9V for 48995@debbugs.gnu.org; Sat, 07 Jan 2023 05:37:22 -0500 Received: by mail-wr1-f42.google.com with SMTP id r2so3395099wrv.7 for <48995@debbugs.gnu.org>; Sat, 07 Jan 2023 02:37:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=n16f-net.20210112.gappssmtp.com; s=20210112; h=mime-version:user-agent:message-id:date:subject:to:from:from:to:cc :subject:date:message-id:reply-to; bh=SbW1vWzYGuRlXfAeuuZ6lfZCrQ0tzBuTTJNT2cPqNn0=; b=ZVP9jKTDfwsELO35924cF1gcEAE+Ss7lIZgGmhpD20B6L6owRdV2OmHxTQUcmv8ish 6oG1zQ2JQRE0BULiRfb6MC+XEt3LJSqxRD0bj+T/laaLmMgQdEHPRWtJEfmWWjQ9lA1u kEzsTPU1s8tyTHU+6KlLGaKfyC96Y0w4/vUikq1mjo8kxU60mqoGyO1NJqG5WgV2qmWO Irt2tqlKfQeqqICXTBZyA+ziIm/sVVWyGBJSx92F1jahU3vLLK31nuwGGsYUfTjPxk5q 8FbIu6eHEINAjpE3jwP+y3ugaCWFeM/k/qzA/Z7TMPhry1H6HG80eW6Kx+dRznFIuOda Nv4g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:message-id:date:subject:to:from :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=SbW1vWzYGuRlXfAeuuZ6lfZCrQ0tzBuTTJNT2cPqNn0=; b=EXRGuulzp7KnEyBWcJtK51Bp3QdE/eOjwH0QWZtD4YIlBbIPsz2KR8tVasE4c2mmLj oTW/BJPT+CqaORBsgE1iUAIkNuPO+CdUQq4VM5uxgV2Zt+vkiyjEjIF6iyiqZdEwMKDV MF9vE023LU3Xc3YymdBw0S7agUx0lpoEdWmZ9ygpclE1q88lxbBJ/s1OtEI8KjAEPCbW Bi/QsUIBSEQQ4ehOgqHQxtxfzw/NOlpmIB8N6lR/B1bpx0vIZvs08RBDYQCx4Qnpsr26 lXVLtz11YZBQQ+eG8sPd62tUkwR6XmV24VzX/Nj45+eBTPCXXppEnHsxISx7VNsQp4l5 0pbg== X-Gm-Message-State: AFqh2kooqQqX9lz2IWrH2EQ5KEV9qN6R5aph9peRVfaSS/IZEYVyoLSu I0FuuwrPcIyHMOyVoAREb2RDtX5fjS1u6HZGgVGEwQ== X-Google-Smtp-Source: AMrXdXsqHKWgIMoLmR5ZRNFzA1znf5SW3vHwJzi9ffYNSozBFWNyqUjdudKUCYEn24uOJrAIK/mnGA== X-Received: by 2002:a05:6000:a1a:b0:277:f6e:513c with SMTP id co26-20020a0560000a1a00b002770f6e513cmr36530075wrb.48.1673087836112; Sat, 07 Jan 2023 02:37:16 -0800 (PST) Received: from valhala (2a01cb04001912003e217b0e0a701843.ipv6.abo.wanadoo.fr. [2a01:cb04:19:1200:3e21:7b0e:a70:1843]) by smtp.gmail.com with ESMTPSA id z2-20020a5d6402000000b00297dcfdc90fsm3516511wru.24.2023.01.07.02.37.15 for <48995@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 07 Jan 2023 02:37:15 -0800 (PST) From: Nicolas Martyanoff To: 48995@debbugs.gnu.org Subject: Re: bug#48995: apparently fixed Date: Sat, 07 Jan 2023 11:37:15 +0100 Message-ID: <87bknaaaw4.fsf@valhala.localdomain> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 48995 X-Mailman-Approved-At: Sat, 07 Jan 2023 07:09:49 -0500 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 (-) FYI This bug seems to have been fixed by 899055eef5b212d63e352ada2ac917d13c033a59. -- Nicolas Martyanoff https://n16f.net nicolas@n16f.net From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 08 17:00:12 2023 Received: (at 48995) by debbugs.gnu.org; 8 Jan 2023 22:00:12 +0000 Received: from localhost ([127.0.0.1]:34841 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pEdi3-0001dX-WF for submit@debbugs.gnu.org; Sun, 08 Jan 2023 17:00:11 -0500 Received: from mail-wr1-f46.google.com ([209.85.221.46]:33591) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pEdhx-0001bK-Ot for 48995@debbugs.gnu.org; Sun, 08 Jan 2023 17:00:06 -0500 Received: by mail-wr1-f46.google.com with SMTP id bn26so6452174wrb.0 for <48995@debbugs.gnu.org>; Sun, 08 Jan 2023 14:00:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :sender:from:to:cc:subject:date:message-id:reply-to; bh=QVlFlZfgzbi/UcrSzvOOBPZxBnJmV6Kr6i1zF84nJb0=; b=AMaoyRsrBOwzU3hnEoyN8vaYB7Ff052umOdtvhaD/ggrvQFSQZDXxB/LrUAKTw7yzK fnMYSOhILYuMtzuXRVCmBuOWFHAj8Krt0jR0u6My0GHkieZJ2bffscjubRlelmJg4Upg mRVrNBwXXJtW9GQeMAz+KoDI6LTVRszlcUna9zgSwdpiDJ5oZIgGFNoulY3+vnQ6ytBF sXSHX20b+BA03W1f85kIc8wr8oEqeEfwAmrT3IO7yL5r4yQh8HnXbiWmafrz460+NEzc BPXS9iHtshOOhvr7YVUcKNVD1/X1FML+dvVdLcHGtAUMOXny57gchmJU8gy7Kq2XSSCh MJig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :sender:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=QVlFlZfgzbi/UcrSzvOOBPZxBnJmV6Kr6i1zF84nJb0=; b=mhaOJ+r2C3EbMyLQQy6+fXo/f99lCZMfE43/0O3worM91vPBV907Q9qvnCyllvdiJK 3hFPPp7WedygoOWvMJV36TMokmkcxP5f+qb47OLdROj6Yo2o3tTWdJE6Vo1tco4nUz88 ljRnFJGlDFkCJDBFG9sgMSPrYqsHVBm5YZM+hRP1PpaeFil5bNGlAPILLjoaD0/FN0th kDrnE12I7b5KCbAF1olyKnhSJvyubsg3q7PVh6IOYbVDxfHe11UFcsgKA/Tvbug4TvZV S4sGbCoOFNU46RU7AyS+zKlHqMGyS5bZa4TKxnpfOlzVSZQyD6fRJY9NJU0tfN0oTa42 VQmg== X-Gm-Message-State: AFqh2kqnby6m4wnH5EpqcsIOKs+VhKWI+8uLVdqINLx06/a2ZQRDyRbK 00FJc9DgR07JGZ27AKmRpRM= X-Google-Smtp-Source: AMrXdXtZZA07IkoWEW6PiEq/cJVsVxXSJ1XCtGOEVA516Ntsbwt1t1y2EdtFOSx8wfjkm5PHb7tb8Q== X-Received: by 2002:adf:e103:0:b0:26a:6e7d:5782 with SMTP id t3-20020adfe103000000b0026a6e7d5782mr38157536wrz.35.1673215195949; Sun, 08 Jan 2023 13:59:55 -0800 (PST) Received: from [192.168.0.2] ([46.251.119.176]) by smtp.googlemail.com with ESMTPSA id z8-20020a5d6548000000b0028df2d57204sm8106283wrv.81.2023.01.08.13.59.55 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 08 Jan 2023 13:59:55 -0800 (PST) Message-ID: <48d8fa1c-af42-90fa-4304-409bfe83b922@yandex.ru> Date: Sun, 8 Jan 2023 23:59:54 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: bug#48995: Apparently fixed Content-Language: en-US To: Nicolas Martyanoff , 48995@debbugs.gnu.org, Brian Leung References: <1357001210.293856.1623554598367@ichabod.co-bxl> <87bknabq1e.fsf@valhala.localdomain> From: Dmitry Gutov In-Reply-To: <87bknabq1e.fsf@valhala.localdomain> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.9 (/) X-Debbugs-Envelope-To: 48995 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.9 (-) On 07/01/2023 12:24, Nicolas Martyanoff wrote: > > FYI This bug seems to have been fixed by > 899055eef5b212d63e352ada2ac917d13c033a59. > Looks like it indeed. Brian, would you care to verify? From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 10 04:07:59 2023 Received: (at control) by debbugs.gnu.org; 10 Jan 2023 09:08:00 +0000 Received: from localhost ([127.0.0.1]:38771 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pFAbv-00084m-Lk for submit@debbugs.gnu.org; Tue, 10 Jan 2023 04:07:59 -0500 Received: from mail-oa1-f49.google.com ([209.85.160.49]:39865) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pFAbu-00084T-0G for control@debbugs.gnu.org; Tue, 10 Jan 2023 04:07:58 -0500 Received: by mail-oa1-f49.google.com with SMTP id 586e51a60fabf-1442977d77dso11521849fac.6 for ; Tue, 10 Jan 2023 01:07:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:mime-version:from:from:to:cc:subject :date:message-id:reply-to; bh=7c62l/zfEHJyo4yVlubixsgttyVaS233SUVwPWp9gYA=; b=VH93CHPEXrZ/T9j7sJkstqH+wu2KeGepVt46T34orhCs26jXu9wmOyS6ipiolDUoic P57KM0gkxMVG3TBGc6X09n7fYAycsO/EiYEMA6Irzd0Egh8GPCeO7Q3xO+SU12a9JcwI 56jNlsK49kfK8C3KHNCW6Fp8eL/ReNU3QQhZoY8jGBNrfVk24wcjfMLahqVZdVj5Y4pD MQ0qJOOjVn7CCFO0P9+CGyBsVftb+1fJ5HKX6IsSjO2vohN8yMoBKGHOqa7fhOPzgj25 CuRjBNRfbyKC/K69oUJfmtY0qjktcO6x+aADozWv9BqlMlkBaFLUtKY4iI9YqtadKVwo mULA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:mime-version:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=7c62l/zfEHJyo4yVlubixsgttyVaS233SUVwPWp9gYA=; b=vXK1IUTmzJa0kYQWx6D7uqd+QLMFu03fG9LGj7eTHZ+EV5/mXWW10+m7jNj3UmduWr ceUaDkDA8stgGslT9Iw7s+WH9CCxWPxhKh6UJCbCsjpwMc45PM+X8CQpuxRYog+xhx/U Ambz/wy+dJWJWr1Rk/NGDVqwHGraHZ5QplW8HEwBja7LE6jZsLvYFHVQRXOnQs/kdrQO b78IupQwRiH40iBYCVUHUAU5oIl5M/IPS0HNKLodWsz5trmcmER+Q4ltXpKXBgKbOIn+ wxlLUgYkTRiaghGF2DkkI9wyGgLvRatzVjZcyrokUsEkBZakJmHva1vwemqh/3nPR0vt /T1g== X-Gm-Message-State: AFqh2kpIA7XoHE5X6l0zlSFO5kRH/gxXrQC4+fzXv5jRCpG59dM5XZWT gNHWhX5db+kPyua5UdmHE8pwTDLkeYSmMQnjiUtXg5Sy X-Google-Smtp-Source: AMrXdXvfAHWVjUz7uoE2RNiMjDaHmpld4GHSibvO9ROognjR1yXFay8HtLMqE6sqBHFkHOAwAYSEOuqm60cs4WUa2Es= X-Received: by 2002:a05:6871:22c2:b0:15b:945f:9102 with SMTP id se2-20020a05687122c200b0015b945f9102mr341082oab.92.1673341672134; Tue, 10 Jan 2023 01:07:52 -0800 (PST) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Tue, 10 Jan 2023 01:07:51 -0800 From: Stefan Kangas X-Hashcash: 1:20:230110:control@debbugs.gnu.org::rgx1IsWOQvNkwG4D:Gs48 MIME-Version: 1.0 Date: Tue, 10 Jan 2023 01:07:51 -0800 Message-ID: Subject: To: control@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 2.0 (++) 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: tags 48995 + fixed thanks Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (stefankangas[at]gmail.com) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.85.160.49 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.160.49 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 2.0 BLANK_SUBJECT Subject is present but empty 0.0 UNPARSEABLE_RELAY Informational: message has unparseable relay lines 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 48995 + fixed thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 20 03:28:02 2023 Received: (at 48995-done) by debbugs.gnu.org; 20 Jan 2023 08:28:02 +0000 Received: from localhost ([127.0.0.1]:45390 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pImkk-0001cv-D7 for submit@debbugs.gnu.org; Fri, 20 Jan 2023 03:28:02 -0500 Received: from wilbur.contactoffice.com ([212.3.242.68]:35758) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pImkg-0001cJ-Gf for 48995-done@debbugs.gnu.org; Fri, 20 Jan 2023 03:28:00 -0500 Received: from ichabod.co-bxl (ichabod.co-bxl [10.2.0.36]) by wilbur.contactoffice.com (Postfix) with ESMTP id B99E994D for <48995-done@debbugs.gnu.org>; Fri, 20 Jan 2023 09:27:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1674203271; s=20210208-e7xh; d=mailfence.com; i=leungbk@mailfence.com; h=Date:From:To:Message-ID:In-Reply-To:References:Subject:MIME-Version:Content-Type; l=1466; bh=Cazfu6njD89VbJInVzrtD/f1RKdSRRbgcz89bkP3EFs=; b=TiX3erm4F0GHczdF0zU699wv3HVrNXAmYZeQHX5kifacdrcuz1Z77ERjY5b/4R1Y TKeCewX2s8YNTP+jrhONKxOw3u39+64Ak72I4PhJzojBV3GzKkZpfiWiEFEwwVAlN9X t8MOWWZRqM+PL+809iGmSFJkKQXGppGsNmdOUn+ey354zqNuaSdt8gxlStzRDjfBdEg uCtVJqLy/9JSYGvASobBMVORZ9iPBt7Dd1qOzHBM2Klz9HtqXU1bvhxXGkGyMsRzu46 Zx+d7uVVdr14tOW8NHGXq+H4ZIu4/bSlNDWo5R8f1zPCQUVMRKLAKMhAMXDLmEEJk20 gVH9dYobdA== Date: Fri, 20 Jan 2023 09:27:48 +0100 (CET) From: Brian Leung To: 48995-done@debbugs.gnu.org Message-ID: <437476018.1070835.1674203268726@ichabod.co-bxl> In-Reply-To: <48d8fa1c-af42-90fa-4304-409bfe83b922@yandex.ru> References: <1357001210.293856.1623554598367@ichabod.co-bxl> <87bknabq1e.fsf@valhala.localdomain> <48d8fa1c-af42-90fa-4304-409bfe83b922@yandex.ru> Subject: Re: bug#48995: Apparently fixed MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1070832_1085048731.1674203268725" X-Mailer: ContactOffice Mail X-ContactOffice-Account: com:225491745 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 48995-done 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 (-) ------=_Part_1070832_1085048731.1674203268725 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Closing. January 8, 2023 at 10:59:54 PM CET Dmitry Gutov wrote:On= 07/01/2023 12:24, Nicolas Martyanoff wrote: >=20 > FYI This bug seems to have been fixed by > 899055eef5b212d63e352ada2ac917d13c033a59. >=20 Looks like it indeed. Brian, would you care to verify? --=C2=A0 Sent with https://mailfence.com Secure and private email -- Sent with https://mailfence.com Secure and private email ------=_Part_1070832_1085048731.1674203268725 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Closing.

January 8, 2023 at 10:59:54 PM CET Dmitry Gutov <dgutov@yandex.ru> wrote:
On 07/01/2023 12:24, Nicolas Martyanoff wrote:
>
> FYI This bug seems to have been fixed by
> 899055eef5b212d63e352ada2ac917d13c033a59.
>

Looks like it indeed.

Brian, would you care to verify?


-- 
Sent with https://mailfence.com
Secure and private email
-- Sent with https://mailfence.com Secure and private email ------=_Part_1070832_1085048731.1674203268725-- From unknown Sat Jun 21 12:20:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 17 Feb 2023 12:24:10 +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