Re: CM 1.1 git question

2009-02-19 Thread Carl D. Sorensen
On 2/19/09 12:56 PM, "Jonathan Kulp" wrote: > Carl D. Sorensen wrote: >> >> >> On 2/19/09 9:53 AM, "Jonathan Kulp" wrote: >> >> >>> This sounds really useful. I'd like to try to get comfortable with git >>> on a project of my own, something that doesn't have an online repo. How >>> do I

Re: Building GUB3

2009-02-19 Thread Patrick McCarty
Hi Jan, On Wed, Feb 18, 2009 at 09:46:34AM +0100, Jan Nieuwenhuizen wrote: > On di, 2009-02-17 at 13:55 -0800, Patrick McCarty wrote: > > > With the latest HEAD, gmp fails at configure for both darwin-x86 and > > darwin-ppc. The ppc build was successful for me before your last > > commit "Do not

Re: CM 1.1 git question

2009-02-19 Thread Jonathan Kulp
Maximilian Albert wrote: 2009/2/19 Jonathan Kulp : After I compile, though, and then do "git status" I get an enormous number of untracked files created since the last commit. You should create a file called ".gitignore" (note the initial dot) in the toplevel directory of the source tree which

Re: CM 1.1 git question

2009-02-19 Thread Maximilian Albert
2009/2/19 Jonathan Kulp : > Thanks Carl & Maximilian for this help. I've got it going now. At the > moment I don't see all the advantages of it for this project but I'm getting > used to the git commands and conventions at least. As I said, I also use git to track a lot of "ordinary" work, even

Re: CM 1.1 git question

2009-02-19 Thread Jean-Charles Malahieude
Le 19.02.2009 20:56, Jonathan Kulp disait : Carl D. Sorensen wrote: On 2/19/09 9:53 AM, "Jonathan Kulp" wrote: This sounds really useful. I'd like to try to get comfortable with git on a project of my own, something that doesn't have an online repo. How do I create a local git version o

Re: CM 1.1 git question

2009-02-19 Thread Jonathan Kulp
Carl D. Sorensen wrote: On 2/19/09 9:53 AM, "Jonathan Kulp" wrote: This sounds really useful. I'd like to try to get comfortable with git on a project of my own, something that doesn't have an online repo. How do I create a local git version of a directory on my machine? I tried creating

Re: CM 1.1 git question

2009-02-19 Thread Carl D. Sorensen
On 2/19/09 9:53 AM, "Jonathan Kulp" wrote: > > This sounds really useful. I'd like to try to get comfortable with git > on a project of my own, something that doesn't have an online repo. How > do I create a local git version of a directory on my machine? I tried > creating a new director

Re: CM 1.1 git question

2009-02-19 Thread Carl D. Sorensen
Yes, set your editor to strip trailing spaces, and I think you'll be good. Carl On 2/19/09 8:17 AM, "Jonathan Kulp" wrote: > Trevor Daniels wrote: > >> >> Jon, the recent patch I pushed for you (lsr-work.patch) was >> sent using Thunderbird but, as it was attached, the line >> endings were c

Re: CM 1.1 git question

2009-02-19 Thread Maximilian Albert
2009/2/19 Jonathan Kulp : > I'd like to try to get comfortable with git on a > project of my own, something that doesn't have an online repo. How do I > create a local git version of a directory on my machine? Just for the record (perhaps someone else is interested, too) - you simply cd to the d

Re: CM 1.1 git question

2009-02-19 Thread Jonathan Kulp
Jonathan Kulp wrote: This sounds really useful. I'd like to try to get comfortable with git on a project of my own, something that doesn't have an online repo. How do I create a local git version of a directory on my machine? I tried creating a new directory to house the new git repo and t

Re: CFF font in PostScript for HP printers

2009-02-19 Thread Werner LEMBERG
> [...]. This all looks nice in Ghostview, Acrobat distiller handles > it and it prints on a Ricoh printer that I have access to. However, > I cannot make it work on any HP PS printers. I don't think the > problem is the binary data. It seems that the HP printers don't know > about the FontSet r

Re: CM 1.1 git question

2009-02-19 Thread Jonathan Kulp
Maximilian Albert wrote: 2009/2/18 Jonathan Kulp : Ok I found a typo in the git instructions of CG and followed your instructions to create the patch using git. Seems to have worked great! I remember the times when I was still feeling uncomfortable with git. The thing is that when you are use

Re: CM 1.1 git question

2009-02-19 Thread Maximilian Albert
2009/2/18 Jonathan Kulp : > Ok I found a typo in the git instructions of CG and followed your > instructions to create the patch using git. Seems to have worked great! I remember the times when I was still feeling uncomfortable with git. The thing is that when you are used to non-distributed vers

Re: CFF font in PostScript for HP printers

2009-02-19 Thread Han-Wen Nienhuys
On Thu, Feb 19, 2009 at 12:40 PM, Han-Wen Nienhuys wrote: > Actually, I can't remember for sure anymore. Werner? > > > -- Forwarded message -- > From: Michael Toftdal > Date: Thu, Feb 19, 2009 at 12:26 PM > Subject: CFF font in PostScript for HP printers > To: han...@xs4all.nl >

Fwd: CFF font in PostScript for HP printers

2009-02-19 Thread Han-Wen Nienhuys
Actually, I can't remember for sure anymore. Werner? -- Forwarded message -- From: Michael Toftdal Date: Thu, Feb 19, 2009 at 12:26 PM Subject: CFF font in PostScript for HP printers To: han...@xs4all.nl Han-Wen, I found some of your comments various places on OpenType fonts

Re: CM 1.1 git question

2009-02-19 Thread Jonathan Kulp
Trevor Daniels wrote: Jon, the recent patch I pushed for you (lsr-work.patch) was sent using Thunderbird but, as it was attached, the line endings were correctly Unix (LF only). It did have white space at the end of most (every, maybe) lines, but this is easily fixed - I routinely check and re

Re: CM 1.1 git question

2009-02-19 Thread Jonathan Kulp
Trevor Daniels wrote: Jon, the recent patch I pushed for you (lsr-work.patch) was sent using Thunderbird but, as it was attached, the line endings were correctly Unix (LF only). It did have white space at the end of most (every, maybe) lines, but this is easily fixed - I routinely check and re

Re: Building GUB3

2009-02-19 Thread Jan Nieuwenhuizen
On wo, 2009-02-18 at 17:58 -0800, Patrick McCarty wrote: Hi Patrick, > I have looked into this. Initially, CC is equivalent to > "i686-mingw32-gcc", but at line 19478 of libtool's configure, its > value is "gfortran". Same at line 22451. Nice catch. Workaround in HEAD. Jan. -- Jan Nieuwenh

Re: CM 1.1 git question

2009-02-19 Thread Trevor Daniels
Jonathan Kulp wrote Wednesday, February 18, 2009 10:04 PM Johannes Schindelin wrote: Hi, On Wed, 18 Feb 2009, Jonathan Kulp wrote: I realized after I sent it, though, that I sent it from my Thunderbird email client and this historically has jacked up the line endings. We had a very "inte