From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: More convenient editing of recentf files Date: Sun, 15 Mar 2009 20:47:09 +0100 Message-ID: References: <-P2dnR3ZpK8hoCDUnZ2dnUVZ_sudnZ2d@posted.cpinternet> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1237146471 31054 80.91.229.12 (15 Mar 2009 19:47:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Mar 2009 19:47:51 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "B. T. Raven" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 15 20:49:08 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 1LiwKV-0007I9-BL for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Mar 2009 20:49:03 +0100 Original-Received: from localhost ([127.0.0.1]:58564 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LiwJ9-0001Y1-1K for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Mar 2009 15:47:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LiwIm-0001WW-CP for help-gnu-emacs@gnu.org; Sun, 15 Mar 2009 15:47:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LiwIh-0001Vq-Su for help-gnu-emacs@gnu.org; Sun, 15 Mar 2009 15:47:16 -0400 Original-Received: from [199.232.76.173] (port=39958 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LiwIh-0001Vn-Ka for help-gnu-emacs@gnu.org; Sun, 15 Mar 2009 15:47:11 -0400 Original-Received: from mail-bw0-f172.google.com ([209.85.218.172]:58570) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LiwIh-0003aq-8R for help-gnu-emacs@gnu.org; Sun, 15 Mar 2009 15:47:11 -0400 Original-Received: by bwz20 with SMTP id 20so3352069bwz.42 for ; Sun, 15 Mar 2009 12:47:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=SrzQvldp9F5zv3Y78tN1kHAU1ON1AQh/jxDWcgwBzHc=; b=eJvc0AjpDULtaxZ6XF0oadGhA8/29eG6/bxFkU13pZt3VtOcNYZPOYG2RG298M+Taw tcM9YRXQmxVslVDZLl/YZ6tCSNNFQeFfEb9X+hHkofzy4MkAJmOgOtQ+S8wJHtDSc602 mHFUflI3uu3M68P3zo+/OUQhIpZiOgGKtMVWc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=E1tzpAqtEajU3W61ev6kWMJwy/x2prbQGNiLXLWLNHBN76SPns2UpuF3GcPT0K6KRh fK+mC+sD9Z88Z2VYD9CoBJlxkb7loi2fu6qi/rcusz6ewFO77arBHgoiLqdR2GNoxScR hM3rpV3jKoHyW+Yn5s3jHnK7fucnsfHKVwdDE= Original-Received: by 10.223.126.10 with SMTP id a10mr2449923fas.17.1237146430051; Sun, 15 Mar 2009 12:47:10 -0700 (PDT) In-Reply-To: <-P2dnR3ZpK8hoCDUnZ2dnUVZ_sudnZ2d@posted.cpinternet> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:62950 Archived-At: 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 > > =C2=A0'(iswitchb-mode t nil (iswitchb)) in custom-set-variables > > so I can navigate to buffers quickly with C-x b and kill selected ones wi= th > 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 t= o > bottom of list ... check ok Maybe (recentf-open-files)?