From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: C K Kashyap Newsgroups: gmane.emacs.help Subject: Re: Running emacs from a shared drive Date: Tue, 2 Sep 2014 19:20:37 +0530 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1409665886 7175 80.91.229.3 (2 Sep 2014 13:51:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Sep 2014 13:51:26 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: Jai Dayal Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 02 15:51:20 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 1XOoUP-0003oP-PQ for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Sep 2014 15:51:17 +0200 Original-Received: from localhost ([::1]:38250 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOoUP-0005du-89 for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Sep 2014 09:51:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOoUD-0005do-AK for help-gnu-emacs@gnu.org; Tue, 02 Sep 2014 09:51:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOoUC-0007a1-0Z for help-gnu-emacs@gnu.org; Tue, 02 Sep 2014 09:51:05 -0400 Original-Received: from mail-qa0-x234.google.com ([2607:f8b0:400d:c00::234]:62700) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOoUB-0007Ye-QM for help-gnu-emacs@gnu.org; Tue, 02 Sep 2014 09:51:03 -0400 Original-Received: by mail-qa0-f52.google.com with SMTP id f12so6372351qad.11 for ; Tue, 02 Sep 2014 06:50:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=l53rZo4QMPN8BrJRC1Jc/GNYO+eVmDWpcXPyN2Wtbq0=; b=pImceqrNMWikSOBcQiUcXFTuHHu+p6cQuVh4JKETuz+YHLKSfNfRdZUOua8Xvvdu9j dCxg5tWzuyD56gOZwMjTNyCNYY5Ch1Y9EIdcP3bxLSB+zPe+tfdiYDKMzpWA2DHJdhHG TtVbcSm8lLWPq6hJa1RxG6YsYaZXWh/C95cdE6Prv60NlXBcw1rxOW0ytwmlbiA6klZF 8IdbzHXZkUjo2U1WKmIuuIfuq7mpvebzlJ6Hr+s2hWrhsTcZLiGQAWZU9iuFsH+jpzx6 T34oeB71nPfrUMHNot6aBy+SXXlWKOemXuvEHKKxZMUV0MIiUQU7nkfqOjJy7JH3VLRl H/2Q== X-Received: by 10.140.93.161 with SMTP id d30mr52395051qge.53.1409665857197; Tue, 02 Sep 2014 06:50:57 -0700 (PDT) Original-Received: by 10.229.250.73 with HTTP; Tue, 2 Sep 2014 06:50:37 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c00::234 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:99595 Archived-At: Oops ... I said that too early .... looks like -u is for user and does not take a path to script. Regards, Kashyap On Tue, Sep 2, 2014 at 6:58 PM, C K Kashyap wrote: > Thanks Jai ... just what I was looking for. > Regards, > Kashyap > > > On Tue, Sep 2, 2014 at 6:43 PM, Jai Dayal wrote: > >> There's the doskey command that's similar to "alias" in bash >> environments. I guess use doskey to alias your emacs command? >> >> doskey emacs="emacs -u " >> >> Jai >> >> >> On Tue, Sep 2, 2014 at 9:09 AM, C K Kashyap wrote: >> >>> Hi, >>> In my work I need to look at other people's machines often and I struggle >>> when I do not have emacs there. So now I have kept emacs on a shared >>> drive >>> (this is a windows environment). I can run emacs from there however I was >>> wondering how I could get my ".emacs" get executed as well - which I have >>> in the same shared folder. >>> Regards, >>> Kashyap >>> >> >> >