unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Experiences with new cygwin port of GNU Emacs 21.2
@ 2002-09-13  9:49 Klaus Berndl
  2002-09-14  7:25 ` maierh
  0 siblings, 1 reply; 3+ messages in thread
From: Klaus Berndl @ 2002-09-13  9:49 UTC (permalink / raw)



Are there already experiences about the new cygwin port of GNU Emacs 21.2
which is available now?

For example experiences about stability, performance (general overall, but
also especially concerning IO and file-access)?

Maybe differences between native NTEmacs and the new cygwin-emacs?
Is there any website or something similar where i can read these topics?

Many thanks in advance,
Klaus

-- 
Klaus Berndl			mailto: klaus.berndl@sdm.de
sd&m AG				http://www.sdm.de
software design & management	
Thomas-Dehler-Str. 27, 81737 München, Germany
Tel +49 89 63812-392, Fax -220

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Experiences with new cygwin port of GNU Emacs 21.2
  2002-09-13  9:49 Experiences with new cygwin port of GNU Emacs 21.2 Klaus Berndl
@ 2002-09-14  7:25 ` maierh
  2002-09-16 10:11   ` Klaus Berndl
  0 siblings, 1 reply; 3+ messages in thread
From: maierh @ 2002-09-14  7:25 UTC (permalink / raw)



Klaus Berndl <Klaus.Berndl@sdm.de> writes:

> Are there already experiences about the new cygwin port of GNU Emacs 21.2
> which is available now?
>
> For example experiences about stability, performance (general overall, but
> also especially concerning IO and file-access)?
>
> Maybe differences between native NTEmacs and the new cygwin-emacs?
> Is there any website or something similar where i can read these topics?

As I mentioned before it's now a X11 emacs that runs on top of the
cygwin library and you need always an Xserver. Installation of the
emacs packages installs too the X11R6 and it all takes ca. 100 MB. The
cygwin xserver (XWin.exe) runs really fine and I am now looking for
working only with that xserver. All works out from the box for english
keyboards. For German keyboards it needs feedling with a xmodmap file.

For German keyboards you will find Xmodmap files under:

  http://www-usercgi.tu-chemnitz.de/~goal/xfree/#modmap

Performance (emacs -q --no-site-file):
NT  Emacs:  0 seconds
X11 Emacs:  9 seconds

Performance (my configuration):
NT  Emacs: 22 seconds
X11 Emacs: 32 seconds

It loads my tons of configuration file without any problem. Some
things needs to be adjusted with the system-type 'cygwin' and
'windows-nt' especially for shell handling. So in general it looks for
me that lisp processing is as fast as under ntemacs. In one personal
package example the cygwin emacs is faster as ntemacs (reading a 20000
line file and afterward building a hash table with all the line
offsets: cygwin emacs 3 seconds, ntemacs 4 seconds).

One think that I dislike is the old athena widget set scorll bar but
this should be really not a problem.

So my conclusion is that it's stable and works perfect.

Harald

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Experiences with new cygwin port of GNU Emacs 21.2
  2002-09-14  7:25 ` maierh
@ 2002-09-16 10:11   ` Klaus Berndl
  0 siblings, 0 replies; 3+ messages in thread
From: Klaus Berndl @ 2002-09-16 10:11 UTC (permalink / raw)


On Sat, 14 Sep 2002, maierh@myself.com wrote:

Thanks a lot for this detailed explanation. One question still remains:
The cygwin setup offers in the package list 3 emacs related packages:

- emacs
- emacs-el
- emacs-X11

Ok, emacs-el is clear if i want the elisp sources. But i took a look into the
contents of the *emacs* packages on
http://www.cygwin.com/packages/emacs/emacs-21.2-8 and it seems there are also
binaries?!

But the package *emacs-X11* contains also a binary (see
http://www.cygwin.com/packages/emacs-X11/emacs-X11-21.2-8).

Ok, now i do not understand you completely when you say "..and you need always
an Xserver...":
What are the differences between the binaries in the packages *emacs* and
*emacs-X11* and for which i need a X-Server?

Does the XFree cygwin-packages work well with Emacs and what is the mentioned
XWin.exe (where to get?).

Many thanks in advance,
Klaus

>  
>  Klaus Berndl <Klaus.Berndl@sdm.de> writes:
>  
> > Are there already experiences about the new cygwin port of GNU Emacs 21.2
> > which is available now?
> >
> > For example experiences about stability, performance (general overall, but
> > also especially concerning IO and file-access)?
> >
> > Maybe differences between native NTEmacs and the new cygwin-emacs?
> > Is there any website or something similar where i can read these topics?
>  
>  As I mentioned before it's now a X11 emacs that runs on top of the
>  cygwin library and you need always an Xserver. Installation of the
>  emacs packages installs too the X11R6 and it all takes ca. 100 MB. The
>  cygwin xserver (XWin.exe) runs really fine and I am now looking for
>  working only with that xserver. All works out from the box for english
>  keyboards. For German keyboards it needs feedling with a xmodmap file.
>  
>  For German keyboards you will find Xmodmap files under:
>  
>    http://www-usercgi.tu-chemnitz.de/~goal/xfree/#modmap
>  
>  Performance (emacs -q --no-site-file):
>  NT  Emacs:  0 seconds
>  X11 Emacs:  9 seconds
>  
>  Performance (my configuration):
>  NT  Emacs: 22 seconds
>  X11 Emacs: 32 seconds
>  
>  It loads my tons of configuration file without any problem. Some
>  things needs to be adjusted with the system-type 'cygwin' and
>  'windows-nt' especially for shell handling. So in general it looks for
>  me that lisp processing is as fast as under ntemacs. In one personal
>  package example the cygwin emacs is faster as ntemacs (reading a 20000
>  line file and afterward building a hash table with all the line
>  offsets: cygwin emacs 3 seconds, ntemacs 4 seconds).
>  
>  One think that I dislike is the old athena widget set scorll bar but
>  this should be really not a problem.
>  
>  So my conclusion is that it's stable and works perfect.
>  
>  Harald

-- 
Klaus Berndl			mailto: klaus.berndl@sdm.de
sd&m AG				http://www.sdm.de
software design & management	
Thomas-Dehler-Str. 27, 81737 München, Germany
Tel +49 89 63812-392, Fax -220

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-09-16 10:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-13  9:49 Experiences with new cygwin port of GNU Emacs 21.2 Klaus Berndl
2002-09-14  7:25 ` maierh
2002-09-16 10:11   ` Klaus Berndl

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).