Comment 5 for bug 155681

Revision history for this message
Paul Sladen (sladen) wrote : Re: python-mode seems broken in emacs22

and:

  dpkg -l | awk '/pymacs|python-mode/{print $2,$3}'

I made a mistake with the previous dpkg awk command, should be $2 and $3:

  dpkg -l | awk '/emacs/{print $2,$3}'