Re: [Emc-developers] [PATCH] Package help as html and omf instead of pdf

2009-07-01 Thread John Thornton
For me the PDF's are better at organizing the chapters than the HTML docs. What is lacking is a way to view the HTML man pages from the menu. If there was some way to include them on the meun it would be a big help to the fresh Linux user. I find myself using the EMC web site to cruse the man pag

Re: [Emc-developers] [PATCH] Package help as html and omf instead of pdf

2009-07-01 Thread Jeff Epler
On Wed, Jul 01, 2009 at 06:37:50AM -0600, John Thornton wrote: > For me the PDF's are better at organizing the chapters than the HTML docs. > > What is lacking is a way to view the HTML man pages from the menu. This can't be done, because the manpages are only on the system in a format viewable w

Re: [Emc-developers] [PATCH] Package help as html and omf instead of pdf

2009-07-01 Thread Dave Caroline
Im all for HTML its a lot easier to navigate On Wed, Jul 1, 2009 at 12:58 PM, Jeff Epler wrote: > This can't be done, because the help in the package is pdf, not html, so > there's no HTML to link to in the help menu. make it html and all will be far easier to navigate Dave CAroline ---

Re: [Emc-developers] [PATCH] Package help as html and omf instead of pdf

2009-07-01 Thread EBo
Dave Caroline said: > Im all for HTML its a lot easier to navigate > > On Wed, Jul 1, 2009 at 12:58 PM, Jeff Epler wrote: > > This can't be done, because the help in the package is pdf, not html, so > > there's no HTML to link to in the help menu. > > make it html and all will be far easier to

Re: [Emc-developers] [PATCH] Package help as html and omf insteadof pdf

2009-07-01 Thread Alex Joni
>> Im all for HTML its a lot easier to navigate >> >> On Wed, Jul 1, 2009 at 12:58 PM, Jeff Epler wrote: >> > This can't be done, because the help in the package is pdf, not html, >> > so >> > there's no HTML to link to in the help menu. >> >> make it html and all will be far easier to navigate >

Re: [Emc-developers] [PATCH] Package help as html and omf insteadof pdf

2009-07-01 Thread EBo
Alex Joni said: > >> Im all for HTML its a lot easier to navigate > >> > >> On Wed, Jul 1, 2009 at 12:58 PM, Jeff Epler wrote: > >> > This can't be done, because the help in the package is pdf, not html, > >> > so > >> > there's no HTML to link to in the help menu. > >> > >> make it html and all

[Emc-developers] posibility of adding pyvcp -g option to emc 2.3.x

2009-07-01 Thread Chris Morley
Hey Guys I am inquiring about the possibility of adding the -g option to pyvcp in an upcoming 2.3.x bug fix release. The -g option allows one to set the initial position and/or size of a standalone pyvcp panel. It is completely compatible with previous built pyvcp panels as if you do not add the

Re: [Emc-developers] posibility of adding pyvcp -g option to emc 2.3.x

2009-07-01 Thread Jeff Epler
On Wed, Jul 01, 2009 at 08:19:12PM +, Chris Morley wrote: > > Hey Guys > > I am inquiring about the possibility of adding the -g option to pyvcp > in an upcoming 2.3.x bug fix release. > > The -g option allows one to set the initial position and/or size of a > standalone pyvcp panel. > It is

Re: [Emc-developers] posibility of adding pyvcp -g option to emc 2.3.x

2009-07-01 Thread Sebastian Kuzminsky
Jeff Epler wrote: > Either way, I want to be aware of some successes using pcncconf. I > regret including hostmot2 so early, because it simply wasn't ready. > Nobody really knew it wasn't ready, because nobody was really putting it > to work yet. I agree hm2 wasnt ready for prime time back in the

Re: [Emc-developers] posibility of adding pyvcp -g option to emc 2.3.x

2009-07-01 Thread Chris Morley
> For anyone interested in seeing the patch Chris Morley mentioned: > $ git log -p -1 4a7a6c5 > > A few comments about the patch: > #added option to size/position root window. Chris Morley 2009 > #use -g [WxH+x+y] or [WxH] or [+x+y] (in pixel units) > There's no need for commen

[Emc-developers] git questions

2009-07-01 Thread Chris Morley
Is there anyway to push a specific file with out pushing other already committed files? Also how does one diff already committed files to whats in master so i can confirm the changes before pushing. (is that git diff --cached) in cvs i could modify all kinds of files and then commit (push in g

Re: [Emc-developers] posibility of adding pyvcp -g option to emc 2.3.x

2009-07-01 Thread Jeff Epler
On Thu, Jul 02, 2009 at 12:00:37AM +, Chris Morley wrote: > Yes I just haven't committed the man page yet. ( I forgot) > I'm not familiar with usage() is that python auto docs? usage() is a function in pyvcp that is called when an argument isn't realized. Jeff ---

Re: [Emc-developers] git questions

2009-07-01 Thread Jeff Epler
On Thu, Jul 02, 2009 at 01:55:18AM +, Chris Morley wrote: > Is there anyway to push a specific file with > out pushing other already committed files? Go ahead and commit the last bit of work, so that your tree is clean according to 'git status' (Before continuing with these instructions, fee

Re: [Emc-developers] git questions

2009-07-01 Thread Chris Morley
> Date: Wed, 1 Jul 2009 22:17:38 -0500 > From: jep...@unpythonic.net > To: emc-developers@lists.sourceforge.net > Subject: Re: [Emc-developers] git questions > > On Thu, Jul 02, 2009 at 01:55:18AM +, Chris Morley wrote: > > Is there anyway to push a specific file with > > out pushing other

[Emc-developers] Jeff pyvcp -g option commits for cherrypicking

2009-07-01 Thread Chris Morley
Hi Jeff. I did as you suggested made a branch (and a copy). Thanks again the two commits to master for pyvcp -g option for inclusion to emc2.3.x are: pyvcp.py 23050b3 man page for pyvcp381effb3 please review the pyvcp.py for the usage info I think its ok. Chris m _