From unknown Mon Aug 18 09:01:11 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12016: 24.1; ff-find-other-file is not considering cc-other-file-alist for .cxx files Resent-From: Surya Gullapalli Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 21 Jul 2012 21:17:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 12016 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 12016@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.13429054144206 (code B ref -1); Sat, 21 Jul 2012 21:17:04 +0000 Received: (at submit) by debbugs.gnu.org; 21 Jul 2012 21:16:54 +0000 Received: from localhost ([127.0.0.1]:56286 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Ssh2i-00015h-R7 for submit@debbugs.gnu.org; Sat, 21 Jul 2012 17:16:53 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46683) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SsKZV-00089V-CG for submit@debbugs.gnu.org; Fri, 20 Jul 2012 17:17:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SsKTI-0004Cf-TM for submit@debbugs.gnu.org; Fri, 20 Jul 2012 17:10:54 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:39966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SsKTI-0004Cb-NZ for submit@debbugs.gnu.org; Fri, 20 Jul 2012 17:10:48 -0400 Received: from eggs.gnu.org ([208.118.235.92]:38409) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SsKTB-0005Lh-Ex for bug-gnu-emacs@gnu.org; Fri, 20 Jul 2012 17:10:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SsKT4-00040D-RR for bug-gnu-emacs@gnu.org; Fri, 20 Jul 2012 17:10:41 -0400 Received: from na3sys009aob131.obsmtp.com ([74.125.149.138]:33613) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SsKT4-0003ya-JI for bug-gnu-emacs@gnu.org; Fri, 20 Jul 2012 17:10:34 -0400 Received: from fairchild.anim.dreamworks.com ([208.71.62.25]) (using TLSv1) by na3sys009aob131.postini.com ([74.125.148.12]) with SMTP ID DSNKUAnJRGMWifqqMcxxVxr2XOGo4PjlIhl/@postini.com; Fri, 20 Jul 2012 14:10:29 PDT Received: from redfury.anim.dreamworks.com (redfury.anim.dreamworks.com [192.168.94.133]) by fairchild.anim.dreamworks.com (8.14.3/8.14.3) with ESMTP id q6KKjcQf004071 for ; Fri, 20 Jul 2012 13:45:38 -0700 Received: from redfury.anim.dreamworks.com (localhost [127.0.0.1]) by redfury.anim.dreamworks.com (8.14.3/8.13.8) with ESMTP id q6KKjcxT002303 for ; Fri, 20 Jul 2012 13:45:38 -0700 Received: (from sgullapal@localhost) by redfury.anim.dreamworks.com (8.14.3/8.14.3/Submit) id q6KKjcCI002302; Fri, 20 Jul 2012 13:45:38 -0700 From: Surya Gullapalli Date: Fri, 20 Jul 2012 13:45:38 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.2 (------) X-Mailman-Approved-At: Sat, 21 Jul 2012 17:16:45 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.2 (------) I've set cc-other-file-alist like this (setq cc-other-file-alist '( ("\\.cxx$" my-cxx-hxx-convert-fun) ("\\.hxx$" my-cxx-hxx-convert-fun) ("\\.c$" (".h")) ("\\.h$" (".c" ".cc" ".C" ".CC" ".cxx" ".cpp")) )) When calling ff-find-other-file for a .hxx file, my-cxx-hxx-convert-fun is getting called properly and I'm getting the expected list of items. But when called ff-find-other-file for .cxx file, my-cxx-hxx-convert-fun is not getting called at all and hence emacs is uanble to determine the candidate files. In GNU Emacs 24.1.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.10.4) of 2012-07-05 on redfury.anim.dreamworks.com Windowing system distributor `The X.Org Foundation', version 11.0.70101000 Configured using: `configure '--prefix=/usr/pic1/packages' '--with-x-toolkit=gtk'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=none locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: show-paren-mode: t cua-mode: t global-linum-mode: t icomplete-mode: t yas/global-mode: t tooltip-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 line-number-mode: t transient-mark-mode: t Recent input: C-x k y e s C-x k C-x 0 M-x r e p o r t - e m a c s - b u g - q f f - f i d - n f - f d - f i l e , c c - o t h e r - f i l e - l i a l i s t M-x b r e p o r t - e m a c s - b u g - i n e m a c s - b u g r e p o r t - q e m a c s - b u g - q u e r y f f - f i d - n - d - o h t h e r - f i l e , M-x e r e p o r t - e Recent messages: Checking 24 files in /usr/pic1/packages/share/emacs/24.1/lisp/cedet... Checking 57 files in /usr/pic1/packages/share/emacs/24.1/lisp/calendar... Checking 87 files in /usr/pic1/packages/share/emacs/24.1/lisp/calc... Checking 65 files in /usr/pic1/packages/share/emacs/24.1/lisp/obsolete... Checking 1 files in /usr/pic1/packages/share/emacs/24.1/leim... Checking for load-path shadows...done byte-code: End of buffer [18 times] Using a proxy for http... Contacting host: proxyrr.anim.dreamworks.com:3128 [2 times] Mark set call-interactively: Buffer is read-only: # Load-path shadows: None found. Features: (browse-url wid-edit network-stream starttls url-cache url-http tls url-gw url-auth url url-proxy url-privacy url-expand url-methods url-history url-cookie url-util url-parse auth-source eieio byte-opt bytecomp byte-compile cconv macroexp assoc password-cache url-vars mailcap windmove shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils vc-git cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs regexp-opt magit-autoloads package tabulated-list thingatpt paren cua-base linum icomplete ido tango-dark-theme yasnippet dropdown-list derived advice help-fns advice-preload easy-mmode edmacro kmacro help-mode view easymenu cl server time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 01 11:20:44 2016 Received: (at control) by debbugs.gnu.org; 1 Nov 2016 15:20:44 +0000 Received: from localhost ([127.0.0.1]:39053 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c1ark-0000R4-Jy for submit@debbugs.gnu.org; Tue, 01 Nov 2016 11:20:44 -0400 Received: from eggs.gnu.org ([208.118.235.92]:50395) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c1arh-0000Qp-VO for control@debbugs.gnu.org; Tue, 01 Nov 2016 11:20:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1arY-0001z1-La for control@debbugs.gnu.org; Tue, 01 Nov 2016 11:20:36 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1arY-0001yp-Im; Tue, 01 Nov 2016 11:20:32 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3953 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1c1arX-0000CC-L4; Tue, 01 Nov 2016 11:20:32 -0400 Date: Tue, 01 Nov 2016 17:20:46 +0200 Message-Id: <83wpgnns4x.fsf@gnu.org> From: Eli Zaretskii To: Drew Adams In-reply-to: (message from Drew Adams on Mon, 31 Oct 2016 21:35:14 -0700 (PDT)) Subject: Re: bug#24842: 24.5; `help-make-xrefs': False link-type determinations References: <919e40a4-f6c4-492d-b50f-b0671e13cb60@default> <878tt4qdjq.fsf@users.sourceforge.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -7.5 (-------) X-Debbugs-Envelope-To: control Cc: 24842@debbugs.gnu.org, npostavs@users.sourceforge.net 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: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.5 (-------) severity 12016 minor severity 24842 minor merge 9445 12016 24842 thanks Duplicate of 12016 and 9445. From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 01 12:16:57 2016 Received: (at control) by debbugs.gnu.org; 1 Nov 2016 16:16:57 +0000 Received: from localhost ([127.0.0.1]:39161 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c1bk9-0003X2-Ec for submit@debbugs.gnu.org; Tue, 01 Nov 2016 12:16:57 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46343) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c1bk7-0003Wn-JA for control@debbugs.gnu.org; Tue, 01 Nov 2016 12:16:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1bjy-0002wB-K5 for control@debbugs.gnu.org; Tue, 01 Nov 2016 12:16:50 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1bjy-0002w1-Hp for control@debbugs.gnu.org; Tue, 01 Nov 2016 12:16:46 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4076 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1c1bjx-0000rX-Jz for control@debbugs.gnu.org; Tue, 01 Nov 2016 12:16:46 -0400 Date: Tue, 01 Nov 2016 18:16:59 +0200 Message-Id: <83pomfnpj8.fsf@gnu.org> From: Eli Zaretskii To: control@debbugs.gnu.org In-reply-to: (message from Noam Postavsky on Tue, 1 Nov 2016 11:34:36 -0400) Subject: Re: bug#24842: 24.5; `help-make-xrefs': False link-type determinations References: <919e40a4-f6c4-492d-b50f-b0671e13cb60@default> <878tt4qdjq.fsf@users.sourceforge.net> <83wpgnns4x.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -7.5 (-------) 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: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.5 (-------) unmerge 12016 severity 12016 normal severity 12106 minor merge 12106 9445 thanks From unknown Mon Aug 18 09:01:11 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12016: 24.1; ff-find-other-file is not considering cc-other-file-alist for .cxx files Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 15 Jul 2021 22:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12016 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Surya Gullapalli Cc: 12016@debbugs.gnu.org Received: via spool by 12016-submit@debbugs.gnu.org id=B12016.162638965415670 (code B ref 12016); Thu, 15 Jul 2021 22:55:01 +0000 Received: (at 12016) by debbugs.gnu.org; 15 Jul 2021 22:54:14 +0000 Received: from localhost ([127.0.0.1]:49985 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4AFC-00044g-H2 for submit@debbugs.gnu.org; Thu, 15 Jul 2021 18:54:14 -0400 Received: from quimby.gnus.org ([95.216.78.240]:33556) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4AFB-00044R-4r for 12016@debbugs.gnu.org; Thu, 15 Jul 2021 18:54:13 -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=0PhYmcKUgKuPZtnSpWQ1yPoe8lXWsglTARYOc0yjeSg=; b=EDQbF7WXuRQHpJlWaLjza+VuCb kHewEU9inO2DCjOMsokt6Rz5H6Q8oUXHfNKLM2fm8OIYr4cyArH4MYpK0R+S9wdOkEZvpMdiiQlQz sbrpNlxsJEA/asLkLLyWNlYiTBlvAmd1eJMS2XYfa6pcAOkmASJyDCO+b+jA5/ZPyHSc=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m4AF2-0005o3-Jq; Fri, 16 Jul 2021 00:54:07 +0200 From: Lars Ingebrigtsen References: X-Now-Playing: Colored Music's _Individual Beauty_: "Tamare Kurawanka (Previously Unreleased Version)" Date: Fri, 16 Jul 2021 00:54:04 +0200 In-Reply-To: (Surya Gullapalli's message of "Fri, 20 Jul 2012 13:45:38 -0700") Message-ID: <87k0lrdw8j.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: Surya Gullapalli writes: > I've set cc-other-file-alist like this > > (setq cc-other-file-alist > '( > ("\\.cxx$" my-cxx-hxx-convert-fun) > ("\\.hxx$" my-cxx-hxx-convert-fun) > ("\\.c$" (".h")) > ("\\.h$" (".c" ".cc" ".C" ".C [...] 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: -2.3 (--) 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 (---) Surya Gullapalli writes: > I've set cc-other-file-alist like this > > (setq cc-other-file-alist > '( > ("\\.cxx$" my-cxx-hxx-convert-fun) > ("\\.hxx$" my-cxx-hxx-convert-fun) > ("\\.c$" (".h")) > ("\\.h$" (".c" ".cc" ".C" ".CC" ".cxx" ".cpp")) > )) > > When calling ff-find-other-file for a .hxx file, my-cxx-hxx-convert-fun > is getting called properly and I'm getting the expected list of > items. But when called ff-find-other-file for .cxx file, > my-cxx-hxx-convert-fun is not getting called at all and hence emacs is > uanble to determine the candidate files. (I'm going through old bug reports that unfortunately got no response at the time.) I'm unable to reproduce this problem in Emacs 25.1 (and Emacs 28). Are you still seeing this issue in recent Emacs versions? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 15 18:54:21 2021 Received: (at control) by debbugs.gnu.org; 15 Jul 2021 22:54:22 +0000 Received: from localhost ([127.0.0.1]:49988 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4AFJ-000451-O6 for submit@debbugs.gnu.org; Thu, 15 Jul 2021 18:54:21 -0400 Received: from quimby.gnus.org ([95.216.78.240]:33570) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4AFH-00044e-BH for control@debbugs.gnu.org; Thu, 15 Jul 2021 18:54:19 -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=PWYlsEK9HOy3w1fLWtC6sm20UwDvwKUHIuhavioPbps=; b=P04Eyovguix5qVeZhasTTty2Xm ba/MDR7NfYXNWoL40K/B0RgVbtvadl72xnJ0wwod1UagNafkIYCzGt56+VdNQjKcRa0G1d2V0Uukt ePcl/RFmofh2wdzP5AdNvC0anTXBtaK8EACr9tVh2AhvpnG3+aCud/53RoqzxIsLmTyw=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m4AF9-0005oD-Lu for control@debbugs.gnu.org; Fri, 16 Jul 2021 00:54:13 +0200 Date: Fri, 16 Jul 2021 00:54:11 +0200 Message-Id: <87im1bdw8c.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #12016 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 12016 + moreinfo 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: -2.3 (--) 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: -3.3 (---) tags 12016 + moreinfo quit From unknown Mon Aug 18 09:01:11 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12016: 24.1; ff-find-other-file is not considering cc-other-file-alist for .cxx files Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 13 Aug 2021 12:36:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12016 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Surya Gullapalli Cc: 12016@debbugs.gnu.org Received: via spool by 12016-submit@debbugs.gnu.org id=B12016.162885811532351 (code B ref 12016); Fri, 13 Aug 2021 12:36:01 +0000 Received: (at 12016) by debbugs.gnu.org; 13 Aug 2021 12:35:15 +0000 Received: from localhost ([127.0.0.1]:40732 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEWP5-0008Pj-KM for submit@debbugs.gnu.org; Fri, 13 Aug 2021 08:35:15 -0400 Received: from quimby.gnus.org ([95.216.78.240]:50914) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEWP3-0008PT-Tw for 12016@debbugs.gnu.org; Fri, 13 Aug 2021 08:35:14 -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=MEu18PPct71Q++lb95CqHKSWxiorlpyDeXCboO8yZ5c=; b=osDd+Gpj1wtkq6VwWJxh28aUXV AL+NwG+GCeS955JdYd7hgNrIhIYucFluYvPfuZ7Uky1ORabYfyuViN4pxHb2+GZDsSnR6h3SRspGK bQAbluSaWnsHgenIcxr6l+rkzUH5s5WYQW5gCu1l79ghhDQGvEoyWvTl7hfVMv+n59s4=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mEWOt-0003d0-9o; Fri, 13 Aug 2021 14:35:07 +0200 From: Lars Ingebrigtsen References: <87k0lrdw8j.fsf@gnus.org> Date: Fri, 13 Aug 2021 14:35:02 +0200 In-Reply-To: <87k0lrdw8j.fsf@gnus.org> (Lars Ingebrigtsen's message of "Fri, 16 Jul 2021 00:54:04 +0200") Message-ID: <87a6lled55.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: Lars Ingebrigtsen writes: > I'm unable to reproduce this problem in Emacs 25.1 (and Emacs 28). > > Are you still seeing this issue in recent Emacs versions? More information was requested, but no response was given within a month, so I'm closing this bug report. If the problem still exists, please respond to this email and we'll reopen the bug report. 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: -2.3 (--) 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 (---) Lars Ingebrigtsen writes: > I'm unable to reproduce this problem in Emacs 25.1 (and Emacs 28). > > Are you still seeing this issue in recent Emacs versions? More information was requested, but no response was given within a month, so I'm closing this bug report. If the problem still exists, please respond to this email and we'll reopen the bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 13 08:35:21 2021 Received: (at control) by debbugs.gnu.org; 13 Aug 2021 12:35:21 +0000 Received: from localhost ([127.0.0.1]:40735 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEWPA-0008Q2-RR for submit@debbugs.gnu.org; Fri, 13 Aug 2021 08:35:21 -0400 Received: from quimby.gnus.org ([95.216.78.240]:50950) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEWP9-0008Ph-N7 for control@debbugs.gnu.org; Fri, 13 Aug 2021 08:35:19 -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=sMRHLyWhbok1jb+U0vZ3dMkJYpiIW8Y4sfKfxl9DOI8=; b=Gkbtzg5ic+CFEqyYu36rPZ+rn0 pGbgKw+QNB1lwBiXXDF/7WAvrvwPCzbvQCY7frY+eT0jXH5A9Qrjcsu1WyqNCUiOjPl2gddOpPGId IYXzX4kGPJg5csosBkb7V82Zwdz+65Kp5E5o8nVDOtPFJAFkQ2EhFgDkEvwji8VlQ6b8=; Received: from [84.212.220.105] (helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mEWP1-0003dI-Ue for control@debbugs.gnu.org; Fri, 13 Aug 2021 14:35:14 +0200 Date: Fri, 13 Aug 2021 14:35:11 +0200 Message-Id: <878s15ed4w.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #12016 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 12016 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: -2.3 (--) 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: -3.3 (---) close 12016 quit