From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 15 11:57:53 2020 Received: (at submit) by debbugs.gnu.org; 15 Dec 2020 16:57:53 +0000 Received: from localhost ([127.0.0.1]:58978 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kpDe4-0004QH-7b for submit@debbugs.gnu.org; Tue, 15 Dec 2020 11:57:53 -0500 Received: from lists.gnu.org ([209.51.188.17]:41870) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kpD4m-0003RA-Pq for submit@debbugs.gnu.org; Tue, 15 Dec 2020 11:21:25 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:38994) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kpD4m-0006fM-Kt for bug-gnu-emacs@gnu.org; Tue, 15 Dec 2020 11:21:24 -0500 Received: from mout02.posteo.de ([185.67.36.66]:41849) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kpD4j-00035w-So for bug-gnu-emacs@gnu.org; Tue, 15 Dec 2020 11:21:24 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id E10C7240101 for ; Tue, 15 Dec 2020 17:21:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1608049276; bh=nFChOJ7cVtFqkVLkBdHTzcitqMznUeNg9U/Rt+V2TvQ=; h=From:To:Subject:Date:From; b=EwSFdImDWVlQ40yNXP23myaV+lAPFeDNkArexYvKbzhB3+PO1+zOv//wfLyZ6MUi8 q0mMN8oLSsRP6U3RK+eySlzreVxZ552agoVWvD9OGnFhF/DW9JJSxo/69ygyon5eXV a9RY7M01MM84TjNNkIIaJ9MlxWzaBaEDui/JcpJbrj+zRKgyIwUp+KaX+YvSt/JI68 1y2n4lcP2mDKEzJdtKkpN009i2YSe6Fo0flXEC275SHEMQjl97DT+F0ilBmCQOxakL GPpdlJ6wb+l7VR+53WwpK6Vhbim2Osc7Naj9Zi21au3Wq6Ks8L/VkPLo/Fqoz0tsGM 5HtUBUXizm3lQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4CwNmV1wWtz6tml for ; Tue, 15 Dec 2020 17:21:14 +0100 (CET) User-agent: mu4e 1.5.5; emacs 27.1 From: To: bug-gnu-emacs@gnu.org Subject: 27.1; ido-find-file incorrectly handles directory names beginning with tilde(~) Date: Tue, 15 Dec 2020 17:21:05 +0100 Message-ID: <878s9zujke.fsf@posteo.de> MIME-Version: 1.0 Content-Type: text/plain; format=flowed Received-SPF: pass client-ip=185.67.36.66; envelope-from=benthor@posteo.de; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_MED=-2.3, RCVD_IN_MSPIKE_H3=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.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 15 Dec 2020 11:57:51 -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: -2.3 (--) Steps to reproduce: mkdir -p /tmp/ido/~example/ emacs -Q M-x ido-mode C-x C-f //tmp/ido/~example/test Expected behavior: See "Find file: /tmp/ido/~example/test [No match]" in Minibuffer Observed behavior: See "~/~example/test [No match]" in Minibuffer In GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.22, cairo version 1.17.3) of 2020-08-28 built on juergen Windowing system distributor 'The X.Org Foundation', version 11.0.12010000 System Description: Arch Linux Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Ido mode enabled Quit Configured using: 'configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --localstatedir=/var --with-x-toolkit=gtk3 --with-xft --with-wide-int --with-modules --with-cairo --with-harfbuzz 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fno-plt' CPPFLAGS=-D_FORTIFY_SOURCE=2 LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now' Configured features: XPM JPEG TIFF GIF PNG RSVG CAIRO SOUND GPM DBUS GSETTINGS GLIB NOTIFY INOTIFY ACL GNUTLS LIBXML2 FREETYPE HARFBUZZ M17N_FLT LIBOTF ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS LIBSYSTEMD JSON PDUMPER LCMS2 GMP Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Fundamental Minor modes in effect: 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 blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: t line-number-mode: t transient-mark-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs format-spec rfc822 mml easymenu mml-sec password-cache epa derived epg epg-config gnus-util rmail rmail-loaddefs text-property-search time-date subr-x mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader cl-loaddefs cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils ido seq byte-opt gv bytecomp byte-compile cconv 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 timer select scroll-bar mouse jit-lock font-lock syntax facemenu 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 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 cairo move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 60102 15242) (symbols 48 6307 1) (strings 32 25460 1851) (string-bytes 1 638168) (vectors 16 10771) (vector-slots 8 135937 13568) (floats 8 27 19) (intervals 56 191 0) (buffers 1000 12)) From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 15 13:26:38 2020 Received: (at 45257) by debbugs.gnu.org; 15 Dec 2020 18:26:38 +0000 Received: from localhost ([127.0.0.1]:59100 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kpF1x-0002Xh-Uf for submit@debbugs.gnu.org; Tue, 15 Dec 2020 13:26:38 -0500 Received: from eggs.gnu.org ([209.51.188.92]:47262) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kpF1v-0002XV-Pf for 45257@debbugs.gnu.org; Tue, 15 Dec 2020 13:26:36 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56254) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kpF1o-0005O2-DN; Tue, 15 Dec 2020 13:26:29 -0500 Received: from [176.228.60.248] (port=1396 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kpF1m-0002Et-Th; Tue, 15 Dec 2020 13:26:28 -0500 Date: Tue, 15 Dec 2020 20:26:21 +0200 Message-Id: <83tusn9b8y.fsf@gnu.org> From: Eli Zaretskii To: In-Reply-To: <878s9zujke.fsf@posteo.de> (benthor@posteo.de) Subject: Re: bug#45257: 27.1; ido-find-file incorrectly handles directory names beginning with tilde(~) References: <878s9zujke.fsf@posteo.de> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 45257 Cc: 45257@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: -3.3 (---) > From: > Date: Tue, 15 Dec 2020 17:21:05 +0100 > > Steps to reproduce: > mkdir -p /tmp/ido/~example/ > emacs -Q > M-x ido-mode > C-x C-f //tmp/ido/~example/test > > Expected behavior: > See "Find file: /tmp/ido/~example/test [No match]" in Minibuffer > > Observed behavior: > See "~/~example/test [No match]" in Minibuffer You need to quote such special file names, using "/:". From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 16 04:34:59 2020 Received: (at control) by debbugs.gnu.org; 16 Dec 2020 09:34:59 +0000 Received: from localhost ([127.0.0.1]:59868 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kpTD1-0002M7-3g for submit@debbugs.gnu.org; Wed, 16 Dec 2020 04:34:59 -0500 Received: from quimby.gnus.org ([95.216.78.240]:37626) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kpTCy-0002Lr-Gp for control@debbugs.gnu.org; Wed, 16 Dec 2020 04:34:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=/Lah3imzPv3gUBQwQ4gzr90rxn4MBRTsKSqWMy768dY=; b=oW+1XNYVoTtEEFNqEP6cI9NrlR TFNZio3yMTVvXP+wEkDGERMqt89jFWHU8+jOP5OjCyrh5xNlW1BpCTI6bPfHKpxVvzwEkOkBY/SKO d28kTFfTmZM/N1D9WnEOxxbFvzaKyv0ZlzSSdUXsf9A3Nu0hxJmx0NWJsJrtkJxA+RdI=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kpTCq-0005rV-Ar for control@debbugs.gnu.org; Wed, 16 Dec 2020 10:34:50 +0100 Date: Wed, 16 Dec 2020 10:34:47 +0100 Message-Id: <874kkmnlfs.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #45257 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: forcemerge 45257 22844 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 (-) forcemerge 45257 22844 quit From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 04 06:28:51 2021 Received: (at 45257) by debbugs.gnu.org; 4 Jun 2021 10:28:51 +0000 Received: from localhost ([127.0.0.1]:45486 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lp74J-0007RD-2t for submit@debbugs.gnu.org; Fri, 04 Jun 2021 06:28:51 -0400 Received: from quimby.gnus.org ([95.216.78.240]:33400) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lp74D-0007Qu-Te for 45257@debbugs.gnu.org; Fri, 04 Jun 2021 06:28:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=WIdrWTsQSKDZDzHZNJf+h5Nzhn5ZuPfKv7lhuKuYDgk=; b=RTVCuyBNKkLOdzY2blLVN1wXAa Vynxw473phexGjznAHCDMz2FLUi2uNhaiXVVOBUrnhpvHsY1tCXb0KLkGhe6BhOmGWQXV2dVjbWzg M+iuMrBOU9vwlq2y4hMxYKgDk8lc+FG5cF3KqjVG/5oLfg0A4MzgKCDXLZli4C5r1414=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lp743-0004O5-Fw; Fri, 04 Jun 2021 12:28:35 +0200 From: Lars Ingebrigtsen To: Eli Zaretskii Subject: Re: bug#45257: 27.1; ido-find-file incorrectly handles directory names beginning with tilde(~) References: <878s9zujke.fsf@posteo.de> <83tusn9b8y.fsf@gnu.org> X-Now-Playing: The Expelled's _Make More Noise (3)_: "Government Policy" Date: Fri, 04 Jun 2021 12:28:30 +0200 In-Reply-To: <83tusn9b8y.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 15 Dec 2020 20:26:21 +0200") Message-ID: <87y2bpx6sx.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.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: Eli Zaretskii writes: >> Expected behavior: >> See "Find file: /tmp/ido/~example/test [No match]" in Minibuffer >> >> Observed behavior: >> See "~/~example/test [No match]" in Minibuffer > > You need to quote such special [...] 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.7 (/) X-Debbugs-Envelope-To: 45257 Cc: benthor@posteo.de, 45257@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 (-) Eli Zaretskii writes: >> Expected behavior: >> See "Find file: /tmp/ido/~example/test [No match]" in Minibuffer >> >> Observed behavior: >> See "~/~example/test [No match]" in Minibuffer > > You need to quote such special file names, using "/:". So I think this works basically as designed, and I'm closing this bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 04 06:28:55 2021 Received: (at control) by debbugs.gnu.org; 4 Jun 2021 10:28:55 +0000 Received: from localhost ([127.0.0.1]:45488 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lp74N-0007RO-HH for submit@debbugs.gnu.org; Fri, 04 Jun 2021 06:28:55 -0400 Received: from quimby.gnus.org ([95.216.78.240]:33416) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lp74H-0007Qz-Ud for control@debbugs.gnu.org; Fri, 04 Jun 2021 06:28:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=CfpYJCx01KDef+QAO4F9NaVQC73snFNj59ITUA/owN0=; b=ktwKxa13YpiCeN6d90Gs2kkYmc a6Ffg7dWDAsN7BICl2OJ1bo6NH+bjn+WnD1W5D7fwnocKVs8LTTXX08EflX2L+RbpPOyKkOnz4HWv m46KRw45roYxypm/yP5UYK3j3ApVD0JdVIkqe84gN7fTJlrSwHcKqwqq82OyCJNfHsBQ=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lp74A-0004OC-Fx for control@debbugs.gnu.org; Fri, 04 Jun 2021 12:28:40 +0200 Date: Fri, 04 Jun 2021 12:28:38 +0200 Message-Id: <87wnr9x6sp.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #45257 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: close 45257 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.7 (/) 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.7 (-) close 45257 quit From unknown Fri Jun 20 20:10:15 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, 02 Jul 2021 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