help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cperl] electric-backspace and variable-refactoring


From: LanX
Subject: [cperl] electric-backspace and variable-refactoring
Date: Wed, 08 Dec 2010 15:08:23 -0000
User-agent: G2/1.0

> BTW, there is a sketch of documentation before the code of
> `cperl-unwind-to-safe'.

Thanks a lot Ilya, I expanded now electric-backspace with a wrapper to
handle indented-comments.

see  http://perlmonks.org/?node_id=839593

BTW: I'm trying to realize variable refactoring by searching for the
last my declaration of a given variable.

I noticed that %a and @a are handled differently from $a

(print (sexp-at-point)) will return "$a" but only "a" in the other
cases. Same problem with (backward-sexp)

Cheers
  Rolf
I need this to check if a variable is preceded by a "my" or "our"
statement.

Any suggestions?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]