Re: [Groff] eqn troubles

2008-10-02 Thread Robert Marks
Today I reported the miscompiled eqn in 1.19.2 to Apple. The bug report number is Bug ID# 6265830 Bob Marks > >On Sep 30, 2008, at 6:14 AM, Ralph Corderoy wrote: >> Is there somewhere to raise bugs with Apple so it might get addressed >> sometime? > >http://developer.apple.com/bugreporter/ > >Appa

Re: [Groff] eqn troubles

2008-10-01 Thread Zvezdan Petkovic
On Sep 30, 2008, at 6:14 AM, Ralph Corderoy wrote: Is there somewhere to raise bugs with Apple so it might get addressed sometime? http://developer.apple.com/bugreporter/ Apparently, one needs to register as an Apple Developer. There is a free registration option. I intend to do that for a lo

Re: [Groff] eqn troubles

2008-09-30 Thread Ralph Corderoy
Hi Zvezdan, > On Sep 29, 2008, at 3:09 PM, Stefan Tramm wrote: > > On Mac OS X 10.5.5 (with all latest patches applied) eqn(1) seems to > > be broken! > > Confirmed. Mac OS X Leopard with all the updates applied (same uname > -a output as Stefan's except the host name). It does not work. Is

Re: [Groff] eqn troubles

2008-09-29 Thread Miklos Somogyi
Dear Ralph, Werner, Clarke, Ted, Walter, Larry, Stefan, Robert, and Zvezdan! I am overwhelmed by your responses to this problem. To sum it up: 1) With Mac OS 10.5.5 Leopard came the groff suite of 1.19.2. It works ok except eqn that is not working at all. Not on Intel, not on IBM platf

Re: [Groff] eqn troubles

2008-09-29 Thread Zvezdan Petkovic
On Sep 29, 2008, at 3:09 PM, Stefan Tramm wrote: On Mac OS X 10.5.5 (with all latest patches applied) eqn(1) seems to be broken! Confirmed. Mac OS X Leopard with all the updates applied (same uname -a output as Stefan's except the host name). It does not work. I tried it with the Heirloom

Re: [Groff] eqn troubles

2008-09-29 Thread Stefan Tramm
On Mac OS X 10.5.5 (with all latest patches applied) eqn(1) seems to be broken! $ groff -Tps -e -ms > ted.ps << EOT ) .EN EOT> .EQ ) .EN EOT> x = { Y + Z } over { A + B } times ( C + D ) > .EN > EOT eqn::2: syntax error context is >>> x <<< $ uname -a Darwin vax.local 9.5.0 Darwin Kern

Re: [Groff] eqn troubles

2008-09-29 Thread Larry Kollar
Try recompiling from source. I know there was an issue in the 10.2 days, but they might still be around. I think the end of the PROBLEMS file has the magic words to make good OSX binaries. -- Larry Sent from my iPhone On Sep 29, 2008, at 9:22 AM, Miklos Somogyi <[EMAIL PROTECTED]> wrote:

Re: [Groff] eqn troubles

2008-09-29 Thread Ted Harding
As promised earlier, I have now visited my friend to see how his Macs deal with it. On both machines, I first entered (in a "terminal" window) the following: $ eqn << EOT .EQ x = y + z .EN EOT and got the usual slew of eqn output, and no error message. Then I did essentially the same with groff:

Re: [Groff] eqn troubles

2008-09-29 Thread walter harms
may be Miklos can send the eqn output ? re, wh Werner LEMBERG schrieb: >> I searched the archives and found Robert's problems with eqn, but >> nothing about the list of bad groff binaries on Macs. > > Ah, then my memory has tricked me. It's apparently only eqn which > causes problems. > > >

Re: [Groff] eqn troubles

2008-09-29 Thread Werner LEMBERG
> I searched the archives and found Robert's problems with eqn, but > nothing about the list of bad groff binaries on Macs. Ah, then my memory has tricked me. It's apparently only eqn which causes problems. Werner

Re: [Groff] eqn troubles

2008-09-29 Thread Ted Harding
On 29-Sep-08 13:06:16, Ralph Corderoy wrote: > [...] > [Miklos Somogyi wrote:] >> [...] >> Please note that eqn IS called, just it does not accept anything as >> valid. > > Are you doing this on Mac OS X as your Mailer header suggests? > There's rumours that eqn as shipped by Apple has issues. >

Re: [Groff] eqn troubles

2008-09-29 Thread Miklos Somogyi
On 29/09/2008, at 11:06 PM, Werner LEMBERG wrote: 1) eqn filename -> syntax error "context is >>> x=y+z <<<", though it should work According to your mailing program you are using a Mac. Please look up this list for bad groff binaries on Macs (this has been discussed a few t

Re: [Groff] eqn troubles

2008-09-29 Thread Miklos Somogyi
On 29/09/2008, at 11:56 PM, Clarke Echols wrote: I wrote the following: start groff source file .ll 6.5i .pl 11i .sp |2.5i This is some text. .EQ x + y = z .EN This is another line of text. End of text. End of groff file I ran the command: eqn textfile.roff |groff >textfile.

Re: [Groff] eqn troubles

2008-09-29 Thread Clarke Echols
I wrote the following: start groff source file .ll 6.5i .pl 11i .sp |2.5i This is some text. .EQ x + y = z .EN This is another line of text. End of text. End of groff file I ran the command: eqn textfile.roff |groff >textfile.ps then opened the PS file using KGhostView on Ubu

Re: [Groff] eqn troubles

2008-09-29 Thread Miklos Somogyi
On 29/09/2008, at 11:06 PM, Ralph Corderoy wrote: Hi Miklos, (Please keep the list CC'd so it doesn't fall on only me to answer.) Sorry, after a very long lull I forgot this .. Did the two-line pipeline I provided work? No 1) eqn filename -> syntax error "context is >

Re: [Groff] eqn troubles

2008-09-29 Thread Ralph Corderoy
Hi Miklos, (Please keep the list CC'd so it doesn't fall on only me to answer.) Did the two-line pipeline I provided work? > 1) eqn filename -> syntax error "context is >>> x=y+z <<<", > > though it should work > > 2) grog filename -> groff -e filename > >

Re: [Groff] eqn troubles

2008-09-29 Thread Miklos Somogyi
Ralph, 1) eqn filename -> syntax error "context is >>> x=y+z <<<", though it should work 2) grog filename -> groff -e filename groff -e filename -> syntax error 3) groff -e -ms filename -> syntax error (-ms is what you suggested) 4) alias gr "groff -set -I d

Re: [Groff] eqn troubles

2008-09-29 Thread Ralph Corderoy
Hi Miklos, > .EQ > x = y + z > .EN > .ex > > indicates a syntax error. No matter what is between .EQ and .EN, it is > syntax error. You're not really giving us enough to go on. What's the command line you're using on the above file? This works for me. echo top/.sp 2i/before/.EQ/x = y sup

[Groff] eqn troubles

2008-09-29 Thread Miklos Somogyi
I worked with eqn quite a lot in troff days of past-not-so-perfect. It was rather easy to use. Now I try my luck with groff's eqn and can't get anything going. A simple groff program like this: .EQ x = y + z .EN .ex indicates a syntax error. No matter what is between .EQ and .EN, it is syn