Re: rcp problem

2003-12-05 Thread Joe
Some things to check: - the .rhosts file on Linux must be owned by you or by root and have permissions of 0600. - did you use a hostname or IP address in .rhosts? It must be a hostname. Also, ping that hostname and make sure it displays the IP address of the cygwin system to be sure it resolves

Re: rcp problem

2003-12-09 Thread Joe
On the linux system, if you "ping mohanlal", does it display the correct IP address for the Windows system (reported by "ipconfig" command on Windows)? Are you using the Cygwin rcp or the native Windows rcp command? The native Windows rcp command sends the login name exactly as it is set up in Wi

hi im joe from texas

2002-05-22 Thread joe
i was browseing through the profiles and i noticed yours : ) so i decided to drop u a lil message. anyways im joe nice to meet you. i attached a pic to this e-mail and theres also some more pics on my web site (link at the bottom) also if you have a pic could you please return it if you reply to

Re: bash- Removing Line feeds (Carriage returns) from data

2003-10-23 Thread Joe
Try piping to: tr -d '\r' "Jared Ingersoll" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > I'm currently using cygwin (updated yesterday) with a WIN2K resource kit > utility to dump logs from event viewer into a comma delimited file. One > behavior that I have noticed

Re: ls -l | less shows "escape" chars

2004-07-01 Thread Joe
Do you have ls aliased to "ls --color"? Try: /bin/ls | less "geneSmith" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > When I do "ls -l | less" a typical line looks like this with "ESC" in > reverse video and other weird chars. What causes this? Can it be fixed? > > -rwx--+

Re: ls -l | less shows "escape" chars

2004-07-01 Thread Joe
leave out the -x if you never want columns when piping to less. "geneSmith" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Joe wrote, On 7/1/2004 9:02 AM: > > > Do you have ls aliased to "ls --color"? > > > > Try: /bin/ls | less >

Re: ls -l | less shows "escape" chars

2004-07-01 Thread Joe
text. If you never do that, then it's not an issue though. "geneSmith" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Joe wrote, On 7/1/2004 11:09 AM: > > > Either don't use color or change it to --color=auto. > > > > I alias ls to

Your Rental Property Listing

2010-11-23 Thread Joe
eople Where They Are: Social Media integration with Facebook, Twitter, YouTube, etc. Check out this video that explains why JoeOptions: http://www.youtube.com/watch?v=kohBjcuPMhE We look forward to you joining us at JoeOptions! Best Regards, Joe We've sent you this email because we th

Even more problems setting up ssh server

2011-02-22 Thread Joe
I'm having problems getting the ssh server up and running. I've installed it on 5 other computers without problems, but on this computer, it just doesn't work. Perhaps something I don't know about is running in the background stopping it, but I havn't been able to figure out what. I've searched

Re: emacs autosave file names

2003-03-20 Thread Joe Buehler
Steven J. Zeil wrote: Is there a way to filter/transform characters in auto-save file names? Ask on the GNU emacs help list or bug list. Someone there can probably help you. -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http

Re: cygwin commands sometime hang on dual-processor (WinNT-SP5)

2003-03-20 Thread Joe Buehler
is list want to see. -- 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/

Re: DEBUG build of cygwin

2003-03-21 Thread Joe Buehler
TIONS= OPTIONS="$OPTIONS --enable-debugging" #OPTIONS="$OPTIONS --enable-malloc-debugging" export CC=$_BUILD/gcc export CXX=$_BUILD/c++ export CFLAGS=-g export CXXFLAGS=-g cd $_BUILD && bash ../src.temp/configure --prefi

Re: Emacs, adding PHP as major mode

2003-03-24 Thread Joe Buehler
Klaus Friis Østergaard wrote: What about adding PHP as major mode in emacs in the autoinstall and download of files? It's not part of emacs proper, so doesn't belong there. You could make it another package, though, that depends on emacs. -- Joe Buehler -- Unsubscribe info:

/proc/registry performance problem

2003-03-25 Thread Joe Buehler
px?scid=KB;en-us;q217075 Their workaround involves the use of RegGetKeySecurity(), so perhaps this is what should be used for registry keys instead of GetSecurityInfo(). I'll see if I can come up with a patch. -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simpl

