From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: emacs-25 10597c9: Don't use 'find-program' Date: Wed, 20 Apr 2016 15:07:13 -0400 Message-ID: References: <20160411164301.22548.38008@vcs.savannah.gnu.org> <83potpbwbb.fsf@gnu.org> <83h9f1bcvd.fsf@gnu.org> <83poto9lu0.fsf@gnu.org> <0c8u0asxrp.fsf@fencepost.gnu.org> <3xbn567tfb.fsf@fencepost.gnu.org> <8337qiagzq.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1461179239 31723 80.91.229.3 (20 Apr 2016 19:07:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Apr 2016 19:07:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 20 21:07:18 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1asxT4-0008OG-Iv for ged-emacs-devel@m.gmane.org; Wed, 20 Apr 2016 21:07:18 +0200 Original-Received: from localhost ([::1]:54757 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asxT3-00044Z-R7 for ged-emacs-devel@m.gmane.org; Wed, 20 Apr 2016 15:07:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asxT0-00042c-EN for emacs-devel@gnu.org; Wed, 20 Apr 2016 15:07:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asxSz-0002ZG-PO for emacs-devel@gnu.org; Wed, 20 Apr 2016 15:07:14 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50293) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asxSz-0002Z9-Mb for emacs-devel@gnu.org; Wed, 20 Apr 2016 15:07:13 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1asxSz-0006oY-6M; Wed, 20 Apr 2016 15:07:13 -0400 X-Spook: Airplane Air Marshal Reno PLF Human to Animal Gunfight X-Ran: NZ}]2#9ED1S,O15l462Cya+P^YCALN--ttRc`qG(/%^)zUxK/&@=[c&@{nlowdiTJcTXcI X-Hue: green X-Attribution: GM In-Reply-To: <8337qiagzq.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 18 Apr 2016 21:50:34 +0300") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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-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:203127 Archived-At: I'm sorry if you feel there's excessive resistance this. >From the point of view of users of POSIX (ie, non-MS) systems, such a situation with find is so weird as to seem nonsensical at first sight. Please note that find-dired is currently broken on emacs-25 due to your changes. You need to autoload the non-prefixed aliases too, and you should change all existing uses to remove the compilation warning you've added. Frankly this all seems plain wrong to me, but I'll stop discussing it.