You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Gary Lawrence Murphy <ga...@canada.com> on 2001/06/19 03:22:35 UTC

[patch] Random Turbine API-DOCs

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org

Re: [patch] Random Turbine API-DOCs

Posted by Gary Lawrence Murphy <ga...@canada.com>.
>>>>> "H" == Henning P Schmiedehausen <ma...@hometree.net> writes:

    H> I would say, he's off by two (the plus gets removed).

    H> Looks like (setq c-basic-offset 2) to me. ;-) (Should be 4. I
    H> do this wrong all the time, too).

Hmmm ... F1-v reports ...

`c-basic-offset' is a variable declared in Lisp.
  -- loaded from "cc-vars"

Value: 4

-- 
Gary Lawrence Murphy <ga...@teledyn.com> TeleDynamics Communications Inc
Business Innovations Through Open Source Systems: http://www.teledyn.com
"Computers are useless.  They can only give you answers."(Pablo Picasso)


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: [patch] Random Turbine API-DOCs

Posted by "Henning P. Schmiedehausen" <ma...@hometree.net>.
Jon Stevens <jo...@latchkey.com> writes:

>Done...the only weird thing is that some of your patches were off by one
>character...ie:

>     /**
>      * Build the layout.
>+    *
>+    * <p><em>NOTE: Unless otherwise specified, the page background
>+    * defaults to 'white'</em></p>
>      *
>      * @param data Turbine information.
>      * @exception Exception, a generic exception.

>Notice how it is off by one?

I would say, he's off by two (the plus gets removed). 

Looks like (setq c-basic-offset 2) to me. ;-) (Should be 4. I do this
wrong all the time, too).

	Regards
		Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen       -- Geschaeftsfuehrer
INTERMETA - Gesellschaft fuer Mehrwertdienste mbH     hps@intermeta.de

Am Schwabachgrund 22  Fon.: 09131 / 50654-0   info@intermeta.de
D-91054 Buckenhof     Fax.: 09131 / 50654-20   

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: [patch] Random Turbine API-DOCs

Posted by Jon Stevens <jo...@latchkey.com>.
on 6/18/01 6:59 PM, "Gary Lawrence Murphy" <ga...@canada.com> wrote:

> next time, if I send this as an included file instead of an attachment,
> my mail software would expand all the tabs; do you prefer attachments
> or would you be able to handle an inline include?

Attachments are fine.

Also, can you please subscribe to the turbine-dev@jakarta.apache.org and
post things there? This list is really reserved for users and not
development.

Thanks!

-jon


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: [patch] Random Turbine API-DOCs

Posted by Gary Lawrence Murphy <ga...@canada.com>.
ACK: Something else for the style-guide: Expand all tabs.


next time, if I send this as an included file instead of an attachment,
my mail software would expand all the tabs; do you prefer attachments
or would you be able to handle an inline include?

-- 
Gary Lawrence Murphy <ga...@teledyn.com> TeleDynamics Communications Inc
Business Innovations Through Open Source Systems: http://www.teledyn.com
"Computers are useless.  They can only give you answers."(Pablo Picasso)


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: [patch] Random Turbine API-DOCs

Posted by Daniel Rall <dl...@finemaltcoding.com>.
Gary Lawrence Murphy <ga...@canada.com> writes:

> Hmmm ... this may be an accident of email, but I notice that in the
> sample you sent, the normal lines were indented by 6 chars whereas
> mine (if you remove the +) are indented by 4, and 4 is my default tab
> size for C code (I use Emacs K&R rules).

4 characters is the correct tab width for Turbine development
(actually, all of Jakarta, I believe).  Don't know why the sample was
off.

Also, I noticed that you've mentioned a style guide a few times.  We
have had such a document for a while now:

http://jakarta.apache.org/turbine/code-standards.html

:)

Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: [patch] Random Turbine API-DOCs

Posted by Gary Lawrence Murphy <ga...@canada.com>.
Hmmm ... this may be an accident of email, but I notice that in the
sample you sent, the normal lines were indented by 6 chars whereas
mine (if you remove the +) are indented by 4, and 4 is my default tab
size for C code (I use Emacs K&R rules).

-- 
Gary Lawrence Murphy <ga...@teledyn.com> TeleDynamics Communications Inc
Business Innovations Through Open Source Systems: http://www.teledyn.com
"Computers are useless.  They can only give you answers."(Pablo Picasso)


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: [patch] Random Turbine API-DOCs

Posted by Jon Stevens <jo...@latchkey.com>.
Done...the only weird thing is that some of your patches were off by one
character...ie:

     /**
      * Build the layout.
+    *
+    * <p><em>NOTE: Unless otherwise specified, the page background
+    * defaults to 'white'</em></p>
      *
      * @param data Turbine information.
      * @exception Exception, a generic exception.

Notice how it is off by one?

-jon


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org