From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.help Subject: Re: how to not show images? Date: Wed, 18 May 2005 11:26:05 +0200 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1116430808 8262 80.91.229.2 (18 May 2005 15:40:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 May 2005 15:40:08 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 18 17:39:59 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DYQd0-0006eB-NK for geh-help-gnu-emacs@m.gmane.org; Wed, 18 May 2005 17:38:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYQfT-0000eN-4X for geh-help-gnu-emacs@m.gmane.org; Wed, 18 May 2005 11:41:07 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-X-Trace: individual.net NIcGFZS6zH+hM6pVv477Tgl83zteoG9SQgST6CMqy7H+N8zOCV User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) Cancel-Lock: sha1:fKCX0mnAg4zNZQGIO77HVFjDPFw= Original-Xref: shelby.stanford.edu gnu.emacs.help:131336 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:26790 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:26790 "Drew Adams" writes: > Is there some way to _not_ show the images in a buffer or in all > displayed buffers - that is, not to remove them, but to simply not > display them (perhaps temporarily)? If ther is no nice way to do this, maybe you could write a hack that mess with the text properties at the places where an image is displayed: display (image :type jpeg :file "~/my-image.jpg" :relief 2 :margin 2) fontified t rear-nonsticky (display) /Mathias