all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex <check.sig@for.email.invalid>
To: help-gnu-emacs@gnu.org
Subject: Re: Change line continuation behavior in cperl-mode
Date: Mon, 16 Mar 2009 09:08:44 +0200	[thread overview]
Message-ID: <YVmvl.1535$II.1032@uutiset.elisa.fi> (raw)
In-Reply-To: <0a96d524-1f23-4fe5-adf1-c69050cf1520@i18g2000prf.googlegroups.com>

Xah Lee wrote:

> I tried this:
> 
> 
> #perl
> $some = "sme" .
>     "what" .
>     "that" .
>     "and";
> print $some;
> 
> but it seems to align? i'm not aware that perl line needs a dot to
> signify continue? can you give a example?

I'm having the same problem as Steve mentioned and I also noticed that 
sometimes it seems to work. Most importantly, I get the staircase effect 
inside a sub, but not outside.
Example:

my $s = "this"
     . " string"
     . " is"
     . " long";

sub bus {
     my $s = "this"
         . " string"
             . " goes on"
                 . " and on";
}

-- 
Alex
domain: iki dot fi
localpart: alext
email: localpart at domain


  reply	other threads:[~2009-03-16  7:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-09 17:06 Change line continuation behavior in cperl-mode Steve
2008-12-09 23:43 ` Xah Lee
2008-12-10 15:39   ` Steve
2008-12-10 18:35     ` Xah Lee
2009-03-16  7:08       ` Alex [this message]
2009-03-17  2:38         ` Xah Lee

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='YVmvl.1535$II.1032@uutiset.elisa.fi' \
    --to=check.sig@for.email.invalid \
    --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.