From: Artur Hefczyc <DONTkobit@SPAMplusnet.MEpl>
Subject: Re: Emacs newbie - Syntax Highlighting and Indentation
Date: Sat, 15 Nov 2003 10:47:22 +0100 [thread overview]
Message-ID: <878ymi9d5h.fsf@141-moc-9.acn.waw.pl> (raw)
In-Reply-To: bp3jrp$rgb$1@news.net.uni-c.dk
David Rasmussen <david.rasmussen@gmx.net> writes:
> Thanks to everyone. As an aside, let me just mention that emacs for windows must
> somehow be cygwin-aware. When I start emacs from a normal Windows command prompt
> or from a shortcut, it saves .emacs in c:\
> But if I start emacs from cygwin (no, I do not have emacs for cygwin installed,
> it _is_ the same emacs I am starting from cygwin, that I started from the
> command prompt and the desktop just before), it saves .emacs in
> c:\cygwin\home\david\
I use the second way of 2 above - regular NTEmacs ran from cygwin
environment.
I suggest to write simple windows script starting always emacs under
cygwin:
cat > startemacs.bat
set HOME="c:/cygwin/home/david"
set PATH="c:/cygwin/bin;c:/cygwin/usr/bin;"%HOME%
cd %HOME%
c:/path/to/emacs/emacs.exe
Or something like above.
It has many advantages over emacs in 'pure' windows environment. It
then can use all cygwin tools like bash, sed, grep, diff and others.
Look in my article mentioned in earlier post, it should contain more
detailed info about this.
Artur
--
Artur Hefczyc, Open Source Developer:
http://www.geotools.org/
http://generguide.sourceforge.net/
http://wttools.sourceforge.net/
http://maven-plugins.sourceforge.net/
next prev parent reply other threads:[~2003-11-15 9:47 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-14 15:52 Emacs newbie - Syntax Highlighting and Indentation David Rasmussen
2003-11-14 17:13 ` Uwe Siart
2003-11-14 17:48 ` Jiri Pejchal
2003-11-14 18:08 ` Michael M Mason
2003-11-14 18:20 ` Artur Hefczyc
2003-11-15 14:18 ` David Rasmussen
2003-11-15 15:08 ` Artur Hefczyc
[not found] ` <david.rasmussen@gmx.net>
2003-11-14 19:07 ` Peter S Galbraith
2003-11-15 1:11 ` Peter S Galbraith
[not found] ` <mailman.86.1068840578.399.help-gnu-emacs@gnu.org>
2003-11-14 21:33 ` Bruce Ingalls
2003-11-14 22:01 ` Stefan Monnier
2003-11-14 23:15 ` David Rasmussen
[not found] ` <mailman.117.1068862385.399.help-gnu-emacs@gnu.org>
2003-11-15 11:06 ` David Rasmussen
2003-11-15 12:43 ` Bruce Ingalls
2003-11-15 12:47 ` David Rasmussen
2003-11-14 22:13 ` David Rasmussen
2003-11-14 22:22 ` Jody M. Klymak
2003-11-15 9:47 ` Artur Hefczyc [this message]
2003-11-17 13:39 ` Kevin Dziulko
2003-11-15 15:09 ` David Rasmussen
2003-11-15 16:50 ` Artur Hefczyc
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878ymi9d5h.fsf@141-moc-9.acn.waw.pl \
--to=dontkobit@spamplusnet.mepl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).