help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: how to not show images?


From: Drew Adams
Subject: RE: how to not show images?
Date: Fri, 20 May 2005 14:25:25 -0700

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]