All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerry Seutter <jerry.seutter@pason.com>
To: Bryan Larsen <bryan.larsen@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] stgit: allow spaces in filenames
Date: Wed, 13 Jul 2005 15:09:56 -0600	[thread overview]
Message-ID: <42D58324.6080303@pason.com> (raw)
In-Reply-To: <42D55AC9.4000506@gmail.com>

Bryan Larsen wrote:
> Catalin Marinas wrote:
> 
>> An additional thing, can you please convert all the tabs to spaces?
>> That's a better convention for a language like Python where you
>> delimit blocks by indentation.
> 
> 
> I would have hoped that emacs py-mode would "do the right thing". 
> Anybody know how to make it do what Catalin wants?

Yeah, the default emacs mode seems to be to Do The Wrong Thing.  I have 
this in my .emacs, YMMV.

(setq-default indent-tabs-mode nil)     ; Don't insert tab characters.
(setq-default tab-width 4)              ; If there are tabs, display
                                         ; as 4 spaces.

You can set the tab-width to something much larger to make existing tabs 
obvious.

Jerry

  reply	other threads:[~2005-07-13 21:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-13  8:38 [PATCH] stgit: allow spaces in filenames Bryan Larsen
2005-07-13  8:38 ` [PATCH] stgit: new --message does not work Bryan Larsen
2005-07-13 10:17 ` [PATCH] stgit: allow spaces in filenames Catalin Marinas
2005-07-13 18:17   ` Bryan Larsen
2005-07-13 21:09     ` Jerry Seutter [this message]
2005-07-13 21:26     ` Catalin Marinas
2005-07-13 22:26       ` Junio C Hamano
2005-07-14  7:02         ` Catalin Marinas
2005-07-14  7:22       ` Bryan Larsen
2005-07-13 16:54 ` Matthias Urlichs
2005-07-13 19:51   ` Linus Torvalds

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42D58324.6080303@pason.com \
    --to=jerry.seutter@pason.com \
    --cc=bryan.larsen@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.