Michel Mauger wrote:

    (defadvice image-type-available-p (around disable activate)
           "Return nil."
           nil)
    
    `image-type-available-p' is a much better place to do this.  
    You could add a 
    (buffer local) flag to the advice to make the suppression of 
    images conditional 
    [left as an exercise for the reader].
    
    I tried this on a w32 CVS checkout from yesterday and it works 
    as advertised.

Bravo! And thanks. - Drew



_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to