From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: tramp-compat-funcall -> compat-funcall? Date: Thu, 22 Sep 2016 14:23:45 -0400 Message-ID: References: <87lgykci0z.fsf@lifelogs.com> <87fuosdq85.fsf@gmx.de> <874m57lt1b.fsf@gmx.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1474572787 1151 195.159.176.226 (22 Sep 2016 19:33:07 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 22 Sep 2016 19:33:07 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 22 21:33:04 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bn9jp-0007Co-Ps for ged-emacs-devel@m.gmane.org; Thu, 22 Sep 2016 21:32:53 +0200 Original-Received: from localhost ([::1]:58408 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bn9jn-0001zw-W7 for ged-emacs-devel@m.gmane.org; Thu, 22 Sep 2016 15:32:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bn8bU-0000UH-3d for emacs-devel@gnu.org; Thu, 22 Sep 2016 14:20:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bn8bP-0007qH-T1 for emacs-devel@gnu.org; Thu, 22 Sep 2016 14:20:11 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:42758) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bn8bP-0007oV-Od for emacs-devel@gnu.org; Thu, 22 Sep 2016 14:20:07 -0400 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id u8MIK2LV013067; Thu, 22 Sep 2016 14:20:02 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 66F766024A; Thu, 22 Sep 2016 14:23:45 -0400 (EDT) In-Reply-To: <874m57lt1b.fsf@gmx.de> (Michael Albinus's message of "Thu, 22 Sep 2016 19:54:08 +0200") X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV5805=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5805> : inlines <5262> : streams <1704822> : uri <2293977> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:207709 Archived-At: >>>> IOW, if there's a kind of situation that recurs often enough to warrant >>>> something like (tramp-)compat-funcall you should report this as a bug. >>> `tramp-compat-funcall' is almost used for backward compatibility. >>> Who shall be the target of a bug report then? >> M-x report-emacs-bug. > Package: Emacs > Version: 23.1 If you want the warning to be fixed in Emacs-23.1 then indeed I won't help you (I think it's a waste of time). But if you want to eliminate the warning (about code that should work in Emacs-23) in Emacs-25/26 then `M-x report-emacs-bug` is a good way to ask for that. Stefan