how to stop google from messing Python code

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Xah Lee

    #1

    how to stop google from messing Python code

    i'm using groups-beta.google.com to post python code.

    Is there a way to stop google from messing with my format? it seems to
    have eaten the spaces in my python code.
    thanks.

    Xah
    xah@xahlee.org


  • Just

    #2
    Re: how to stop google from messing Python code

    In article <1105620098.878 376.110250@z14g 2000cwz.googleg roups.com>,
    "Xah Lee" <xah@xahlee.org > wrote:
    [color=blue]
    > i'm using groups-beta.google.com to post python code.
    >
    > Is there a way to stop google from messing with my format? it seems to
    > have eaten the spaces in my python code.[/color]

    It does that when you cross-post.

    Just

    Comment

    • Terry Reedy

      #3
      Re: how to stop google from messing Python code


      "Xah Lee" <xah@xahlee.org > wrote in message
      news:1105620098 .878376.110250@ z14g2000cwz.goo glegroups.com.. .[color=blue]
      > i'm using groups-beta.google.com to post python code.
      >
      > Is there a way to stop google from messing with my format? it seems to
      > have eaten the spaces in my python code.
      > thanks.[/color]

      1. don't post, or
      2. don't use google to post -- there is no real excuse for doing so.

      Just about every computer comes with a newsreader. Get a free account with
      news.gmane.org and read/post gmane.comp.pyth on.

      Terry J. Reedy



      Comment

      • Xah Lee

        #4
        Re: how to stop google from messing Python code

        gmane is great! its renaming of newsgroups is quite a headache.
        i found that comp.lang.pytho n corresponds to gmane.comp.pyth on.general.
        do you know which one corresponds to comp.lang.perl. misc?
        there's no .misc or .general...

        --
        i thought there a strick like preceding a line by -- or something that
        prevents google from reformating the post.
        Xah
        xah@xahlee.org


        Comment

        • Fuzzyman

          #5
          Re: how to stop google from messing Python code


          Xah Lee wrote:[color=blue]
          > gmane is great! its renaming of newsgroups is quite a headache.
          > i found that comp.lang.pytho n corresponds to[/color]
          gmane.comp.pyth on.general.[color=blue]
          > do you know which one corresponds to comp.lang.perl. misc?
          > there's no .misc or .general...
          >
          > --
          > i thought there a strick like preceding a line by -- or something[/color]
          that[color=blue]
          > prevents google from reformating the post.
          > Xah
          > xah@xahlee.org
          > http://xahlee.org/PageTwo_dir/more.html[/color]

          I guess that most people use google to post to newsgroups is that they
          don't have nntp access. Telling htem to use a newsreader is facetious
          and unhelpful.

          Google strips leading whitespace. Putting *anything* before indentation
          stops the formatting getting messed up. It doesn't stop long lines
          being wrapped of course.
          Regards,

          Fuzzy
          http://www.voidspace.org.uk/python/index.shtml

          Comment

          • Terry Reedy

            #6
            Re: how to stop google from messing Python code


            "Fuzzyman" <fuzzyman@gmail .com> wrote in message
            news:1105704548 .146263.229220@ f14g2000cwb.goo glegroups.com.. .[color=blue]
            >
            > Xah Lee wrote:[color=green]
            >> gmane is great![/color][/color]
            [color=blue]
            > I guess that most people use google to post to newsgroups is that they
            > don't have nntp access.[/color]

            Anyone with a normal internet connection has nntp access. What some do not
            get from their ISP is 'free' access to a full newsite, and they may not
            feel like paying extra $$ to one when they can get free access to
            non-binary groups via Google that is better in regards to retention and
            search, Google just happens to not work well for posting Python code. What
            most of those people may not know is that there is free access to a
            restricted news site (gmane) which mirrors a large number of mailing lists,
            one of which is the Python mailing list, which mirrors the Python
            newsgroup. So I help them by giving them this information. Xah Lee used
            the information I shared, as have many other people, and even, in effect,
            thanked me for doing so. Gmane also gives a Pythoneer easy access to about
            50 specialized Python-related mailing lists (and 1000s not related to
            Python).
            [color=blue]
            > Telling htem to use a newsreader is facetious and unhelpful.[/color]

            Telling someone to stop sharing sharing useful information is nasty and
            unhelpful. You owe me an apology.

            Terry J. Reedy



            Comment

            • Fredrik Lundh

              #7
              Re: how to stop google from messing Python code

              Fuzzyman wrote:
              [color=blue]
              > I guess that most people use google to post to newsgroups is that they
              > don't have nntp access. Telling htem to use a newsreader is facetious
              > and unhelpful.[/color]

              if you have internet access, you have NNTP access. gmane.org provides access
              to more than 6,500 mailing lists via NNTP, including all relevant Python forums.

              </F>



              Comment

              • Aahz

                #8
                Free NNTP (was Re: how to stop google from messing Python code)

                In article <mailman.725.11 05727267.22381. python-list@python.org >,
                Fredrik Lundh <fredrik@python ware.com> wrote:[color=blue]
                >Fuzzyman wrote:[color=green]
                >>
                >> I guess that most people use google to post to newsgroups is that they
                >> don't have nntp access. Telling htem to use a newsreader is facetious
                >> and unhelpful.[/color][/color]

                Most people use Gooja to post because they're lazy.
                [color=blue]
                >if you have internet access, you have NNTP access. gmane.org provides
                >access to more than 6,500 mailing lists via NNTP, including all
                >relevant Python forums.[/color]

                You also have access to the free netnews server http://news.cis.dfn.de/
                --
                Aahz (aahz@pythoncra ft.com) <*> http://www.pythoncraft.com/

                "19. A language that doesn't affect the way you think about programming,
                is not worth knowing." --Alan Perlis

                Comment

                • JanC

                  #9
                  Re: Free NNTP (was Re: how to stop google from messing Python code)

                  Aahz schreef:
                  [color=blue]
                  > You also have access to the free netnews server http://news.cis.dfn.de/[/color]

                  That address is now for DFN internal use only.

                  Their public service moved to <http://news.individual .net/>.


                  --
                  JanC

                  "Be strict when sending and tolerant when receiving."
                  RFC 1958 - Architectural Principles of the Internet - section 3.9

                  Comment

                  • Fuzzyman

                    #10
                    Re: how to stop google from messing Python code


                    Fredrik Lundh wrote:[color=blue]
                    > Fuzzyman wrote:
                    >[color=green]
                    > > I guess that most people use google to post to newsgroups is that[/color][/color]
                    they[color=blue][color=green]
                    > > don't have nntp access. Telling htem to use a newsreader is[/color][/color]
                    facetious[color=blue][color=green]
                    > > and unhelpful.[/color]
                    >
                    > if you have internet access, you have NNTP access. gmane.org[/color]
                    provides access[color=blue]
                    > to more than 6,500 mailing lists via NNTP, including all relevant[/color]
                    Python forums.[color=blue]
                    >[/color]

                    Not if you're behind a censoring proxy that blocks everything except
                    http. This is a situation many people find themselves in.

                    Regards,

                    Fuzzy
                    http://www.voidspace.org.uk/python/index.shtml
                    [color=blue]
                    > </F>[/color]

                    Comment

                    • Fredrik Lundh

                      #11
                      Re: how to stop google from messing Python code

                      Fuzzyman wrote:
                      [color=blue][color=green]
                      >> if you have internet access, you have NNTP access. gmane.org provides access
                      >> to more than 6,500 mailing lists via NNTP, including all relevant Python forums.[/color]
                      >
                      > Not if you're behind a censoring proxy that blocks everything except
                      > http. This is a situation many people find themselves in.[/color]

                      If you have HTTP-only access, you don't have Internet access. But even if you
                      have HTTP-only access, you can use gmane's various web interfaces. (Had you
                      visited the site, you'd known this already)

                      </F>



                      Comment

                      Working...