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: Sun, 25 Sep 2016 10:00:59 -0400 Message-ID: References: <87lgykci0z.fsf@lifelogs.com> <87h997u1rq.fsf@lifelogs.com> <87oa3dkct4.fsf@gmx.de> <87k2e1joi7.fsf@gmx.de> <87y42gi4q8.fsf@gmx.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1474812089 29115 195.159.176.226 (25 Sep 2016 14:01:29 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 25 Sep 2016 14:01:29 +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 Sun Sep 25 16:01:25 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 1bo9zX-0005rt-GJ for ged-emacs-devel@m.gmane.org; Sun, 25 Sep 2016 16:01:15 +0200 Original-Received: from localhost ([::1]:39115 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bo9zV-0003BX-Qk for ged-emacs-devel@m.gmane.org; Sun, 25 Sep 2016 10:01:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bo9zP-0003BE-JF for emacs-devel@gnu.org; Sun, 25 Sep 2016 10:01:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bo9zK-0002cE-Mr for emacs-devel@gnu.org; Sun, 25 Sep 2016 10:01:07 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:14720) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bo9zK-0002bJ-Iu for emacs-devel@gnu.org; Sun, 25 Sep 2016 10:01:02 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0DeBQALW9BX/63kr2xdGwEBAQMBAQGDLQEBAQEBHoRNhVCxeYYWBAICgWk8EQECAQEBAQEBAV4nhGIBAQMBJy8jEAs0EhQYDSSIVQi8VQEBCAIlin2KHAEEmVmRFYd4hguPDYE+NCCCaBuBaSCGCgEBAQ X-IPAS-Result: A0DeBQALW9BX/63kr2xdGwEBAQMBAQGDLQEBAQEBHoRNhVCxeYYWBAICgWk8EQECAQEBAQEBAV4nhGIBAQMBJy8jEAs0EhQYDSSIVQi8VQEBCAIlin2KHAEEmVmRFYd4hguPDYE+NCCCaBuBaSCGCgEBAQ X-IronPort-AV: E=Sophos;i="5.30,296,1470715200"; d="scan'208";a="273543257" Original-Received: from 108-175-228-173.dsl.teksavvy.com (HELO ceviche.home) ([108.175.228.173]) by smtp.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 25 Sep 2016 10:01:01 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 6348A66203; Sun, 25 Sep 2016 10:00:59 -0400 (EDT) In-Reply-To: <87y42gi4q8.fsf@gmx.de> (Michael Albinus's message of "Sun, 25 Sep 2016 13:44:15 +0200") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:207780 Archived-At: >>> With Emacs 25, yes. But there are still warnings when compiling with >>> Emacs 23, I believe. >> As I said, if you care about the warnings you get under old Emacsen, >> I can't help you (I can understand supporting some older Emacsen, but >> worrying about the warnings they give baffles me completely). > I haven't asked for help :-) Can't remember who, but someone requested something like `compat-funcall` in core Emacs. That's what I was responding to, fundamentally, and my answer is that we do have that but in a different form: in the form of idioms like (if (fboundp 'foo) (foo ...)). Stefan