From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.devel Subject: Re: Cursor on images not visible Date: Fri, 10 Feb 2006 11:17:59 +0100 Message-ID: References: <874q3b8jj1.fsf_-_@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1139566733 32259 80.91.229.2 (10 Feb 2006 10:18:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Feb 2006 10:18:53 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 10 11:18:48 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F7VMM-0002HB-DC for ged-emacs-devel@m.gmane.org; Fri, 10 Feb 2006 11:18:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7VML-0007uM-7C for ged-emacs-devel@m.gmane.org; Fri, 10 Feb 2006 05:18:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F7VKi-0007Se-2E for emacs-devel@gnu.org; Fri, 10 Feb 2006 05:16:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F7VKg-0007SI-4R for emacs-devel@gnu.org; Fri, 10 Feb 2006 05:16:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7VKf-0007SD-DN for emacs-devel@gnu.org; Fri, 10 Feb 2006 05:16:53 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1F7VOP-0007tA-2D for emacs-devel@gnu.org; Fri, 10 Feb 2006 05:20:45 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1F7VKE-0001k3-Vi for emacs-devel@gnu.org; Fri, 10 Feb 2006 11:16:27 +0100 Original-Received: from user.ifsab.se ([193.41.170.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Feb 2006 11:16:26 +0100 Original-Received: from brakjoller by user.ifsab.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Feb 2006 11:16:26 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 14 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: user.ifsab.se User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) Cancel-Lock: sha1:wLX14CxEjz+Xaqjsdmhn9rl3a7A= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:50319 Archived-At: "Richard M. Stallman" writes: > So how about changing the default value of the property `:margin' > from 0 to 1? This is better than fixing all packages (e.g. iimage.el > and cus-edit.el for button images) and adding `:margin 1' to every > image specification. > > That sounds rather drastic--do we know if it will break anything? > Can you find all the Emacs features that use images, and see > if any of them would have a problem with this change? I agree. In tumme there is a defcustom for the margin so that the user can decide how much "space" he wants around the thumbnails. Is it so bad to require other packages to do something similar?