From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Cursor on images not visible Date: Thu, 09 Feb 2006 12:48:55 -0500 Message-ID: References: <874q3b8jj1.fsf_-_@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1139517807 11798 80.91.229.2 (9 Feb 2006 20:43:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Feb 2006 20:43:27 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 09 21:43:25 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 1F7Id7-0000NF-32 for ged-emacs-devel@m.gmane.org; Thu, 09 Feb 2006 21:43:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7Id5-0002cE-Lt for ged-emacs-devel@m.gmane.org; Thu, 09 Feb 2006 15:43:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F7Fud-00026s-SM for emacs-devel@gnu.org; Thu, 09 Feb 2006 12:49:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F7Fub-000264-MW for emacs-devel@gnu.org; Thu, 09 Feb 2006 12:48:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7Fub-00025t-ES for emacs-devel@gnu.org; Thu, 09 Feb 2006 12:48:57 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F7FyB-0002Q6-JY for emacs-devel@gnu.org; Thu, 09 Feb 2006 12:52:39 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F7FuZ-0000O3-5w; Thu, 09 Feb 2006 12:48:55 -0500 Original-To: Juri Linkov In-reply-to: <874q3b8jj1.fsf_-_@jurta.org> (message from Juri Linkov on Tue, 07 Feb 2006 12:57:38 +0200) 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:50259 Archived-At: 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?