From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: builds are getting slower? Date: Tue, 26 Jan 2016 14:24:39 -0500 Message-ID: References: <8337vab7nx.fsf@gnu.org> <0d7fkmdxj1.fsf@fencepost.gnu.org> <566D0BEB.4010707@cs.ucla.edu> <52wpsif21j.fsf@fencepost.gnu.org> <6tpoy9aorv.fsf@fencepost.gnu.org> <83fuz54sfk.fsf@gnu.org> <83d1u73cz8.fsf@gnu.org> <83lh8u1u71.fsf@gnu.org> <87k2n9rjib.fsf@gmail.com> <87y4blru90.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1453836320 27464 80.91.229.3 (26 Jan 2016 19:25:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Jan 2016 19:25:20 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 26 20:25:14 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 1aO9Em-0004Aj-2f for ged-emacs-devel@m.gmane.org; Tue, 26 Jan 2016 20:25:12 +0100 Original-Received: from localhost ([::1]:46325 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO9El-0007bz-GL for ged-emacs-devel@m.gmane.org; Tue, 26 Jan 2016 14:25:11 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO9ET-0007bl-GI for emacs-devel@gnu.org; Tue, 26 Jan 2016 14:24:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aO9EQ-0002Kh-4S for emacs-devel@gnu.org; Tue, 26 Jan 2016 14:24:53 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:47008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO9EP-0002K4-Tq for emacs-devel@gnu.org; Tue, 26 Jan 2016 14:24:50 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aO9EO-0003xA-2g for emacs-devel@gnu.org; Tue, 26 Jan 2016 20:24:48 +0100 Original-Received: from 108.161.125.56 ([108.161.125.56]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Jan 2016 20:24:48 +0100 Original-Received: from monnier by 108.161.125.56 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Jan 2016 20:24:48 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 108.161.125.56 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cancel-Lock: sha1:STFTjCoNXJcJnAbdYeei/fRYHUo= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:198875 Archived-At: > As a final comment, if the aim is just to override an existing > dir-locals files without modifying it, this can be done by direct > application of dir-locals-set-class-variables and > dir-locals-set-directory-class. The issue there is that the UI isn't as > convenient, and it completely replaces any dir-locals file rather than > appending+overriding it. But those things could presumably be improved. FWIW, I also dislike the .dir-locals2.el thingy and would rather we improve the support for doing it in ~/.emacs (like dir-locals-set-directory-class). Stefan