Re: Corrected: setup.exe beta (testing needed - really!)

2003-03-26 Thread Joe Buehler
Robert Collins wrote: USER-VISIBLE CHANGES: Did you forget resizable dialogs or is that not done yet? -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ

Re: trying to compile emacs under cygwin

2003-03-26 Thread Joe Buehler
TMENT like the message says. I think the SLOP parameter is a comparison fuzz setting. -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

Re: how to get session transcript (like unix "script")

2003-03-26 Thread Joe Buehler
Charles D. Russell wrote: Since the unix "script" command is missing from cygwin, is there any easy way to record a transcript of a console application (both the input and output)?. You might just grab the source for script and try building it. -- Joe Buehler -- Unsubscribe info:

Re: xprompt/xecho without a full XFree86 or X11, ... sought

2003-03-26 Thread Joe Buehler
Ralf Hauser wrote: Any thoughts? Do a tcl/tk script or a perl/Tk script. Once ksh93 is a package, there is also a tksh. -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com

Re: trying to compile emacs under cygwin

2003-03-28 Thread Joe Buehler
no idea why it is set up to be so complicated. But it works! -- 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/

Re: trying to compile emacs under cygwin

2003-04-03 Thread Joe Buehler
It might be the same problem you are seeing, in which case it's not an emacs problem. If you have the same problem I do, when you run strace on a hung emacs you will see it in an infinite loop trying to deal with signal 20 (SIGCHLD). -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml

Re: emacs - Entry Point not found error

2003-06-03 Thread Joe Buehler
free86-bin package. It lives in /usr/X11R6/bin. Make sure you have the package installed and that the directory is in your PATH. It may be that libSM.dll has changed in a recent XFree86 release, in which case there is a big problem. -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#u

rsh to start background job on remote machine

2003-06-04 Thread Joe Buehler
Can someone tell me how to start a background job on a Cygwin machine using rsh? I cannot figure out how to get the job to detach -- the rsh always waits for the job to finish, which is not what I want. I just want to fire up a command on a remote machine and forget about it. -- Joe Buehler

Cygwin rsh/socket bug?

2003-06-04 Thread Joe Buehler
STDOUT and STDERR and then close(). I assume this is some kind of bug in Cygwin or in.rshd -- all I have to do on UNIX machines is close() on the same descriptors and the rsh client disconnects as desired. -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple P

Re: at command [build script attached]

2003-06-05 Thread Joe Buehler
cking the rpm file, since there was no rpm2cpio at the time. Note that this could be made a little better in that I think some system calls are now in Cygwin that were not at the time I did this. -- Joe Buehler #!/bin/bash VERSION=3.1.8-31 patch1() { patch -p0 -N <<\EOF --- parsetime.y 2002

cygipc semaphores not persistent?

2003-06-19 Thread Joe Buehler
using it. I have processes coming and going, using the semaphore to mediate access to a disk-based queue. I have been debugging the code, and it appears that the semaphore is destroyed when no process has it open? -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

[PATCH] make cygipc semaphores persistent

2003-06-19 Thread Joe Buehler
ep an open handle for all semaphores in a non-removed state. It looks as though there was code in cygipc that attempted this, but it was removed in version 1.04. I have included a couple typo fixes in the patch also. -- Joe Buehler --- ipc-daemon.c.orig 2002-11-13 15:36:53.0 -0500 +++ ip

Re: cygipc semaphores not persistent?

2003-06-19 Thread Joe Buehler
this -- the ipc-daemon process now keeps semaphores open as long as they are supposed to exist. -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Re: emacs locksup win98se

2003-07-07 Thread Joe Buehler
laptop without problems, though I don't use rxvt. There are no problems that I know of. Make sure that you have "tty" in your CYGWIN environment variable. You might also want to make sure that you have the latest emacs for Cygwin, and as a last resort perhaps upgrade your Cygwin.

Re: emacs locksup win98se

2003-07-07 Thread Joe Buehler
t variable settings via "Properties". You my need to reboot after you set it. -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

