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: tumme testing Date: Mon, 13 Feb 2006 21:21:37 +0100 Message-ID: <7dbe73ed0602131221u59683a0k9682325e2eb7c697@mail.gmail.com> References: <17366.53124.274532.548329@kahikatea.snap.net.nz> <87accya7ds.fsf@jurta.org> <873bioa7fx.fsf@jurta.org> <7dbe73ed0602121321y40121fabha6c48bacd55f9d2@mail.gmail.com> <7dbe73ed0602121541t48756d62l3ce6c0f6cc2a9e64@mail.gmail.com> <87k6bzb0ts.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1139865368 4913 80.91.229.2 (13 Feb 2006 21:16:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2006 21:16:08 +0000 (UTC) Cc: bob@rattlesnake.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 13 22:16:07 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 1F8l3F-0000nw-8v for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2006 22:16:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8l3E-0000g1-U2 for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2006 16:16:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F8l33-0000fq-3H for emacs-devel@gnu.org; Mon, 13 Feb 2006 16:15:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F8l31-0000fe-Lz for emacs-devel@gnu.org; Mon, 13 Feb 2006 16:15:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8l31-0000fb-Je for emacs-devel@gnu.org; Mon, 13 Feb 2006 16:15:51 -0500 Original-Received: from [66.249.82.197] (helo=xproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F8l7Y-0000jM-4t for emacs-devel@gnu.org; Mon, 13 Feb 2006 16:20:32 -0500 Original-Received: by xproxy.gmail.com with SMTP id t11so703304wxc for ; Mon, 13 Feb 2006 13:15:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VYKckXO5HgNqq7CDza5h1WAauVkNlLgsM6nXmZbRSoICzvPAOa7odEYIMHunl495F7Ufaq/UgyhZle3gJlj4J7UeIhR9b0HtesczSNCk8zUWo8T1jq9PZxs0GQbF2BwLgaO8+3TzF9Qg6ejdM3UaiSsAmidXzwDJAUUHqVqWbwk= Original-Received: by 10.70.29.10 with SMTP id c10mr2979534wxc; Mon, 13 Feb 2006 12:21:37 -0800 (PST) Original-Received: by 10.70.105.1 with HTTP; Mon, 13 Feb 2006 12:21:37 -0800 (PST) Original-To: Juri Linkov In-Reply-To: <87k6bzb0ts.fsf@jurta.org> Content-Disposition: inline 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:50483 Archived-At: > I like to add two new user options for this: > > (defcustom tumme-dired-thumb-relief 0 > "*Size of button-like border around thumbnails in dired buffer." > :type 'integer > :group 'tumme) > > (defcustom tumme-dired-thumb-margin 1 > "*Size of the margin around thumbnails in dired buffer." > :type 'integer > :group 'tumme) > > Their default values 0 (relief) and 1 (margin) seems good to me. Those sounds like useful options, if we don't want to use the ones that is already there for thumbnail mode, that is. We probably want these as separate options though.