From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Cursor on images not visible Date: Tue, 07 Feb 2006 12:57:38 +0200 Organization: JURTA Message-ID: <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 1139325597 31416 80.91.229.2 (7 Feb 2006 15:19:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Feb 2006 15:19:57 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 07 16:19:57 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 1F6Ucc-00064Y-HC for ged-emacs-devel@m.gmane.org; Tue, 07 Feb 2006 16:19:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6Ufp-0005dp-GZ for ged-emacs-devel@m.gmane.org; Tue, 07 Feb 2006 10:22:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F6SFf-0006r4-RJ for emacs-devel@gnu.org; Tue, 07 Feb 2006 07:47:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F6SFa-0006nR-65 for emacs-devel@gnu.org; Tue, 07 Feb 2006 07:47:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6SE9-0006HU-MM for emacs-devel@gnu.org; Tue, 07 Feb 2006 07:45:49 -0500 Original-Received: from [194.126.101.98] (helo=mail.neti.ee) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F6SDs-0003PR-8P for emacs-devel@gnu.org; Tue, 07 Feb 2006 07:45:32 -0500 Original-Received: from mail.neti.ee (80-235-37-58-dsl.mus.estpak.ee [80.235.37.58]) by Relayhost1.neti.ee (Postfix) with ESMTP id B1A606115 for ; Tue, 7 Feb 2006 14:42:19 +0200 (EET) Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee 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:50149 Archived-At: Moving point on small thumbnail images in the Emacs buffer reveals the following problem: the cursor around the image is not visible when the cursor type is box and the image has a dark background, or when the cursor type is bar and the image has a light background. But when the image displayed in Emacs has the value of `:margin' greater than 0, then the cursor is visible (as a frame around the image). 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. -- Juri Linkov http://www.jurta.org/emacs/