This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [using gcc book] ch1 objective-c blurb


On Tue, 26 Aug 2003, Joseph S. Myers wrote:

> On Tue, 26 Aug 2003, Chris Devers wrote:
>
> > I have a copy of the style guide at
> >
> > <http://devers.homeip.net:8080/gccbook/GNU-Press-styleguide.pdf>
> >
> > (Obviously it's also available from gnu.org, but off the top of my
> > head I don't know what the URL is.)
> >
> > At a glance, the stem "quot" doesn't seem to appear in the file (hence
> > no 'quote', 'quoting', 'quotation', etc).
>
> The style guide may not discuss quoting, but it seems consistently to
> use logical quoting itself.

Fair enough, you've changed my mind.

I've changed all instances of

    [\.?!]''

to

    ''[\.?!]

with the exception of a couple of places where the C spec was being
quoted, and the trailing punctuation was part of the quote, like so:

    ''[\.?!]''

The quote/punctuation usage should be consistent now.

Patches will follow.




-- 
Chris Devers cdevers@pobox.com
http://devers.homeip.net:8080/

end user, n. [Origin: from end "the point in time at which something
  ceases, termination of existence, death, fragment, remnant," + USER.]
1 Plankton in the data processing food chain.
2 A user forced to accept the fact that the blissful days awaiting
delivery will never return.
See also REALITY.

    -- from _The Computer Contradictionary_, Stan Kelly-Bootle, 1995


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]