all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Joost Diepenmaat <joost@zeekat.nl>
To: gnu-emacs-bug@ftp.gnu.org
Subject: Re: perl-mode - fix syntax of anonymous sub prototypes
Date: Sat, 29 Mar 2008 12:23:23 +0100	[thread overview]
Message-ID: <87sky97p04.fsf@zeekat.nl> (raw)
In-Reply-To: mailman.9555.1206755263.18990.bug-gnu-emacs@gnu.org

"Giuliano Procida" <giuliano.procida@googlemail.com> writes:

> Hi.
>
> GNU Emacs 22.1.1 (i386-pc-solaris2.10, X toolkit) of 2008-02-11 on robot
>
> Constructs like this:
>
>     my $del = sub($) {
>         my ($old) = @_;
>         return if not active($old);
>         &$delete_row($old->{$fde_id});
>     };

/slighly related comment.

Just FYI, prototypes on anonymous subs are useless. As in; discarded by
the perl interpreter. I'm actually surprised it's even valid syntax.

Also, I would strongly recommend cperl-mode (which in fact does
recognize the construct) instead of perl-mode.

-- 
Joost Diepenmaat | blog: http://joost.zeekat.nl/ | work: http://zeekat.nl/




       reply	other threads:[~2008-03-29 11:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.9555.1206755263.18990.bug-gnu-emacs@gnu.org>
2008-03-29 11:23 ` Joost Diepenmaat [this message]
2008-03-28 17:37 perl-mode - fix syntax of anonymous sub prototypes Giuliano Procida
2008-03-29  8:43 ` Giuliano Procida
2008-03-29 14:58   ` Giuliano Procida
     [not found]   ` <mailman.9574.1206802710.18990.bug-gnu-emacs@gnu.org>
2008-03-29 15:39     ` Joost Diepenmaat
2008-04-03 22:10   ` Stefan Monnier

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=87sky97p04.fsf@zeekat.nl \
    --to=joost@zeekat.nl \
    --cc=gnu-emacs-bug@ftp.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.