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 18:58:02 +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 1409664539 22401 80.91.229.3 (2 Sep 2014 13:28:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Sep 2014 13:28:59 +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:28:54 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 1XOo8k-0007cF-HI for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Sep 2014 15:28:54 +0200 Original-Received: from localhost ([::1]:38154 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOo8k-00076G-5M for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Sep 2014 09:28:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOo8L-0006nz-0b for help-gnu-emacs@gnu.org; Tue, 02 Sep 2014 09:28:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOo8F-0004ua-M8 for help-gnu-emacs@gnu.org; Tue, 02 Sep 2014 09:28:28 -0400 Original-Received: from mail-qc0-x230.google.com ([2607:f8b0:400d:c01::230]:41025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOo8F-0004uR-7S for help-gnu-emacs@gnu.org; Tue, 02 Sep 2014 09:28:23 -0400 Original-Received: by mail-qc0-f176.google.com with SMTP id m20so6650749qcx.7 for ; Tue, 02 Sep 2014 06:28:22 -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=sajzvtW9ubtEzWNzk9HJzQhswXpL4EWBgh3409vVOiw=; b=hyxI86fgnVPGvPrR+wnlqP7DSpGWHsMLwkSUasFYbSPqXojFrmNYpEvBk70Lmb+Awy zpzhV4J0pLMWRN/+jH7oOBISFyrRGlC02mMNuwy/dzS/X+uisV/E2xyXdDVq8QnroXLk oAstMfR4vmTlpd8iLiAolU3o2v28fDsmsweMuZDmzqXlHWQY5ndnkrDPSAOK+dM3r8wG GrVP3DcBWNwv76Z2Nazlrip1SZVcJBkulS/f712aG4DpVtfLotDirdaC0dJkCOnJIx1e 3Jkg2OvjK7UoA133oWbLpU64fpJRuQ7a08mCIqr/L7CfLkZ2uMrCOVe+kIAzbhC2uQAe 4wDQ== X-Received: by 10.224.24.130 with SMTP id v2mr13264832qab.80.1409664502744; Tue, 02 Sep 2014 06:28:22 -0700 (PDT) Original-Received: by 10.229.250.73 with HTTP; Tue, 2 Sep 2014 06:28:02 -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:c01::230 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:99594 Archived-At: 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 >> > >