From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chming Newsgroups: gmane.emacs.devel Subject: Re: enhancement/wish Date: Wed, 29 Oct 2008 10:01:57 -0700 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1225300151 6035 80.91.229.12 (29 Oct 2008 17:09:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Oct 2008 17:09:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Bernhard Koenig" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 29 18:10:09 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KvEY9-0000St-Bn for ged-emacs-devel@m.gmane.org; Wed, 29 Oct 2008 18:09:41 +0100 Original-Received: from localhost ([127.0.0.1]:58483 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KvEX3-0003uF-1U for ged-emacs-devel@m.gmane.org; Wed, 29 Oct 2008 13:08:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KvEQl-00078d-7m for emacs-devel@gnu.org; Wed, 29 Oct 2008 13:02:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KvEQj-00077g-8U for emacs-devel@gnu.org; Wed, 29 Oct 2008 13:02:02 -0400 Original-Received: from [199.232.76.173] (port=60229 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KvEQi-00077X-Ek for emacs-devel@gnu.org; Wed, 29 Oct 2008 13:02:00 -0400 Original-Received: from ug-out-1314.google.com ([66.249.92.171]:53393) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KvEQh-0005Y8-Ok for emacs-devel@gnu.org; Wed, 29 Oct 2008 13:02:00 -0400 Original-Received: by ug-out-1314.google.com with SMTP id 36so761776uga.17 for ; Wed, 29 Oct 2008 10:01:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=KmtGZ66FYjwJfRnU/dhoHJl4JBxUIsDCSaAFr/pkcZA=; b=lzNsBzNugtcQWjh9bNd/YxlaPsMyjEmJPjH60l19ht8VmeC+uMeVjO5kAYxNxjkSwO 3Lcw4YValvfaymUwCNGJYiX5tAYC1UdqNhqare7PWB2JAar+qWWLoAMvHlv26Fzp5BYa neHrNGw2nyOEEKKcKFU65SgZsn6G2zXYEmSv0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=YFl7EqRg3VTSmMz4tblDBrx6AULJeQT/nbzmL/zMAEPcnj+dr4vM/1iU8QPhv4Y/kr rds1hnmsNcNuwD3C9oXt+ZzHjf2DEJB5qvzF/D5SwVaCXiKyq8wkfv9q2Hi2q9uCnmld U9I/7Q0K9EK+3WIxi71FpVakbS9ji5dQ7X4SE= Original-Received: by 10.187.227.5 with SMTP id e5mr872924far.17.1225299717654; Wed, 29 Oct 2008 10:01:57 -0700 (PDT) Original-Received: by 10.187.173.4 with HTTP; Wed, 29 Oct 2008 10:01:57 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:105153 Archived-At: ido does this perfectly On Fri, Oct 24, 2008 at 5:36 PM, Bernhard Koenig wrote: > The newest version of "gedit" has this feature that the toolbar has a > small icon right next to the "load file" icon which can be clicked and > you get a list of "recent files". In Emacs, even with the recentf > extension, it seems impossible to add a "recentf-open-files" icon to > the toolbar. Of course you can use keybindings, but some people like > the mouse and the "recent files" in the menubar require more clicks. > > Sorry for the inconvenience, just a small suggestion/wish/enhancement feature. > > >