Re: Problem with ps2ascii

2004-09-26 Thread Alex Vinokur
"Larry Hall" wrote in message news:[EMAIL PROTECTED] > At 05:05 PM 9/26/2004, you wrote: > >$ ps2ascii foo.ps > > > >Error: /undefined in ch-xoff > >Operand stack: > > --nostringval-- --nostringval-- --nostringval-- --nostringval-- 0 > >Execution stack: > > %interp_exit .runexec2 -

Re: Problem with ps2ascii

2004-09-26 Thread Larry Hall
At 05:05 PM 9/26/2004, you wrote: >$ ps2ascii foo.ps > >Error: /undefined in ch-xoff >Operand stack: > --nostringval-- --nostringval-- --nostringval-- --nostringval-- 0 >Execution stack: > %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 >%stopped_push

x11-org-devel: 'XtStrings' can't be auto-imported

2004-09-26 Thread Jan Nieuwenhuizen
Before rebuilding tetex to fix some bugs Volker reported I upgraded my compilation environment to x11-org-devel, but I get lots of linkage problems (also for variables from Shell.h, etc.) These can be avoided by setting -DXTSTRINGDEFINES=1, which seems to work, but I guess the real problem is wit

Problem with ps2ascii

2004-09-26 Thread Alex Vinokur
$ ps2ascii foo.ps Error: /undefined in ch-xoff Operand stack: --nostringval-- --nostringval-- --nostringval-- --nostringval-- 0 Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --no

Re: spell checking in xemacs

2004-09-26 Thread Sarah Koskie
Robert R Schneck math.berkeley.edu> writes: > > Koskie, Sarah wrote: > > I used setup to download and install both the aspell and xemacs > > packages. If I click on the "Spell" button on the toolbar in xemacs, I > > get the message "Symbol's function definition is void: ispell-buffer". > > The

Re: "which" command does not expand "~" in path

2004-09-26 Thread Sven Köhler
Instead, the shell usually substitutes ~ or ~user. Look at this the output of these commands: echo ~ echo "~" This is probably common knowledge, but I learned last night that sh never expands ~. Under sh, the two lines above yield the same output, simply ~. I can confirm that for cygwin.

Re: spell checking in xemacs

2004-09-26 Thread Robert R Schneck
Koskie, Sarah wrote: > I used setup to download and install both the aspell and xemacs > packages. If I click on the "Spell" button on the toolbar in xemacs, I > get the message "Symbol's function definition is void: ispell-buffer". > The response to M-x spell, M-x aspell, and M-x ispell is [No ma

ssh-agent: Cygwin version problems

2004-09-26 Thread Duncan Murdoch
I've been using OpenSSH with Cygwin for a while now, very successfully. Thanks to all who put this together. I'd like to set up my machine for remote logins now, which makes me much more security conscious: using an old version of OpenSSH is not really an option. However, I can't find a way to g

Re: Adding "cygwin here" to Windows Explorer

2004-09-26 Thread Thorsten Kampe
* Gerrit P. Haase (2004-09-25 21:29 +0200) > Am Samstag, 25. September 2004 um 21:03 schriebst du: >> Christopher Faylor schrieb: >>> Is there any chance that this could be rolled into a package so that we >>> don't have to rehash it every few weeks. This discussion really is >>> getting rather ol

Re: lighttpd - problems with cgi scripts

2004-09-26 Thread Gerrit P. Haase
Hello Jan, Am Sonntag, 26. September 2004 um 10:13 schriebst du: > On Sat, Sep 25, 2004 at 06:52:29PM -0700, Brian Dessent wrote: >> "Gerrit P. Haase" wrote: >> >> > That works, thanks for pointing this out, however, lighttpd should >> > simply give back an error instead of burning my cpu. >> >

RE: "which" command does not expand "~" in path

2004-09-26 Thread Hannu E K Nevalainen
you ([EMAIL PROTECTED]) wrote on : > On Sun, Sep 26, 2004 at 11:25:04AM +1000, Errol Smith wrote: >> I do not know if stat() is expected to interpret ~ as $HOME. > > No, it is not. > > cgf FWIW; 'man bash' has a section on Tilde Expansion - I take it as; bash does this expansion for you, not whi