From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Renato Pontefice Newsgroups: gmane.emacs.help Subject: Prob wit init.el / .emacs on two different installation (win - linux) Date: Mon, 20 Jan 2014 12:51:36 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1390236525 10988 80.91.229.3 (20 Jan 2014 16:48:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Jan 2014 16:48:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 20 17:48:53 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1W5I1r-00013s-G8 for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Jan 2014 17:48:51 +0100 Original-Received: from localhost ([::1]:53432 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5I1r-0002Rp-6e for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Jan 2014 11:48:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45804) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5DOF-00056r-1n for help-gnu-emacs@gnu.org; Mon, 20 Jan 2014 06:51:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5DOD-000411-Up for help-gnu-emacs@gnu.org; Mon, 20 Jan 2014 06:51:38 -0500 Original-Received: from mail-ob0-x234.google.com ([2607:f8b0:4003:c01::234]:48546) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5DOD-00040x-PP for help-gnu-emacs@gnu.org; Mon, 20 Jan 2014 06:51:37 -0500 Original-Received: by mail-ob0-f180.google.com with SMTP id wp4so1937595obc.39 for ; Mon, 20 Jan 2014 03:51:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=cCLO07eAIAwg/Sy3xnp4CsIAMGxrJPRxBhB13bkaZ4g=; b=CjHxDhFhvaeEcl5o08twfXnp4HCWfXpSH995R6or6p8ZYa8JKmQSQchYWcJ7qNtUOK sH5c0+zz+0dliQ0phD1TACqQetY7DrF90iLDyO8JR2Zs2h4e9x2AwMih8tONdsccNGcJ 14wNlInL8mRZ9aIeGS84awKra8Cyb5YRohLLFQt4Q0D3VID2F1ScV7oR0DicoPy7z5FC O1OQhMGSpVC228ZDOWRDg5MTBWhwoXP2j+xovSsO7WI1dlq6tjoiOXUHwNN8LM0TMu/l MtkL+2VySv+mC5GPAi9wQ9bJ68lttGiGkGbSkJAEO0muRu02qBbz/Q011WvUP1tvphYZ ZxUw== X-Received: by 10.60.65.5 with SMTP id t5mr15372111oes.19.1390218697014; Mon, 20 Jan 2014 03:51:37 -0800 (PST) Original-Received: by 10.76.150.193 with HTTP; Mon, 20 Jan 2014 03:51:36 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::234 X-Mailman-Approved-At: Mon, 20 Jan 2014 11:48:33 -0500 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95512 Archived-At: Hi, I have two installation of emacs: - one at work with windows xp - one at jome in linux Debian I would use the same initialization file (init.el for win, and .emacs on linux) I've created a init.el on windows with just this line: ______________________________________________ ;; -*- mode: elisp -*- (load " C:/Documents and Settings/renatop/Documenti/Dropbox/Documenti/emacs_prof/.emacs") ________________________________________________ where the .emacs reside on a Dropbox folder, accessible from both devices when I start emacs from win , i reveive the following message: _________________ Warning (initialization): An error occurred while loading `c:/emacs/.emacs.d/init.el': File error: Cannot open load file, C:/Documents and Settings/renatop/Documenti/Dropbox/Documenti/emacs_prof/.emacs To ensure normal operation, you should investigate and remove the cause of the error in your initialization file. Start Emacs with the `--debug-init' option to view a complete error backtrace. __________________ What can I llok for? TIA Renato ps I've also made a proof with init.el