Re: emacs in separate window

2003-02-03 Thread Shankar Unni
Joe Buehler wrote:


A Cygwin emacs with a Windows GUI would certainly look like NTEmacs,
but it would function a bit differently -- it would support the
Cygwin shell in various places, etc.


Ooh, that would be definitely interesting, and worth switching to..
--
Shankar.



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: emacs in separate window

2003-01-31 Thread Shankar Unni
Joe Buehler wrote:


Another approach is to massage the existing NT code in emacs to use
the native windowing system instead of X11.  It probably would not be
too hard to do.


Err, wouldn't that just be NTEmacs? I thought the Cygwin build 
disabled all the NT-specific code in Emacs. Or doesn't it?

Emacs already has NT-specific code that makes it a native Windows 
application, but that version doesn't know Cygwin paths, etc. (it's 
built against mingw).



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: emacs in separate window

2003-01-31 Thread Joe Buehler
Shankar Unni wrote:


Another approach is to massage the existing NT code in emacs to use
the native windowing system instead of X11.  It probably would not be
too hard to do.



Err, wouldn't that just be NTEmacs? I thought the Cygwin build 
disabled all the NT-specific code in Emacs. Or doesn't it?

No, some of it is in there -- UNC paths work, for example.

A Cygwin emacs with a Windows GUI would certainly look like NTEmacs,
but it would function a bit differently -- it would support the
Cygwin shell in various places, etc.
--
Joe Buehler



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




emacs in separate window

2003-01-30 Thread Quan Ding
is there a way to start emacs in X mode (separate
window, with menu stuff), but without using startx and
lunching emacs within the X-window? I mean, start
emacs
from the cygwin terminal window, but running it in a
separate window.

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: emacs in separate window

2003-01-30 Thread Igor Pechtchanski
On Thu, 30 Jan 2003, Quan Ding wrote:

 is there a way to start emacs in X mode (separate window, with menu
 stuff), but without using startx and lunching emacs within the X-window?
 I mean, start emacs from the cygwin terminal window, but running it in a
 separate window.

As far as I understand the current packaging - no.  The X part of emacs
uses X11 calls, so you need an X server (not necessarily XFree86, though).

If you're ambitious, you may try to compile emacs from source and link it
with the W11 library that comes with rxvt, although I'm almost certain
there's a lot of missing functionality there.  If you succeed in building
emacs with W11 (and adding the necessary functionality to W11), I'm sure
many on this list will be interested in the results.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Oh, boy, virtual memory! Now I'm gonna make myself a really *big* RAMdisk!
  -- /usr/games/fortune


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/