public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Larry A. Roberts" <larry_roberts@intercept.com>
To: <cygwin@sourceware.cygnus.com>
Subject: Re: Running bash inside NT Emacs's "shell"
Date: Thu, 30 Sep 1999 23:42:00 -0000	[thread overview]
Message-ID: <004a01bf012b$11f40710$614b62c7@montana.intercept.com> (raw)
Message-ID: <19990930234200.9ei3BFFD9ylVl3XBFbaL4xDG4J2DVp1FPu91uGm5Jt4@z> (raw)

Below is a clip of my ".emacs" file. Put it in your home
directory, defined by the $HOME environment variable.

Also define $ESHELL to have the path to bash.exe.

Information like this is available from the following web
address: (although I just tried going there and got an
error).

http://www.cs.washington.edu/homes/voelker/ntemacs.html

Good Luck,

Larry

----------------------".emacs" below this line---------------

(defun my-shell-setup ()
  "For bash (cygwin 18) under Emacs 20"
  (setq comint-scroll-show-maximum-output 'this)
  (setq comint-completion-addsuffix t)
  (setq comint-eol-on-send t)
  (setq w32-quote-process-args ?\")
  (make-variable-buffer-local 'comint-completion-addsuffix))

(setq shell-mode-hook 'my-shell-setup)

(setq process-coding-system-alist (cons '("bash" . raw-text-unix)
                                        process-coding-system-alist))


(set-default-font "-*-Courier New-normal-r-*-*-17-102-*-*-c-*-*-ansi-")
(setq-default indent-tabs-mode nil)
(setq c-tab-always-indent t)

----------------------".emacs" above this line------------------


-----Original Message-----
From: Larry_Bottorff@cch.com <Larry_Bottorff@cch.com>
To: cygwin@sourceware.cygnus.com <cygwin@sourceware.cygnus.com>
Date: Friday, September 17, 1999 11:44 AM
Subject: Running bash inside NT Emacs's "shell"


I found the tip in the b20.1 readme on running bash inside emacs's
"shell". It
said to add certain lines to my "startup file". Which "startup file"
might that
be?

Larry Bottorff
mrprenzl@midusa.net
Larry_Bottorff@cch.com



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

             reply	other threads:[~1999-09-30 23:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-09-17  9:27 Larry A. Roberts [this message]
1999-09-30 23:42 ` Larry A. Roberts
  -- strict thread matches above, loose matches on Subject: below --
1999-09-17  8:43 Larry_Bottorff
1999-09-17 12:06 ` Joshua Rosen
1999-09-30 23:42   ` Joshua Rosen
1999-09-30 23:42 ` Larry_Bottorff

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='004a01bf012b$11f40710$614b62c7@montana.intercept.com' \
    --to=larry_roberts@intercept.com \
    --cc=cygwin@sourceware.cygnus.com \
    /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).