From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Emanuel Berg Newsgroups: gmane.emacs.devel Subject: Re: wrap-search 3.3.5 Date: Thu, 01 Sep 2022 21:17:59 +0200 Message-ID: <87edwuhpjs.fsf@dataswamp.org> References: <87sflkyy81.fsf@dataswamp.org> <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 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37641"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) To: emacs-devel@gnu.org Cancel-Lock: sha1:DKcF8DPJgFmo0wy7YWm3T0YR+jg= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Sep 01 21:21:15 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 1oTpkZ-0009ZN-Gr for ged-emacs-devel@m.gmane-mx.org; Thu, 01 Sep 2022 21:21:15 +0200 Original-Received: from localhost ([::1]:36236 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oTpkX-0002B0-3Z for ged-emacs-devel@m.gmane-mx.org; Thu, 01 Sep 2022 15:21:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47320) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTphZ-00086d-Lm for emacs-devel@gnu.org; Thu, 01 Sep 2022 15:18:12 -0400 Original-Received: from ciao.gmane.io ([116.202.254.214]:54978) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTphX-0005lj-TO for emacs-devel@gnu.org; Thu, 01 Sep 2022 15:18:09 -0400 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1oTphV-0005bT-WD for emacs-devel@gnu.org; Thu, 01 Sep 2022 21:18:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Mail-Copies-To: never Received-SPF: pass client-ip=116.202.254.214; envelope-from=ged-emacs-devel@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.25, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no 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:294499 Archived-At: Gregory Heytings wrote: >> 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. No, but I have the master copy on the desktop and it's already copied to the server, so there is or shouldn't be any need to copy anything else between those. >>> - 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 ... > > I was thinking of a somewhat generic solution, in which your > el files would stay in the same place Good ... > (~/public_html/emacs-init), and your el files under version > control (Git) in a separate place > (~/public_html/init-emacs-git). That would be OK but that should be for git-only use if so, so either symlinks (which didn't work last time) or an automated copy. > If it helps That being said, what I said above is perhaps > not clear enough. I meant "add the subdirectories of > ~/.emacs.d/ ~/public_html/emacs-init-git>" to your load-path. But this problem has nothing to do with Emacs so no changes to Emacs or any other unrelated tool should be necessary. > 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. No, for the same reason. The other way around would be OK tho. > The main point is to have a single wrap-search.el file on > your desktop. Not following, I already have that? -- underground experts united https://dataswamp.org/~incal