From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "B. T. Raven" Newsgroups: gmane.emacs.help Subject: More convenient editing of recentf files Date: Sun, 15 Mar 2009 12:42:41 -0600 Message-ID: <-P2dnR3ZpK8hoCDUnZ2dnUVZ_sudnZ2d@posted.cpinternet> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1237142449 19864 80.91.229.12 (15 Mar 2009 18:40:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Mar 2009 18:40:49 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 15 19:42:06 2009 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 1LivHg-00040H-61 for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Mar 2009 19:42:04 +0100 Original-Received: from localhost ([127.0.0.1]:53344 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LivGK-0006Wd-1D for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Mar 2009 14:40:40 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news2.glorb.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.posted.cpinternet!news.posted.cpinternet.POSTED!not-for-mail Original-NNTP-Posting-Date: Sun, 15 Mar 2009 12:41:15 -0500 User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) Original-Newsgroups: gnu.emacs.help Original-Lines: 19 X-Usenet-Provider: http://www.giganews.com Original-NNTP-Posting-Host: 64.61.220.223 Original-X-Trace: sv3-FzXFCmC6udXRFY0Wa9NxCEMR9NwGsxlFjH7uqZPCLp+D9pKijl3WTn2Em6UhiHObZsdmgytcFTX/htU!EQy2MsGMJ6Dcv/eFnh7iyFp45EtLn3wNg1QYuHPAhupMhUivKjVRiNIjpkfTXfdgSjJJnkmqjxSF!IqBphv5bFhjnCU1GDGk= Original-X-Complaints-To: abuse@cpinternet.com X-DMCA-Complaints-To: abuse@cpinternet.com X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.39 Original-Xref: news.stanford.edu gnu.emacs.help:167645 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:62942 Archived-At: In .emacs I have: (add-to-list 'same-window-buffer-names "*Buffer List*") and '(iswitchb-mode t nil (iswitchb)) in custom-set-variables so I can navigate to buffers quickly with C-x b and kill selected ones with C-x C-b via D, SPC, and X keys. Is there a way to do something like this with recentf files? Now I have to use the mousey checkbox interface: menubar > Open Recent > Edit list > check ... check ... check .... move to bottom of list ... check ok Thanks, Ed