Re: emacs in its own window

2009-05-21 Thread Ken Brown
On 5/21/2009 11:20 AM, Jason Curl wrote: This may be a bit old now, but I found my emacs wouldn't start yesterday either. Just running it seemed to do nothing, it dropped me back into the shell without starting anything. an "strace emacs" showed that a library couldn't be loaded, there might

Re: emacs in its own window

2009-05-21 Thread Marc Girod
public_html> cat /Emacs.bat @echo off C: chdir C:\cygwin2\bin bash --login -c "/usr/bin/startx /usr/bin/emacs -g 80x40+88+69 -- /usr/bin/X :0 -multiwindow -clipboard" Marc -- View this message in context: http://www.nabble.com/emacs-in-its-own-window-tp23358625p23655438.html Sent

Re: emacs in its own window

2009-05-21 Thread Jason Curl
Gus K wrote: cygcheck gave the following: Found: C:\cygwin\bin\emacs.exe C:\cygwin\bin\emacs.exe C:\cygwin\bin\cygncurses7.dll C:\cygwin\bin\cygwin1.dll C:\Windows\system32\ADVAPI32.DLL C:\Windows\system32\ntdll.DLL C:\Windows\system32\KERNEL32.DLL C:

Re: emacs in its own window

2009-05-05 Thread Andy Koppe
Gus K: > I installed the X server and i get an xterm window > I type emacs& but emacs doesnt start You've started the terminal version of emacs, which just stays quiet if you put it into the background with '&'. Just omit the '&'. (Or, as Ken said, install the X version of emacs and invoke it as

Re: emacs in its own window

2009-05-05 Thread Ken Brown
On 5/5/2009 3:23 AM, Gus K wrote: cygcheck gave the following: Found: C:\cygwin\bin\emacs.exe C:\cygwin\bin\emacs.exe C:\cygwin\bin\cygncurses7.dll C:\cygwin\bin\cygwin1.dll C:\Windows\system32\ADVAPI32.DLL C:\Windows\system32\ntdll.DLL C:\Windows\system32\KER

Re: emacs in its own window

2009-05-05 Thread Dave Korn
Gus K wrote: > cygcheck gave the following: > > Found: C:\cygwin\bin\emacs.exe > C:\cygwin\bin\emacs.exe >C:\cygwin\bin\cygncurses7.dll > C:\cygwin\bin\cygwin1.dll > C:\Windows\system32\ADVAPI32.DLL > C:\Windows\system32\ntdll.DLL > C:\Windows\system32\KERNEL32

Re: emacs in its own window

2009-05-05 Thread Gus K
\system32\RPCRT4.DLL I have installed the first 4 packages-dlls How do i check about the last 4? -- View this message in context: http://www.nabble.com/emacs-in-its-own-window-tp23358625p23382349.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Unsubscribe info: http

Re: emacs in its own window

2009-05-04 Thread Larry Hall (Cygwin)
Gus K wrote: I installed the X server and i get an xterm window I type emacs& but emacs doesnt start Type 'cygcheck emacs', find the packages with the missing DLLs reported at , and rerun 'setup.exe' to install them. If that's not your problem, please read and foll

Re: emacs in its own window

2009-05-04 Thread Gus K
I installed the X server and i get an xterm window I type emacs& but emacs doesnt start -- View this message in context: http://www.nabble.com/emacs-in-its-own-window-tp23358625p23377655.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Unsubscribe info:

Re: emacs in its own window

2009-05-04 Thread Ken Brown
On 5/4/2009 3:43 PM, Gus K wrote: But what is the command to run emacs under winx??? You have to install the cygwin X server. See http://x.cygwin.com/ if you need help with that. If you start the server in the recommended way, you will get an xterm window; just type emacs& at the prompt, an

Re: emacs in its own window

2009-05-04 Thread Gus K
But what is the command to run emacs under winx??? -- View this message in context: http://www.nabble.com/emacs-in-its-own-window-tp23358625p23375222.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: emacs in its own window

2009-05-04 Thread Ken Brown
On 5/3/2009 2:58 PM, Gus K wrote: Im a beginner with Cygwin and i have just installed the Emacs editor. Could you tell me (with easy steps) what to do to have emacs in a new window and not in the commander window? If you run emacs under X windows, it will open its own window. Otherwise, it wil

emacs in its own window

2009-05-03 Thread Gus K
Im a beginner with Cygwin and i have just installed the Emacs editor. Could you tell me (with easy steps) what to do to have emacs in a new window and not in the commander window? Thanx in advance -- View this message in context: http://www.nabble.com/emacs-in-its-own-window