From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Sivaram Neelakantan Newsgroups: gmane.emacs.help Subject: Re: OT: version control of .el files in NT Emacs Date: Fri, 09 Sep 2016 10:20:36 +0530 Message-ID: <87k2ely8v7.fsf@gmail.com> References: <87k2emxpon.fsf@gmail.com> <871t0u0zau.fsf@wanadoo.es> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1473401846 1088 195.159.176.226 (9 Sep 2016 06:17:26 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 9 Sep 2016 06:17:26 +0000 (UTC) User-Agent: Gnus/5.130015 (Ma Gnus v0.15) Emacs/24.4 (windows-nt) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 09 08:17:22 2016 Return-path: Envelope-to: geh-help-gnu-emacs@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 1biF7l-0007oh-NJ for geh-help-gnu-emacs@m.gmane.org; Fri, 09 Sep 2016 08:17:17 +0200 Original-Received: from localhost ([::1]:56106 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1biF7j-0007U1-NF for geh-help-gnu-emacs@m.gmane.org; Fri, 09 Sep 2016 02:17:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1biDmL-0001ku-GI for help-gnu-emacs@gnu.org; Fri, 09 Sep 2016 00:51:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1biDmI-000674-76 for help-gnu-emacs@gnu.org; Fri, 09 Sep 2016 00:51:05 -0400 Original-Received: from [195.159.176.226] (port=35025 helo=blaine.gmane.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1biDmI-000669-0R for help-gnu-emacs@gnu.org; Fri, 09 Sep 2016 00:51:02 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1biDlz-0005Sj-UG for help-gnu-emacs@gnu.org; Fri, 09 Sep 2016 06:50:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@blaine.gmane.org User-Mail-Address: nsivaram.net@gmail.com Cancel-Lock: sha1:gshX30vKXxGqOiUsux137vnjfq8= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 195.159.176.226 X-Mailman-Approved-At: Fri, 09 Sep 2016 02:16:46 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:111318 Archived-At: On Fri, Sep 09 2016,Óscar Fuentes wrote: > Sivaram Neelakantan writes: > [snipped 12 lines] > > In HOME put an .emacs file with a single line: > > (load "c:/Sivaram/repos/your_el_repo/emacs.el") > > where your_el_repo contains your Emacs-related files and emacs.el > contains whatever you now have in %HOME%/.emacs. dammit, that makes me look so stupid. It's exactly what I want. Thanks for the simple idea. sivaram --