<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Something related to what you want to do here is what they do with
"refactoring" where the idea is "<em>changing the structure of a
program without changing its semantics</em>."<br>
<br>
Here, at the University of Kent, significant work has been done for
refactoring Haskell. At the moment we have submitted a proposal for
refactoring Erlang, so let's hope it is successful! :-)<br>
<br>
<a class="moz-txt-link-freetext" href="http://www.cs.kent.ac.uk/projects/refactor-fp/">http://www.cs.kent.ac.uk/projects/refactor-fp/</a><br>
<br>
Cheers,<br>
Clara<br>
<br>
<br>
you express here and that can help in general in modifying code but 
your code in a <br>
<br>
<br>
Ulf Wiger (AL/EAB) wrote:
<blockquote
 cite="mid37FB7AA6F5F9814FB634A7BF4C35A6F54028EB@ESEALNT442.al.sw.ericsson.se"
 type="cite">
  <pre wrap="">OTP R10 now warns about unused variables per default.
This is basically a Good Thing, but after having spent about two days
cleaning up modules where 99% of the work amounts to inserting a 
leading underscore in variable names that were only there for documentation's
sake, I can't help thinking that there ought to be a way to automate this
process.

The really nice option would perhaps be that the Emacs mode (or Distel)
were able to parse the warnings from the compiler, and jump to each unused
variable, allowing the programmer to change from Var to _Var with one keypress.

I would not want to do a 'replace all', since there's perhaps a 1/100 chance that
the 'unused variable' warning is actually caused by a bug (The 1/100 ratio assuming
that the programmer has _not_ used the convention with _ prefixes.)

Someone who's up to speed on Emacs Lisp could probably do this fairly quickly.
I would prefer to tackle that learning curve some other time. (-:

/Uffe

  </pre>
</blockquote>
<br>
</body>
</html>