typo in description of the "cmake" package

2003-07-22 Thread Joe Buehler
There is a typo in the description of the "cmake" package as displayed by the "setup" program: cmake: A cross platform build manger -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documen

Re: [BUG] emacs cygwin compile.el next-error fails with Ant

2003-07-23 Thread Joe Buehler
: compile: Compiling 2 source files to C:\cygwin\home\evenson\work\cs9\classes C:\cygwin\home\evenson\work\cs9\src\org\unodc\data\sql\BaseQueryCommand.java:21: Try this: ant -emacs | sed 's=\\=/=g' If you want to preserve the "ant" exit code you can write a shell script. -- Joe

Re: [BUG] emacs cygwin compile.el next-error fails with Ant

2003-07-24 Thread Joe Buehler
ive/\1/=g;s/\r//g' This: 1. changes \ to / 2. changes X:/ to /cygdrive/X/ 3. removes carriage returns I saw you used some GNU sed feature for 3, so correct it if I got it wrong. I don't think it's portable to other platforms so I never use it. -- Joe Buehler -- Unsubscri

Re: GNU Emacs build: NTEmacs vs cygwinized

2003-08-07 Thread Joe Buehler
FRC wrote: xterm.c:4488: `XtNbeNiceToColormap' undeclared (first use in this function) Got it -- don't compile with Xaw3d. -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: emacs on cygwin

2002-10-14 Thread Joe Buehler
m a remote shell This works fine for Cygwin GNU emacs. You want "tty" in the CYGWIN environment variable value for it to work well. 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/

Re: cygwin emacs HOWTO?

2002-10-14 Thread Joe Buehler
t TERMINFO if it is set. Make sure the CYGWIN variable includes "tty". Also, note that there is a separate package for X11 emacs. If you don't install it, all you get from the "emacs" package is the usual terminal-mode emacs. Joe Buehler -- Unsubscribe info:

Re: emacs problem..

2002-10-15 Thread Joe Buehler
alled? Look in the /etc/setup/installed.db file for the tiff package. It was built against tiff-3.5.7-1. 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/

Re: terminal-mode cygwin/emacs problem, was: cygwin emacs HOWTO?

2002-10-15 Thread Joe Buehler
h:d:\bin > > d:\bin\cygwin\1.3.13-1\bin This is probably not good -- you have stuff in d:\bin shadowing Cygwin stuff. 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/

Re: cygwin/emacs remaps C-h

2002-10-15 Thread Joe Buehler
ete)? I.e. make C-h, Backspace, and Delete works in Cygwin the > way they do in "normal" NT emacs. For the non-X11 mode, that is standard UNIX behavior, I believe. There is no way to distinguish between backspace and C-h. For X11 mode, this is probably an emacs FAQ, so check out t

Re: terminal-mode cygwin/emacs problem

2002-10-15 Thread Joe Buehler
ay-shifting defect as emacs-nox. It won't if you run it using X11 mode and an X server. 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/

Cygwin Setup.exe..

2002-10-30 Thread Siebenmann, Joe
mum components for your target WILL BE INSTALLED. It needs to be a no-brainer. Sure, it has to be flexible so people can use it for whatever they want.. Thanks, Joe Siebenmann Inciscent Phone: 703-205-5927 Fax: 703-876-5973 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

[possible solution] Re: Cygwin Emacs-X uses 99% of cpu

2002-11-13 Thread Joe Buehler
patch is that a periodic timer is being set up in emacs but there is a timing problem with how it is initialized. I will try and rebuild the Cygwin emacs package with this patch sometime tonight. Joe Buehler --- src/xterm.c Sat Mar 16 05:34:56 2002 +++ src/xterm.c Mon Oct 14 08:36:55 2002 @@ -14

patched cygwin emacs available (for signal looping problem)

2002-11-14 Thread Joe Buehler
necessary to fix a similar problem under a version of UNIX. If this fixes anything, I will release a new version of emacs for Cygwin. Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http

Re: emacs lockup w/ TERM = linux (cygwin tty deadlock)

2002-11-18 Thread Joe Buehler
Christopher Faylor wrote: Btw, this appears to be some kind of deadlock in the pty code. Maybe Egor or Sergey or Steve O will want to investigate? If it's apropos, emacs is using the pty functions in libutil supplied by inetutils. Joe Buehler -- Unsubscribe info: http://cygwi

Re: infinite loop in rm

2002-11-18 Thread Joe Buehler
the root of the drive holding the file to be deleted. In that case, it moves the file there before trying to delete it. Make sure you make the directory mode 777 when you create it... Works for me -- I think I posted this to the list but may be wrong. Joe Buehler Index: src/winsup/cygwin

Redhat "at" daemon initial port

2002-11-22 Thread Joe Buehler
I have an initial port to Cygwin of the Redhat 8.0 "at" daemon. I do not have time at the moment to completely clean it up and get it in packageable form. However, if anyone would like to step forward and take this over, I can send you what I have. Joe Buehler -- Unsubscribe info:

Re: emacs 100% cpu usage bu

2002-11-22 Thread Joe Buehler
eared. Did you download any new Cygwin dll's also? It has been looking like the problem is in the Cygwin dll, not in emacs, so I don't want to release that new emacs package unless I have to, lest something else break. Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubsc

Re: emacs 100% cpu usage busy

2002-11-25 Thread Joe Buehler
Hans Larsen wrote: With regards to emacs, which worked properly until some weeks ago, I definitely fixed the problem by replacing the binary with the binary I downloaded from http://68.98.180.124:3000/cygwin/emacs/ without changing anything else. OK, I'll release a new emacs. Joe Bu

Re: Rev: Problem with emacs: crontabs aren't getting installed

2002-11-26 Thread Joe Buehler
le to be edited should pop up in your emacs. Edit it then do C-x# when you are done. Emacsclient will exit, but not emacs. I am curious what happens to the parent process in this case... Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: ht

Re: cygwin emacs: broken key mappings

2002-11-27 Thread Joe Buehler
ains about the way certain keys are handled in the default Cygwin console, so you might try and xterm or rxvt. Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/doc

strange location of gettext.h

2002-12-05 Thread Joe Buehler
The gettext.h header file is under /usr/share/gettext, along with some other headers in the same package. Is there some reason that the header cannot be put under /usr/include? Configure scripts will not find it where it currently is. Joe Buehler -- Unsubscribe info: http://cygwin.com

[ANNOUNCEMENT] GNU emacs 21.2-9

2002-12-06 Thread Joe Buehler
dired mode, etc. New users please be aware of a couple things: - You will want "tty" included in your CYGWIN environment variable setting, and probably "binmode". Look at the following for some documentation: http://www.cygwin.com/cygwin-ug-net/using-cygwine

Re: Emacs: completion of buffer names ignores case

2002-12-13 Thread Joe Buehler
see what I can find. 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/

[SCRIPT] Windows system dll function addresses

2002-12-13 Thread Joe Buehler
ppropriate path is on your machine. Joe Buehler #!/usr/bin/perl # # dump symbols and absolute address from Windows system dlls # # You need dumpbin for this to work. # You also need to change /sys to whatever is appropriate. # opendir(SYSDIR, "/sys"); while ($dll = readdir(SYSDIR))

Re: Emacs: completion of buffer names ignores case

2002-12-13 Thread Joe Buehler
Eric, While looking at this, I tried it -- and I have no problem on my machine. Would you run emacs --no-site-file --no-init-file and see if you still have the problem? Also, what version of windows are you running? Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Re: Emacs: completion of buffer names ignores case

2002-12-13 Thread Joe Buehler
Eric, I think you have "completion-ignore-case" set to t in your emacs. It is not set in mine. Fire it up with the no-init args I posted previously and see if it is still set. Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

[ANNOUNCEMENT] GNU emacs 21.2-11 is available

2002-12-17 Thread Joe Buehler
ot; included in your CYGWIN environment variable setting, and probably "binmode". Look at the following for some documentation: http://www.cygwin.com/cygwin-ug-net/using-cygwinenv.html Joe Buehler *** INFORMATION ON UPDATING CYGWIN *** To update your installati

[SCRIPT] find-dll-symbol

2002-12-17 Thread Joe Buehler
update the cache (dll modify times are checked) or --rebuild to rebuild the cache completely (all dll files are reexamined). Change $CACHEFILE and @DLLDIRS to suit. Joe Buehler #!/usr/bin/perl # # find symbol and dll given an address # # You need "dumpbin" for this to work. # # Set @DLLD

m4 has no version in setup.ini

2002-12-17 Thread Joe Buehler
I notice that m4 has no version in the setup.ini file. Is this by design? 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

[ANNOUNCEMENT] GNU emacs 21.2-11 is available

2002-12-17 Thread Joe Buehler
ot; included in your CYGWIN environment variable setting, and probably "binmode". Look at the following for some documentation: http://www.cygwin.com/cygwin-ug-net/using-cygwinenv.html Joe Buehler *** INFORMATION ON UPDATING CYGWIN *** To update your installati

Small wingdi.h bug

2002-12-29 Thread Joe Krahn
The following prototype in wingdi.h should not have the CONST qualifier for COLORREF. Perhaps it was mis-copied from the wglSet... function? WINGDIAPI int WINAPI wglGetLayerPaletteEntries(HDC, int, int, int, CONST COLORREF *) -- Unsubscribe info

Re: Quirky Emacs behavior -- any ideas?

2003-01-03 Thread Joe Buehler
he name appears in the emacs lisp source as part of some sort of TeX support software. Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: ht

Re: problem with emacs 21.2 on Cygwin 1.3.18-1

2003-01-06 Thread Joe Buehler
. My suspicion is that you are using an older version and not all the LISP files were recompiled properly. Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ

Re: Quirky Emacs behavior -- any ideas?

2003-01-06 Thread Joe Buehler
ed instead, and set to the constrained position if that is different. Very interesting -- something is mightily messed up here -- you did not get back the documentation for the proper function. What version of emacs 21.2 are you running, and on what version of Windows? Joe Buehler -- Unsubs

fix for "wrong number of arguments" emacs problem

2003-01-09 Thread Joe Buehler
://cygwin.com/ml/cygwin/2003-01/msg00412.html http://cygwin.com/ml/cygwin/2003-01/msg00421.html His particular problem appears to have been caused by a change to Cygwin that made "ntsec" the default behavior, which resulted in permissions problems that were cured by the reinstall. J

Re: emacs error ad-Orig-documentation called with 5 arguments

2003-01-17 Thread Joe Buehler
One thing that you might try is rolling back your cygwin DLL, if you can. Emacs was compiled against an older one, and this may be causing some problems when running against a new DLL. -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Re: emacs error ad-Orig-documentation called with 5 arguments

2003-01-23 Thread Joe Buehler
have missed this, but the problem only happens with emacs-nox. Now that I can reproduce this, I will work on a fix -- probably two DOC files (ugh -- they're not tiny). -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com

Re: New User Problems setup, emacs compiling etc.

2003-01-23 Thread Joe Buehler
the background and then you can kill it. Any suggestions on how to get emacs to work normally ? This is a FAQ. Make sure the CYGWIN environment variable contains "tty" before bash is started. You should probably make this a system environment variable setting. -- Joe Buehler -- Un

[ANNOUNCEMENT] GNU emacs 21.2-12 is available

2003-01-24 Thread Joe Buehler
y "binmode". Look at the following for some documentation: http://www.cygwin.com/cygwin-ug-net/using-cygwinenv.html Joe Buehler *** INFORMATION ON UPDATING CYGWIN *** To update your installation, click on the "Install Cygwin now" link on the http://cygwin.

Re: rsync hang - strace output - any ideas?

2003-01-29 Thread Joe Buehler
. This can be a help in understanding what a thread is hanging on. There were two versions of the script. The first one just dumps a list, the second one was enhanced with a cache and could spit out the names of the nearest function(s). -- Joe Buehler -- Unsubscribe info: http

Re: emacs in separate window

2003-01-30 Thread Joe Buehler
the emacs developers, so anyone wanting to hack up emacs might wait a bit until it is all in the official emacs CVS. -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygw

Re: stdio on bash shell/emacs

2003-01-30 Thread Joe Buehler
y what you are doing. If you are just running "shell" then you are not talking directly to the subshell -- keystrokes are going to emacs, which is buffering them up then sending them when you hit return. -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Re: emacs in separate window

2003-01-31 Thread Joe Buehler
de 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:

Re: buffer anomolies - emacs X11-21.12 vs. cvs

2003-02-04 Thread Joe Buehler
slow things down, though. -- 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/

Cygwin emacs patches integrated into official FSF CVS tree

2003-02-04 Thread Joe Buehler
() functionality. Because of licensing issues I have to rewrite the code before the FSF will accept it. The next (21.3) official GNU emacs release will probably not have the Cygwin patches in it because of release timing issues. They will eventually be in an official release, though. -- Joe Buehler

Re: I can't exit emacs

2003-02-07 Thread Joe Buehler
usual X11 UNIX interface. -- 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/

Re: gcc doesn't work: "gcc: installation problem, cannot exec `cc1': No such file or directory"

