Santiago Vila <[email protected]> writes:
>
> How could I modify 50gettext.el minimally so that it enters emacs
> fundamental mode when po-mode.el is no longer available and the user
> tries to edit a po file?

Normally setups should be wrapped in a check for a file or directory in
package (not a conf-file).  Eg.

(if (not (file-exists-p "/usr/share/emacs/site-lisp/gettext"))
    (message "Package gettext-el removed but not purged. Skipping setup.")

  ;; setups here ...
  )

There's differences among debian packages in the exact way this is done
(and sloppiness in a few packages :-) but basically variations on the
theme.

(I think this is purely a debian matter, not a bug-gettext.)



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

Reply via email to