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 menu in Dired, what to do about it? Date: Wed, 24 May 2006 20:54:41 +0200 Message-ID: <7dbe73ed0605241154n70d2a2d7u84603fb287b35582@mail.gmail.com> References: <7dbe73ed0602121642h79944040vb252a904c7af93a5@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1148496945 16738 80.91.229.2 (24 May 2006 18:55:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 May 2006 18:55:45 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 24 20:55:42 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 1FiyW4-0004MU-9M for ged-emacs-devel@m.gmane.org; Wed, 24 May 2006 20:55:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FiyW3-00011E-T5 for ged-emacs-devel@m.gmane.org; Wed, 24 May 2006 14:55:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FiyVr-000117-UW for emacs-devel@gnu.org; Wed, 24 May 2006 14:55:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FiyVq-00010u-IT for emacs-devel@gnu.org; Wed, 24 May 2006 14:55:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FiyVq-00010r-Ck for emacs-devel@gnu.org; Wed, 24 May 2006 14:55:18 -0400 Original-Received: from [64.233.184.236] (helo=wr-out-0506.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FiyaL-0008RW-6d for emacs-devel@gnu.org; Wed, 24 May 2006 14:59:57 -0400 Original-Received: by wr-out-0506.google.com with SMTP id 69so1866180wri for ; Wed, 24 May 2006 11:54:41 -0700 (PDT) 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=uCH64cIYat7CzyItnH3Pi9HKzqxIVXoq7olbujJ9Z2U4E3m0+oCfdsqONZXem83TJh1lDA0zGhLVWxpkDelLSQp8VDnXmYFusbrqMk5su0CgVHECPLQ3TA6ghPcyj//Gm8dmhKQ21ichssklWd7OUoYy5w+VG6/WsyPXsOmsUA0= Original-Received: by 10.54.128.11 with SMTP id a11mr6640117wrd; Wed, 24 May 2006 11:54:41 -0700 (PDT) Original-Received: by 10.54.118.19 with HTTP; Wed, 24 May 2006 11:54:41 -0700 (PDT) Original-To: rms@gnu.org In-Reply-To: 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:55222 Archived-At: > There is no room for an additional menu bar menu in Dired mode > on a text terminal. The menu bar is nearly full already. > > Putting it in as a submenu of some existing Dired menu would be ok. > Perhaps "Immediate". This been done in CVS now. I added the sub menu "Thumbnails" under "Immediate" and placed what I think are the most useful commands there. I might add a few more command after people have checked out the new menu. Some things to think about: - Is the sub menu name "Thumbnails" OK? - Are the names of the sub menu items OK? - Does the code look OK? I deliberately did not add any tooltips, as per the recent discussions.