2003-02-14 Thread Joe Buehler
Niemann Hartmut wrote: I installed the cygwin environment 1.3.20-1 including gcc on a Win2000 PC, and gcc does not work: $ gcc hello.c -lm gcc: installation problem, cannot exec `cc1': No such file or directory I had a similar problem recently that was cured by a reinstall. -- Josef Bühler

Re: Kudos

2003-02-20 Thread Joe Buehler
Cygwin itself -- you have no idea what life was like before I could get a real X11 GNU emacs on our remote Windows NT build machines. We use Cygwin now and have identical build environments on UNIX and NT using the AT&T ast (ksh93) software. -- Joe Buehler -- Unsubscribe info:

Re: Kudos

2003-02-20 Thread Joe Buehler
r to me at the moment. Oh, yes, shell command blocks are just that, blocks -- they are not executed one line per shell and you don't need those awful \ characters to continue lines. Multimachine network builds are supported also, though we don't use that (yet). -- Joe Buehler

Problem with pthreads

2003-02-21 Thread Joe Sadusk
range. With 55 threads everything works exactly as expected, and with 56 it doesn't work at all. Is this a known issue, or am I doing something wrong? Thank you in advance if anyone is able to help me. Joe Sadusk QA Engineer - Isilon Systems -- Unsubscribe info: http://cygwin.com/ml/#un

setup.exe: something besides C++?

2003-03-05 Thread Joe Buehler
sy to change setup... -- 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/

Re: Answer File for Setup.exe

2003-03-05 Thread Joe Buehler
anced... -- 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/

Re: setup.exe: something besides C++?

2003-03-05 Thread Joe Buehler
Pavel Tsekov wrote: But then, it would become _huge_. You'd have to download a bunch of other software just to install Cygwin. You would use a self-extracting executable. It's easy enough to do with the info-zip software. -- Joe Buehler -- Unsubscribe info: http://cyg

Re: setup.exe: something besides C++?

2003-03-05 Thread Joe Buehler
needs. No setup.exe is going to satisfy everybody, so perhaps a CYGWIN.pm ?? I am one of the ones who would like to make install enhancements for my own use -- unattended installs for example -- but the existing code is not easy for me to figure out... -- Joe Buehler -- Unsubscribe info: http

Re: setup.exe: something besides C++?

2003-03-05 Thread Joe Buehler
lace). I may or may not try it -- time is also a concern for me. -- 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/

Re: emacs/21.2 on cygwin/1.3.13-2 or 1.3.18-1, slow startup up with-q

2003-03-07 Thread Joe Buehler
cs -q'. I have a script which runs emacs in batch mode Sounds like you are running an old release of Cygwin emacs. It is loading all that lisp because undump() was not added until recently. Upgrade your emacs. -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-

Re: emac for X11 throws error about entry point SmcClientID not be located in libSM.dll

2003-03-14 Thread Joe Buehler
on to it. Or my setup screwed up something? Or I need to find a good mirror site to download? Do you have libSM.dll somewhere? I have XFree86-bin 4.2.0-2 and /usr/X11R6/lib/libSM.dll has the symbol in it. -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug repo

Re: emac for X11 throws error about entry point SmcClientID not be located in libSM.dll

2003-03-17 Thread Joe Buehler
emacs can find the dll. -- 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/

Re: idea for mixed import/static libraries and linking with DLLs

2003-03-18 Thread Joe Buehler
static builds. Further, since all code is position-independent, you can easily make a shared library from any .o file. -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html

spawnve() problem

2003-03-18 Thread Joe Buehler
functions -- signals that should be ignored instead cause process termination. Am I correct? Any chance of changing this behavior so SIG_DFL and SIG_IGN are inherited? -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/

Re: Emacs M-x gdb does not correlate CYGWIN symlinks to source files

2003-03-19 Thread Joe Buehler
supported in the current GNU emacs port. I would pursue figuring out how to make gdb find your real source files, it should be doable. You could also use something besides symlinks -- perhaps use rsync to *copy* the files into your build area. -- Joe Buehler -- Unsubscribe info: http

Re: Emacs M-x gdb does not correlate CYGWIN symlinks to source files

2003-03-19 Thread Joe Buehler
Igor Pechtchanski wrote: Any particular reason you use Native Win32 Emacs when GNU Emacs is available under Cygwin? The Cygwin Emacs will understand symbolic links, POSIX paths, etc... Yes, I missed that -- you will probably have fewer problems with the Cygwin emacs. -- Joe Buehler

Re: Process hang(100% CPU Usage) when concurrent calling select(),cygwin1.5.5-1 WinXP/Win2000

2003-11-07 Thread Joe Buehler
g to dynamically created threads. So there may be some problem related to the dynamically allocated threads code. -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.c

Re: Building gcc on cygwin w/ Herman Ten Brugge's bounds checking patch

2003-11-10 Thread Joe Buehler
it yet. If you get it working it would be "interesting" to recompile Cygwin and all of its packages and see what happens. We have most of the core dumps out of our local Cygwin setup but there are still some happening from time to time... -- Joe Buehler -- Unsubscribe info:

Congrates on cygwin

2003-11-19 Thread Joe Baptista
Tried this package a long time ago. Didn't like it in the earlier stages - but frankly - it's fantastic now. Installed it a few weeks ago and luv it. Finally something which makes my windows useful. Congrates to all the developers. regards joe baptista Joe Baptista for Councill

TRANSLATION - Re: INSTALACION!!!

2003-11-25 Thread Joe Baptista
HIVO > CYGWIN1.DLL". I get the followin error message: "Can;t find the archive (filename) CYGWIN1.DLL" > ESTOY INSTALANDO SOBRE WINDOWS 98 SEGUNDA EDICION.ESO SERIA TODO. i'm installing this on a windows 98 second edition. regards joe Joe Baptista for Councillor

Re: TRANSLATION - Re: INSTALACION!!!

2003-11-30 Thread Joe Baptista
On Wed, 26 Nov 2003, Gerrit P. Haase wrote: > Guten Tag Joe Baptista, Thanks Gerrir :) joe > > am Dienstag, 25. November 2003 um 16:14 schrieben Sie: > > > JB> On Tue, 25 Nov 2003, Angel Linares wrote: > > >> > >> > >> > >> HOLA >

Re: Cygwin crashed by emacs???

2003-12-09 Thread Joe Buehler
.x compiler. (I can create temacs, but cannot dump that to create emacs.) So I have no idea if my attempted modification actually works. Send me your fix and I will release another version. -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: ht

Re: Memory Management on AMD64 in 32-bit mode

2004-01-19 Thread Joe Buehler
for Cygwin. -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: KSH on Win2000

2004-01-21 Thread Joe Buehler
urce from the ast-open site and compiling it. It definitely can be done though, since I am running it extensively for a build system. -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: Is it possible to move emacs from one computer to another?

2004-02-05 Thread Joe Buehler
patches. 3) When past hurdle #2, how do I force a debug build? (simply 'make DEBUG=yes'?)? I believe the script builds with debug by default -- check the script. -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/pro

  1   2   3   >