unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Harry Putnam <hgp@sbcglobal.net>
Subject: Is this a bug in cperl mode
Date: Mon, 10 Feb 2003 03:20:28 GMT	[thread overview]
Message-ID: <m2of5kvn2c.fsf@sbcglobal.net> (raw)


I get several kinds of goofy behavior from cperl mode on this snippet
of code.  The syntax hylight breaks down on last section too.  Makes
cperl pretty useless for what its designed for. Maybe its local guff
causing it but starting emacs -q -no-site-file doesn't seem to help.

And perl, even in strict mode, has no problem with it.

emacs perl-mode doesn't complain either.

In cperl-mode:
Try C-x h C-M \ on this code or just navigate around in it,
particularly at if($opt_s).

  #!/usr/local/bin/perl -w
  
  use strict;
  use vars qw($opt_d $opt_s);
  use Getopt::Std;
  my $optstr ="ds";
  getopts($optstr);
  
  if($opt_d){
    print "an -d was used\n";
  
  }
  
  if($opt_s){
     print "an -s was used\n";
  }

             reply	other threads:[~2003-02-10  3:20 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-10  3:20 Harry Putnam [this message]
2003-02-10  9:29 ` Is this a bug in cperl mode Kai Großjohann
2003-02-10 10:14   ` Daniel Pfeiffer
2003-02-11  1:23     ` Unknown
2003-02-11  2:04       ` Unknown
2003-02-10 15:50   ` Harry Putnam
2003-02-10 16:11     ` Harry Putnam
2003-02-10 21:07       ` Daniel Pfeiffer
2003-02-16  1:30         ` Ilya Zakharevich
2003-02-16  1:28       ` Ilya Zakharevich
2003-02-10 21:26     ` Daniel Pfeiffer
2003-02-11 21:21   ` Daniel Pfeiffer
2003-02-16  2:56     ` Ilya Zakharevich
2003-02-17  8:04       ` Daniel Pfeiffer
2003-02-17 19:33         ` Ilya Zakharevich
2003-02-17  7:56     ` CPerl mode v5.0 Ilya Zakharevich
2003-02-17 19:50       ` Ilya Zakharevich
2003-02-20  0:00         ` Daniel Pfeiffer
2003-02-20 20:26           ` Ilya Zakharevich

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=m2of5kvn2c.fsf@sbcglobal.net \
    --to=hgp@sbcglobal.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).