Control: tags 705499 +patch

I still have emacs21 installed too and it would be helpful to skip that
as unsupported too (for a few bits and pieces).  I get some joy from the
following couple of lines for
/usr/lib/emacsen-common/packages/install/expand-region-el.


if [ ${FLAVOR} = emacs21 ]; then
  # emacs21 doesn't have a few bits used by expanders, skip for now.
  echo skip, emacs21 not supported
  exit 0
fi
if [ ${FLAVOR} = xemacs21 ]; then
  # xemacs21 21.4.22-4 doesn't have octave-mod.el so octave-expansions.el
  # fails to compile.  ENHANCE-ME: Maybe could defang just that expansion.
  echo skip, xemacs21 not supported
  exit 0
fi


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to