From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Gregory Heytings Newsgroups: gmane.emacs.devel Subject: Re: wrap-search 3.3.5 Date: Thu, 01 Sep 2022 18:20:17 +0000 Message-ID: References: <87sflkyy81.fsf@dataswamp.org> <87tu5yo8i1.fsf@dataswamp.org> <87pmgmccwv.fsf@posteo.net> <87v8qd6x8e.fsf@dataswamp.org> <87zgfozt8h.fsf@posteo.net> <87h71woj0y.fsf@dataswamp.org> <87mtbobv4g.fsf@posteo.net> <87v8qcw081.fsf@dataswamp.org> <87pmghqi9d.fsf@dataswamp.org> <87edww9431.fsf@posteo.net> <87y1v44v76.fsf@dataswamp.org> <534c9018d29976fed936@heytings.org> <87sflc4qt3.fsf@dataswamp.org> <534c9018d2c5e398a25a@heytings.org> <87czcgjvqv.fsf@dataswamp.org> <534c9018d27590c97736@heytings.org> <87k06oyt5u.fsf@dataswamp.org> <534c9018d2e38f9686a4@heytings.org> <87ilm77wgl.fsf@dataswamp.org> <87ilm76na9.fsf@dataswamp.org> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9141"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Emanuel Berg Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Sep 01 20:21:40 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oToou-0002E4-J1 for ged-emacs-devel@m.gmane-mx.org; Thu, 01 Sep 2022 20:21:40 +0200 Original-Received: from localhost ([::1]:54416 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oToos-0006ij-Rc for ged-emacs-devel@m.gmane-mx.org; Thu, 01 Sep 2022 14:21:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38452) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTong-0005wE-Fu for emacs-devel@gnu.org; Thu, 01 Sep 2022 14:20:24 -0400 Original-Received: from heytings.org ([95.142.160.155]:48728) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTonc-0007ar-2z for emacs-devel@gnu.org; Thu, 01 Sep 2022 14:20:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20220101; t=1662056418; bh=pk9VlsvDcckHCt52z3lIqThO/FY6kp/ZsNkZNDB401w=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=du6fUqTwl2rUkd7iDa6jdjJVXByNIs2TVxVvcbuhV7ek1xO2sDr+cahxSL1u60PVw 6EDIJvGxLODp0XBMJIPaIB5tQgrty6Mu3ma7TgVCvITvhCHwHYD3o2NAwqdiaZfjSW TGpO90m4cAFNVEFSNfc25Gr8buPQJghKoSrt+qWBwFSQlKLOCkpTWpWdFK787HGuDV Bqwd2y6jGQ+yJGVm48QPPEjeaOpjQqVSmhiYWuRE5RR48PvwZORUQQkHGTjpAaLXc6 XntSo8WRsK7D2wW1XxNGwogXeLde3LPSRHDe30omfbMPIN+mhLKMmCCtr+aYbflRn6 ZSJRFIclTdRdQ== In-Reply-To: <87ilm76na9.fsf@dataswamp.org> Received-SPF: pass client-ip=95.142.160.155; envelope-from=gregory@heytings.org; helo=heytings.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:294497 Archived-At: > > But that way that directory will also be copied to the server since all > of public_html is? > Yes, that's not a problem, with the recipe you use to create the git repository, these files do not contain sensitive information. >> - add the subdirectories of ~/public_html/emacs-init-git to your >> load-path (for now that's only >> ~/public_html/emacs-init-git/wrap-search) > > Wait, we should not move around the original files and start changing > load paths of other applications, symlinks are fine but other than that > it should be a "git only" solution. > > It is just another tool that should be adapted to the problem, we are > not adapting the problem again and again for every new tool that anyone > every thought of applying on it ... > You are of course free to do what you want. I was thinking of a somewhat generic solution, in which your el files would stay in the same place (~/public_html/emacs-init), and your el files under version control (Git) in a separate place (~/public_html/init-emacs-git). That being said, what I said above is perhaps not clear enough. I meant "add the subdirectories of ~/.emacs.d/" to your load-path. If you're more comfortable with replacing ~/public_html/emacs-init/wrap-search.el with a symlink to ~/git/wrap-search/wrap-search.el, do that. The main point is to have a single wrap-search.el file on your desktop.