Re: Trouble running emacs on new box

2016-07-29 Thread David M. Karr
On 07/29/2016 07:06 PM, Ken Brown wrote: On 7/29/2016 4:51 PM, David Karr wrote: I had Cygwin running on an old box for a while. I have a desktop shortcut to run Emacs, using the following command line: - C:\cygwin64\bin\run2.exe --display 127.0.0.1:0.0 /usr/local/bin/emacs

Re: rxvt & emacs runs, but bash and others fail with STATUS_ACCESS_VIOLATION

2011-08-15 Thread David M. Karr
On 8/15/2011 10:01 AM, Larry Hall (Cygwin) wrote: On 8/14/2011 1:31 PM, David M. Karr wrote: I'm now in a situation where rxvt and Emacs runs, but the bash that rxvt runs fails with something like this: David, try running rebaseall. I should have known. Working again. Thanks. -- Pr

Still can't run XServer or any apps that require it

2011-04-23 Thread David M. Karr
Cygwin 1.7.9 on Win7SP1. Almost a week ago now, I've been unable to run my XServer, and thus any of the apps that normally run with it, like Emacs. When I run "startxwin", it just says "failed to activate core devices". Here's the XWin.0.log: Welcome to the X

Re: rebaseall rebasing dlls into cygwin address range?

2011-04-21 Thread David M. Karr
On 4/20/2011 10:26 PM, marco atzeri wrote: On Thu, Apr 21, 2011 at 3:06 AM, Christopher Faylor wrote: I just noticed today that cygz.dll was rebased right into the middle of cygwin1.dll's address range. So, I added a -v to the rebaseall run and saw that there were quite a few dlls stomping all

Re: Installed 1.5.5, need to back off to 1.3.22

2003-10-09 Thread David M. Karr
there a list of straightforward places I'd have to patch to make it work (like registry changes)? This isn't a path I want to take either, but I have no idea how to debug a problem like this. -- === David M. Karr ; Java/J2EE/XML/Unix/C++ [EMAIL PROTECTED

Questions about Cygwin's "jar" command

2003-06-22 Thread David M. Karr
rm" says "No such file or directory". If it matters, I'm on Cygwin 1.3.14 at home, and a newer release at work. I see this problem in both places. -- === David M. Karr ; Java/J2EE/XML/Unix/C++ [EMAIL PRO

Re: After Cygwin and XEmacs upgrade, read-only files aren't detected

2002-11-03 Thread David M. Karr
is already NTFS. Is there something in the cygcheck output that indicates it's fat32? -- === David M. Karr ; Java/J2EE/XML/Unix/C++ [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Re: After Cygwin and XEmacs upgrade, read-only files aren't detected

2002-11-02 Thread David M. Karr
>>>>> "David" == David M Karr <[EMAIL PROTECTED]> writes: David> Last night I upgraded my Cygwin and Cygwin/XEmacs installations to the latest. David> Today, I noticed that XEmacs can no longer notice that read-only files are David> read-only.

Re: After Cygwin and XEmacs upgrade, read-only files aren't detected

2002-11-02 Thread David M. Karr
cygcheck.out Description: Binary data -- 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/

After Cygwin and XEmacs upgrade, read-only files aren't detected

2002-11-01 Thread David M. Karr
zlib1.1.4-1 Use -h to see help about each section -- ======= David M. Karr ; Java/J2EE/XML/Unix/C++ [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug repor

can Cygwin CVS change line endings on checkout/update?

2002-09-21 Thread David M. Karr
d-line CVS? -- ======= David M. Karr ; Java/J2EE/XML/Unix/C++ [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/doc

Re: is anyone able to successfully use make/grep from within xemacs/c ygwin?

2002-03-13 Thread David M. Karr
n't noticed the same symptom with "compile", as I haven't used that in a while (I've been "ant"ing directly in a shell buffer). -- === David M. Karr ; Java/J2EE/XML/Unix/C++ [EMAIL PROTECTED]

Re: stringstream vs. strstream

2002-01-29 Thread David M. Karr
m and strstream behaving differently? Jimen> I think stringstream should behave like strstream. Comments? They behave differently because they are different. The newer "stringstream" class provides the capability to directly insert null characters, which the "ends" manipula