all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: bpatton <bpatton@ti.com>
To: help-gnu-emacs@gnu.org
Subject: auto indenting
Date: Fri, 22 Jun 2007 11:21:43 -0700	[thread overview]
Message-ID: <1182536503.158831.275030@q69g2000hsb.googlegroups.com> (raw)

I mostly do perl code, some c and cshell

I like to have things lined up.  The auto indent is good, but I would
like to extend the function of the tab key.

I have this code

my $a = undef;
my $bcd = undef;
my $someLongVariableName = undef;

I prefer to have all my ='s to line up.  The little bit of time it
takes
for me to line them up, I believe more than pays for it's self in
maintance

I would like to have the tab to the auto indenting, but I would also
like to have it insert 2 spaces each it cannot do auto indenting.

my $a                                   = undef;
my $bcd                               = undef;
my $someLongVariableName = undef;

             reply	other threads:[~2007-06-22 18:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-22 18:21 bpatton [this message]
2007-06-22 19:25 ` auto indenting weber

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=1182536503.158831.275030@q69g2000hsb.googlegroups.com \
    --to=bpatton@ti.com \
    --cc=help-gnu-emacs@gnu.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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.