all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: lenfestj@networksubscriptions.com (Aaron Lenfestey)
Subject: Perl Indentation
Date: Thu,  7 Aug 2003 14:44:52 -0400 (EDT)	[thread overview]
Message-ID: <20030807184452.7114E328225@everest.networksubscriptions.com> (raw)

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.3.2 (i386-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2003-04-24 on raven, modified by Debian
configured using `configure  i386-linux --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --with-pop=yes --with-x=yes --with-x-toolkit=athena --without-gif'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

Emacs is not correctly indenting my perl.  As in the example, it too much 
indents a line following a statement including '::'. 

{
    mylib::perlfunc();
      mylib::perlfunc();
}

A minor change causes correct behavior:

{
    mylibperlfunc();
    mylib::perlfunc();
}

Also, note that correct behavior is exhibited without the enclosing {}.

Recent input:
SPC <tab> <tab> <down> <tab> <tab> <down> <tab> <tab> 
<down> <tab> <down-mouse-1> <mouse-movement> <mouse-1> 
<backspace> <backspace> <backspace> <backspace> <backspace> 
<down-mouse-1> <mouse-1> <backspace> <backspace> <backspace> 
<backspace> <backspace> <down-mouse-1> <mouse-1> <down> 
; <up> <right> <right> ; <down> <tab> <tab> <tab> <backspace> 
<tab> <tab> <tab> <up> <right> <right> <down> <tab> 
<tab> <up> <right> <right> <right> <right> <backspace> 
<down> <tab> <tab> <up> <tab> <tab> <down> <tab> <tab> 
<down> <tab> <down> <tab> <down> <tab> <down-mouse-1> 
<mouse-1> M-x r e p o r t - b u g <return> <backspace> 
<backspace> <backspace> <backspace> <backspace> <backspace> 
<backspace> <backspace> <backspace> <backspace> r e 
p <tab> <help-echo> <down-mouse-2> <mouse-2>

Recent messages:
Loading font-lock...done
Loading mwheel...done
For information about the GNU Project and its goals, type C-h C-p.
service_export.pl has auto save data; consider M-x recover-file
Loading perl-mode...done
Auto-saving...done
Auto-saving...done
Making completion list...
Loading view...done
Loading emacsbug...done

             reply	other threads:[~2003-08-07 18:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-07 18:44 Aaron Lenfestey [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-12-01 16:13 perl indentation Jagadeesh
2008-12-01 19:11 ` aartist
2008-12-02  4:53   ` Jagadeesh
2008-12-02 14:44     ` Ted Zlatanov
2008-12-02 15:32     ` Phil Carmody
2008-12-06  4:45       ` Jagadeesh
2008-12-06  7:14         ` Teemu Likonen
2008-12-08  9:35 Bourgneuf Francois

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=20030807184452.7114E328225@everest.networksubscriptions.com \
    --to=lenfestj@networksubscriptions.com \
    /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.