From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.help Subject: Re: managing buffers Date: Sun, 16 Sep 2007 03:00:06 +0200 Organization: GNU's Not UNIX! Message-ID: <200709160100.l8G1062p005804@localhost.localdomain> References: <87k5qwmlp7.fsf@yahoo.com.br> <87abrrb5o3.fsf@larissa.slashlog.org> Reply-To: Xavier Maillard NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1189906603 27232 80.91.229.12 (16 Sep 2007 01:36:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 Sep 2007 01:36:43 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: dbast0s@yahoo.com.br (Daniel C. Bastos) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Sep 16 03:36:41 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IWj3v-0002Nq-GZ for geh-help-gnu-emacs@m.gmane.org; Sun, 16 Sep 2007 03:36:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWj3u-0006Fw-LA for geh-help-gnu-emacs@m.gmane.org; Sat, 15 Sep 2007 21:36:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IWj2o-0005tZ-NK for help-gnu-emacs@gnu.org; Sat, 15 Sep 2007 21:35:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IWj2l-0005rL-Vs for help-gnu-emacs@gnu.org; Sat, 15 Sep 2007 21:35:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWj2k-0005qk-Qt for help-gnu-emacs@gnu.org; Sat, 15 Sep 2007 21:35:26 -0400 Original-Received: from master.uucpssh.org ([193.218.105.66]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IWj2k-0002zB-7m for help-gnu-emacs@gnu.org; Sat, 15 Sep 2007 21:35:26 -0400 Original-Received: by master.uucpssh.org (Postfix, from userid 10) id 3AEC4AE7AE; Sun, 16 Sep 2007 03:34:30 +0200 (CEST) Original-Received: from localhost.localdomain (IDENT:1000@localhost [127.0.0.1]) by localhost.localdomain (8.14.1/8.13.8) with ESMTP id l8G107Xb005807; Sun, 16 Sep 2007 03:00:07 +0200 Original-Received: (from xma@localhost) by localhost.localdomain (8.14.1/8.13.8/Submit) id l8G1062p005804; Sun, 16 Sep 2007 03:00:06 +0200 In-reply-to: <87abrrb5o3.fsf@larissa.slashlog.org> (dbast0s@yahoo.com.br) User-Agent: Rmail in GNU Emacs 23.0.50.3 on GNU/Linux Jabber-ID: xma01@jabber.fr X-uucpssh: Found to be clean X-uucpssh-SpamCheck: not spam, SpamAssassin (not cached, score=-4.4, required 4.6, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60, SPF_HELO_PASS -0.00) X-uucpssh-From: xma@gnu.org X-Detected-Kernel: Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:47617 Archived-At: Hi, > ;; M-F12 opens a buffer that contains the recent opened buffers > ;;recentf > (require 'recentf) > (recentf-mode 1) > (setq recentf-max-saved-items 500) > (setq recentf-max-menu-items 60) > (global-set-key [(control f12)] 'recentf-open-files) Quite useful too. Thanks. Try GNU Emacs file cache feature too, it is as useful (or even more) than recentf. And if you want something that combines all of them and much more, you can try the wonderful anything.el (and its companion anything-config.el). Xavier -- http://www.gnu.org http://www.april.org http://www.lolica.org