From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Ponce Newsgroups: gmane.emacs.devel Subject: Re: recentf: not applying all filters Date: Wed, 18 Jan 2006 22:07:34 +0100 Message-ID: <43CEAE16.5010206@wanadoo.fr> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1137625120 27481 80.91.229.2 (18 Jan 2006 22:58:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 Jan 2006 22:58:40 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 18 23:58:38 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EzMFx-0005kD-DX for ged-emacs-devel@m.gmane.org; Wed, 18 Jan 2006 23:58:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EzMHi-00081G-TP for ged-emacs-devel@m.gmane.org; Wed, 18 Jan 2006 18:00:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EzKY4-00029f-Eo for emacs-devel@gnu.org; Wed, 18 Jan 2006 16:08:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EzKY0-000280-44 for emacs-devel@gnu.org; Wed, 18 Jan 2006 16:08:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EzKXz-00027u-Th for emacs-devel@gnu.org; Wed, 18 Jan 2006 16:08:51 -0500 Original-Received: from [193.252.22.31] (helo=smtp11.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EzKbu-00058M-Op for emacs-devel@gnu.org; Wed, 18 Jan 2006 16:12:55 -0500 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf1109.wanadoo.fr (SMTP Server) with ESMTP id 428641C000AD for ; Wed, 18 Jan 2006 22:06:20 +0100 (CET) Original-Received: from [192.168.1.2] (AGrenoble-152-1-78-128.w86-193.abo.wanadoo.fr [86.193.251.128]) by mwinf1109.wanadoo.fr (SMTP Server) with ESMTP id D8FB81C000AA; Wed, 18 Jan 2006 22:06:19 +0100 (CET) X-ME-UUID: 20060118210619888.D8FB81C000AA@mwinf1109.wanadoo.fr User-Agent: Thunderbird 1.5 (X11/20051201) Original-To: Michael Mauger In-Reply-To: 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:49242 Archived-At: Hi, > When `recentf-open-files-items' is non-nil (which it is, by default), then > `recentf-open-files-items' does not apply the `recentf-menu-filter' filter. > > Thus if you have recentf-mode enabled, and you select the "More..." entry on > the menu, the resulting buffer of additional recently opened files, will not be > properly sorted (or whatever filter behavior was requested). > > Was this intentional? Is there a conflicting behavior that this avoids? Maybe this is because `recentf-show-file-shortcuts-flag' is t by default, so the 10 first items, which are assigned a digit shortcut key, are shown differently without passing them to the `recentf-menu-filter' filter. Could you try to disable `recentf-show-file-shortcuts-flag'? Sincerely, David