[#3228] Core support for Gems, and namespace — "Luke A. Kanies" <luke@...>

Hi all,

21 messages 2004/07/27
[#3230] Re: Core support for Gems, and namespace — Austin Ziegler <halostatue@...> 2004/07/27

On Tue, 27 Jul 2004 11:39:08 +0900, Luke A. Kanies <luke@madstop.com> wrote:

[#3234] Re: Core support for Gems, and namespace — "Luke A. Kanies" <luke@...> 2004/07/27

On Tue, 27 Jul 2004, Austin Ziegler wrote:

[#3238] Re: Core support for Gems, and namespace — Austin Ziegler <halostatue@...> 2004/07/27

On Wed, 28 Jul 2004 00:14:29 +0900, Luke A. Kanies <luke@madstop.com> wrote:

Re: rss library

From: Kouhei Sutou <kou@...>
Date: 2004-07-04 04:58:32 UTC
List: ruby-core #3124
Hi,

In <D9AEA7AE-CD6D-11D8-9AE0-000A95676A62@pragprog.com>
  "Re: rss library" on Sun, 4 Jul 2004 12:54:30 +0900,
  Dave Thomas <dave@pragprog.com> wrote:

> The biggest difference I see if the spacing: the other library files 
> use 2-character indentation.

Really? Other almost libraries use white-space characters
and tab characters as 8 wide white-spaces for indentation.

RSS Parser only use tab characters for indentation. So I
think this problem can be solved (only in Emacs and vim) by
adding the following line to head of files.

  # -*- tab-width: 2 -*- vim: ts=2

Is it no good?

--
kou

In This Thread