From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 20 17:15:28 2013 Received: (at submit) by debbugs.gnu.org; 20 Jun 2013 21:15:28 +0000 Received: from localhost ([127.0.0.1]:59350 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UpmCV-0003EO-OI for submit@debbugs.gnu.org; Thu, 20 Jun 2013 17:15:28 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36754) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UpmCQ-0003E3-0V for submit@debbugs.gnu.org; Thu, 20 Jun 2013 17:15:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpmCJ-0001QL-Rs for submit@debbugs.gnu.org; Thu, 20 Jun 2013 17:15:16 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-101.9 required=5.0 tests=BAYES_00, USER_IN_WHITELIST autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:36222) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpmCJ-0001QH-PT for submit@debbugs.gnu.org; Thu, 20 Jun 2013 17:15:15 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpmCI-0002Me-7B for bug-gnu-emacs@gnu.org; Thu, 20 Jun 2013 17:15:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpmCG-0001Pu-IE for bug-gnu-emacs@gnu.org; Thu, 20 Jun 2013 17:15:14 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:46389) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpmCG-0001Pf-Bv for bug-gnu-emacs@gnu.org; Thu, 20 Jun 2013 17:15:12 -0400 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r5KL8rxv019354 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 20 Jun 2013 21:08:54 GMT Received: from userz7021.oracle.com (userz7021.oracle.com [156.151.31.85]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r5KLF9C0004920 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 20 Jun 2013 21:15:10 GMT Received: from abhmt120.oracle.com (abhmt120.oracle.com [141.146.116.72]) by userz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r5KLF9tW023549 for ; Thu, 20 Jun 2013 21:15:09 GMT MIME-Version: 1.0 Message-ID: <50f28bc4-3022-4373-bb20-04f234ef64ab@default> Date: Thu, 20 Jun 2013 14:15:08 -0700 (PDT) From: Drew Adams To: bug-gnu-emacs@gnu.org Subject: 24.3.50; `locate-file-completion' gives wrong candidates - *.elc.elc and no *.el X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.7 (607090) [OL 12.0.6668.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] 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 (----) emacs -Q Add files named isearch+.el, isearch+.el~, and isearch+.elc to the current directory, then (add-to-list 'load-path ".") Then eval this: (completing-read "Library name: "=20 'locate-file-completion (cons load-path (find-library-suffixes)) nil nil nil (thing-at-point 'symbol)) Then type `isearch+ TAB TAB'. The candidates shown are these: isearch+ isearch+.elc isearch+.elc.elc isearch+.el~ There should be no *.elc.elc here, and there should be *.el (missing). The problem seems to arise when `locate-file-completion-table' invokes: (file-name-all-completions "isearch+" "."). That returns this: ("isearch+.el~" "isearch+.elc.elc" "isearch+.elc" "isearch+.el") Then, since "isearch+.el" is matched by "\\(\\.el\\(?:\\.gz\\)?\\)\\'", it is not included as a candidate. In GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2013-06-18 on LEG570 Bzr revision: 113050 handa@gnu.org-20130618145521-fvpc5viqtc85j4j4 Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --prefix=3D/c/usr --enable-checking CFLAGS=3D'-O0 -g3' CPPFLAGS=3D'-DGLYPH_DEBUG=3D1 -I/c/usr/include'' From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 28 19:58:11 2016 Received: (at 14680) by debbugs.gnu.org; 28 Apr 2016 23:58:11 +0000 Received: from localhost ([127.0.0.1]:53744 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avvox-0005Sd-EM for submit@debbugs.gnu.org; Thu, 28 Apr 2016 19:58:11 -0400 Received: from hermes.netfonds.no ([80.91.224.195]:39361) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avvov-0005SU-Pl for 14680@debbugs.gnu.org; Thu, 28 Apr 2016 19:58:10 -0400 Received: from cm-84.215.1.64.getinternet.no ([84.215.1.64] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1avvos-0001zu-WF; Fri, 29 Apr 2016 01:58:09 +0200 From: Lars Ingebrigtsen To: Drew Adams Subject: Re: bug#14680: 24.3.50; `locate-file-completion' gives wrong candidates - *.elc.elc and no *.el References: <50f28bc4-3022-4373-bb20-04f234ef64ab@default> Date: Fri, 29 Apr 2016 01:58:06 +0200 In-Reply-To: <50f28bc4-3022-4373-bb20-04f234ef64ab@default> (Drew Adams's message of "Thu, 20 Jun 2013 14:15:08 -0700 (PDT)") Message-ID: <8737q51e29.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 14680 Cc: 14680@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: 0.0 (/) Drew Adams writes: > Add files named isearch+.el, isearch+.el~, and isearch+.elc to the > current directory, then (add-to-list 'load-path ".") Then eval this: [...] > The problem seems to arise when `locate-file-completion-table' invokes: > (file-name-all-completions "isearch+" "."). That returns this: > ("isearch+.el~" "isearch+.elc.elc" "isearch+.elc" "isearch+.el") (file-name-all-completions "isearch+" ".") => ("isearch+.elc" "isearch+.el" "isearch+.el~") So I'm unable to reproduce this error. Is this from -Q? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 28 19:58:15 2016 Received: (at control) by debbugs.gnu.org; 28 Apr 2016 23:58:15 +0000 Received: from localhost ([127.0.0.1]:53747 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avvp1-0005Su-L8 for submit@debbugs.gnu.org; Thu, 28 Apr 2016 19:58:15 -0400 Received: from hermes.netfonds.no ([80.91.224.195]:39367) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avvoz-0005Sm-Lu for control@debbugs.gnu.org; Thu, 28 Apr 2016 19:58:13 -0400 Received: from cm-84.215.1.64.getinternet.no ([84.215.1.64] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1avvox-000200-Gm for control@debbugs.gnu.org; Fri, 29 Apr 2016 01:58:13 +0200 Date: Fri, 29 Apr 2016 01:58:11 +0200 Message-Id: <871t5p1e24.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #14680 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: 0.0 (/) tags 14680 moreinfo From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 29 13:01:52 2016 Received: (at 14680) by debbugs.gnu.org; 29 Apr 2016 17:01:52 +0000 Received: from localhost ([127.0.0.1]:55644 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awBnb-0007Ew-S4 for submit@debbugs.gnu.org; Fri, 29 Apr 2016 13:01:52 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:36211) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awBnb-0007El-5x for 14680@debbugs.gnu.org; Fri, 29 Apr 2016 13:01:51 -0400 Received: from aserv0021.oracle.com (aserv0021.oracle.com [141.146.126.233]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u3TH1iVN022249 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 29 Apr 2016 17:01:45 GMT Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by aserv0021.oracle.com (8.13.8/8.13.8) with ESMTP id u3TH1iDY020163 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 29 Apr 2016 17:01:44 GMT Received: from abhmp0001.oracle.com (abhmp0001.oracle.com [141.146.116.7]) by aserv0122.oracle.com (8.13.8/8.13.8) with ESMTP id u3TH1fle016898; Fri, 29 Apr 2016 17:01:42 GMT MIME-Version: 1.0 Message-ID: <1b2674c2-42f0-47de-a391-bd3a070f7ac0@default> Date: Fri, 29 Apr 2016 10:01:40 -0700 (PDT) From: Drew Adams To: Lars Ingebrigtsen Subject: RE: bug#14680: 24.3.50; `locate-file-completion' gives wrong candidates - *.elc.elc and no *.el References: <50f28bc4-3022-4373-bb20-04f234ef64ab@default> <8737q51e29.fsf@gnus.org> In-Reply-To: <8737q51e29.fsf@gnus.org> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6744.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: aserv0021.oracle.com [141.146.126.233] X-Spam-Score: -3.3 (---) X-Debbugs-Envelope-To: 14680 Cc: 14680@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 (---) > > Add files named isearch+.el, isearch+.el~, and isearch+.elc to the > > current directory, then (add-to-list 'load-path ".") Then eval this: > [...] >=20 > So I'm unable to reproduce this error. Is this from -Q? Yes, it is reproducible (on MS Windows, at least), using (at least) Emacs 24 and an Emacs 25 build of a month or so ago. However, the recipe should have said to do this also, before=20 evaluating the `completing-read' sexp: (load-library "find-func") From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 29 21:44:47 2016 Received: (at 14680) by debbugs.gnu.org; 30 Aug 2016 01:44:47 +0000 Received: from localhost ([127.0.0.1]:43902 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1beY6Y-00080p-Pq for submit@debbugs.gnu.org; Mon, 29 Aug 2016 21:44:46 -0400 Received: from mail-it0-f45.google.com ([209.85.214.45]:36964) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1beY6W-00080W-4Y; Mon, 29 Aug 2016 21:44:44 -0400 Received: by mail-it0-f45.google.com with SMTP id n75so14820487ith.0; Mon, 29 Aug 2016 18:44:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=X/6isf1VNL3xPdzKRqsjzC0YCvJrF4MzqZGJlYSYRn4=; b=OjbVNeL2nF2abmvoMPnO7hc8RB/NwsUn1A52WGgUps5T1kpcqMSepuDMZE6kEi+gZW tx5JGiIDQO4DN97d5hiVFlJCO//orQtoJDGSKQi0P4XAVr9/JpIZWOplMWNO4RNRxLt7 sjG6kvdGLAAEbnd06Xx8aBEdVyz5e50uP5NTnaP8Mk3CnXxMxOG3tjsbAuGHlA02whcB yPS71CAga2ZbTNthYwYYkHabyTpVlm6Hbio6QrI0X9Qdvca9QPo+iKoKyetnD69KFilB QWcW7e3WTLZFF/RvRQd+52yCuA6uL1Scx1ozKm3Qrx2jN6jXebrKyovTtJozaXdvDJ2H ZhNw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=X/6isf1VNL3xPdzKRqsjzC0YCvJrF4MzqZGJlYSYRn4=; b=YsXJyS8uhIag4MIzbGogbV4VnuRSt8MwsPZkOH+b6FLjOBoueW9OFknXGD1Hbuyt2S oHE4vJmjyU5CZ89hbgT7i/EZyOZx2K7NJZb1s/exQQOegwN1RjswmM2TyXyQymN1Fe15 yvrYsrfnCnVH83NCR0YIrtmD1eSSBSswncrzyP/xTVtycQ5ecTxXqNvk3LAShHDZnVq9 nizqUONmQiPrUQ94tPB9+n770AyT1wuwd9xJSOb1g4Te7VDSU97fZO25YmW5pQ4GwJx3 2tB7E5V1B4wELB1xcBbY8l8eGjAu5pnsSrpHVoXDIcLnlL+UPns9+mQNGC43fk/LtNWc IRRw== X-Gm-Message-State: AE9vXwOM7/yFupw6IcbQqOPkLrPpKuOXjhQJdD69aFT82AcorJwz0CBrl94wzWLo19z44Q== X-Received: by 10.36.65.12 with SMTP id x12mr1591667ita.21.1472521478236; Mon, 29 Aug 2016 18:44:38 -0700 (PDT) Received: from zony ([45.2.7.130]) by smtp.googlemail.com with ESMTPSA id n1sm8293550ith.8.2016.08.29.18.44.37 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 29 Aug 2016 18:44:37 -0700 (PDT) From: npostavs@users.sourceforge.net To: Drew Adams Subject: Re: bug#14680: 24.3.50; `locate-file-completion' gives wrong candidates - *.elc.elc and no *.el References: <50f28bc4-3022-4373-bb20-04f234ef64ab@default> <8737q51e29.fsf@gnus.org> <1b2674c2-42f0-47de-a391-bd3a070f7ac0@default> Date: Mon, 29 Aug 2016 21:44:35 -0400 In-Reply-To: <1b2674c2-42f0-47de-a391-bd3a070f7ac0@default> (Drew Adams's message of "Fri, 29 Apr 2016 10:01:40 -0700 (PDT)") Message-ID: <8760qjqbcs.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 14680 Cc: Lars Ingebrigtsen , 14680@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: -0.7 (/) tags 14680 unreproducible quit Drew Adams writes: > Yes, it is reproducible (on MS Windows, at least), using (at least) > Emacs 24 and an Emacs 25 build of a month or so ago. > > However, the recipe should have said to do this also, before > evaluating the `completing-read' sexp: > > (load-library "find-func") Not able to reproduce on Windows 10; Emacs 24.3, 24.4, 24.5, 25.1-rc1 I tested in a directory with contents: C:\Users\npostavs\src\emacs>dir /b bug-14680-locate-file-completion bug-14680.el isearch+.el isearch+.elc isearch+.el~ Evaluated the following from emacs -Q: (load-library "find-func") (add-to-list 'load-path ".") (completing-read "Library name: " 'locate-file-completion (cons load-path (find-library-suffixes)) nil nil nil (thing-at-point 'symbol)) I got Possible completions are: isearch+ isearch+.elc isearch+.el~ From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 29 22:24:58 2016 Received: (at 14680) by debbugs.gnu.org; 30 Aug 2016 02:24:58 +0000 Received: from localhost ([127.0.0.1]:43929 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1beYjS-0002AZ-Du for submit@debbugs.gnu.org; Mon, 29 Aug 2016 22:24:58 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:49619) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1beYjQ-0002AK-W6 for 14680@debbugs.gnu.org; Mon, 29 Aug 2016 22:24:57 -0400 Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u7U2OnhM025930 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 30 Aug 2016 02:24:50 GMT Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by aserv0022.oracle.com (8.14.4/8.14.4) with ESMTP id u7U2Om0N009373 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 30 Aug 2016 02:24:48 GMT Received: from abhmp0005.oracle.com (abhmp0005.oracle.com [141.146.116.11]) by aserv0121.oracle.com (8.13.8/8.13.8) with ESMTP id u7U2OlnJ011267; Tue, 30 Aug 2016 02:24:47 GMT MIME-Version: 1.0 Message-ID: Date: Mon, 29 Aug 2016 19:24:44 -0700 (PDT) From: Drew Adams To: npostavs@users.sourceforge.net Subject: RE: bug#14680: 24.3.50; `locate-file-completion' gives wrong candidates - *.elc.elc and no *.el References: <50f28bc4-3022-4373-bb20-04f234ef64ab@default> <8737q51e29.fsf@gnus.org> <1b2674c2-42f0-47de-a391-bd3a070f7ac0@default> <8760qjqbcs.fsf@users.sourceforge.net> In-Reply-To: <8760qjqbcs.fsf@users.sourceforge.net> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6753.5000 (x86)] Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Source-IP: aserv0022.oracle.com [141.146.126.234] X-Spam-Score: -3.8 (---) X-Debbugs-Envelope-To: 14680 Cc: Lars Ingebrigtsen , 14680@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.8 (---) > tags 14680 unreproducible > quit Thanks for testing. This was my bad, I think. Sorry. From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 30 07:13:53 2016 Received: (at control) by debbugs.gnu.org; 30 Aug 2016 11:13:53 +0000 Received: from localhost ([127.0.0.1]:44115 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1begzJ-000729-Lf for submit@debbugs.gnu.org; Tue, 30 Aug 2016 07:13:53 -0400 Received: from mail-it0-f42.google.com ([209.85.214.42]:37325) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1begzH-00071r-2x for control@debbugs.gnu.org; Tue, 30 Aug 2016 07:13:51 -0400 Received: by mail-it0-f42.google.com with SMTP id n75so31296924ith.0 for ; Tue, 30 Aug 2016 04:13:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=a72HwbuJu+jImOf3m846NuXcIaJfEXqgBoLU7R99boI=; b=CphR9FMz39hs3XUnCiAAETSIeEcOJ40ZghQ1GkO9y27shh1cVTyQWlgckpCi4OvS2y uBh534S5TgpwIQeMVHzLYhWFpj0xZvDMDBCFTfzgBsdib3MbjJ8O6PEj8KPHbfA7Oj5C o2jfVNOEbrDHSHb3ilRVVuZr2iRMKn/ziKBO4frs0JjNfDnx12GxpRP+8Hz7xiLl4uvk 8vAl6vPtPf1+5xspkL06/BcrMfu977/yX5eJKdtnnlcbLorWurL58mJBovhbHalAsR// 9FBo+2Kfu/ZnxKRZ23CmJJ9a5y5nS0hqD7MUmHS4xVs4dbWWOn+jB4N99C61tD0M1rTb 9pUw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=a72HwbuJu+jImOf3m846NuXcIaJfEXqgBoLU7R99boI=; b=SiYJI+f5Sbvus0WjMQbV8UJOczyL+F4J54Ifrl10Fe/6gDSfs4dCsRXmZri6G2o21N fzYPfLQPA4mF2g+6YxoJHjmW63QAM0Pb7GHJ6QFpS9nU0PLw7PzNyjOO4DbKWvfgJVn4 kQelX1GuUYeLKrjU32PaXegjdOeJM4wrDa5z85dcECtTniSGn/d1xtuCc+CSdtW+A2FB m7Vm2utq9MjpIuHj5WZFugZKlSko0dj1HEdnyFwHhr341xhlxR47O48E5u1lW1a+3Q5T uEwCNrzvvhQKMULUGd3UL95vcoHmiqykNeR5R2vyUuPJrtKR+VbSmlj1oDX9+xk8GIUX ayOw== X-Gm-Message-State: AE9vXwM2w8xvllHZqkh8+RmG87ZkTRTGoG79ctm8rxUKlLZSXh7b9+oY/yXM9rZFPsnOyg== X-Received: by 10.36.65.150 with SMTP id b22mr5809282itd.90.1472555625284; Tue, 30 Aug 2016 04:13:45 -0700 (PDT) Received: from zony ([45.2.7.130]) by smtp.googlemail.com with ESMTPSA id h63sm9682582ita.12.2016.08.30.04.13.44 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 30 Aug 2016 04:13:44 -0700 (PDT) From: npostavs@users.sourceforge.net To: control@debbugs.gnu.org Subject: Re: bug#14680: 24.3.50; `locate-file-completion' gives wrong candidates - *.elc.elc and no *.el References: <50f28bc4-3022-4373-bb20-04f234ef64ab@default> <8737q51e29.fsf@gnus.org> <1b2674c2-42f0-47de-a391-bd3a070f7ac0@default> <8760qjqbcs.fsf@users.sourceforge.net> Date: Tue, 30 Aug 2016 07:14:02 -0400 In-Reply-To: (Drew Adams's message of "Mon, 29 Aug 2016 19:24:44 -0700 (PDT)") Message-ID: <87zinupkzp.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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: -0.7 (/) close 14680 quit Drew Adams writes: >> tags 14680 unreproducible >> quit > > Thanks for testing. This was my bad, I think. Sorry. From unknown Tue Aug 19 21:52:59 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 27 Sep 2016 11:24:04 +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