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: Re: More convenient editing of recentf files Date: Sun, 15 Mar 2009 17:01:32 -0600 Message-ID: References: <-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 1237156856 27239 80.91.229.12 (15 Mar 2009 22:40:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Mar 2009 22:40:56 +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 23:42:12 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 1Liz1z-00072P-Uf for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Mar 2009 23:42:08 +0100 Original-Received: from localhost ([127.0.0.1]:60968 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Liz0d-00074A-Je for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Mar 2009 18:40:43 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!postnews.google.com!news1.google.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 17:00:06 -0500 User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) Original-Newsgroups: gnu.emacs.help In-Reply-To: Original-Lines: 24 X-Usenet-Provider: http://www.giganews.com Original-NNTP-Posting-Host: 64.61.220.49 Original-X-Trace: sv3-gQBdge/b13yp5I0UpFbAXj62S39j/iK/59JM6D3cZn4V/QXIrkCyOiV0NQd9PHyBx0LoXjHpKKgdN04!tPBBYJanjOo/WMRGqKHF6ZgFiuPCTq4OF35eZmumupYTNpNvxDq9YUEPiiGjr+YNoYNxXN8HxK/6!TlqSFsruiaVaCtEWdQ== 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:167659 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:62956 Archived-At: Lennart Borgman wrote: > On Sun, Mar 15, 2009 at 7:42 PM, B. T. Raven wrote: >> 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 > > Maybe (recentf-open-files)? > > No. That works just like (recentf-edit-list). You navigate with Tab and Return rather than with Spacebar, D, and X as in dired.