From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Mauger Newsgroups: gmane.emacs.devel Subject: Re: Customizing recentf Date: Wed, 30 Aug 2006 00:32:11 +0000 (UTC) Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1156897969 2505 80.91.229.2 (30 Aug 2006 00:32:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 30 Aug 2006 00:32:49 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 30 02:32:48 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 1GIE0Y-0001Z5-OY for ged-emacs-devel@m.gmane.org; Wed, 30 Aug 2006 02:32:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GIE0Y-0004Sx-7s for ged-emacs-devel@m.gmane.org; Tue, 29 Aug 2006 20:32:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GIE0K-0004Rr-5y for emacs-devel@gnu.org; Tue, 29 Aug 2006 20:32:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GIE0I-0004PJ-Aa for emacs-devel@gnu.org; Tue, 29 Aug 2006 20:32:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GIE0I-0004PF-2S for emacs-devel@gnu.org; Tue, 29 Aug 2006 20:32:26 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GIE9Z-0003K1-KD for emacs-devel@gnu.org; Tue, 29 Aug 2006 20:42:01 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GIE0B-0001SF-RC for emacs-devel@gnu.org; Wed, 30 Aug 2006 02:32:20 +0200 Original-Received: from na6mk2fw02.fidelity.com ([192.223.243.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Aug 2006 02:32:19 +0200 Original-Received: from mmaug by na6mk2fw02.fidelity.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Aug 2006 02:32:19 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 17 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 192.223.243.6 (Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; JFV; IE 6.0 SP1 (FID r3.0); .NET CLR 1.0.3705; .NET CLR 1.1.4322)) 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:59091 Archived-At: Michael Mauger writes: > Here's an attempt ... FYI, in my own configuration, it caused the following minor modes to be recognized and moved to the end of the set-variables list as opposed to without the patch: * show-paren-mode * global-hl-line-mode * global-auto-revert-mode * display-time-mode * auto-insert-mode Now, none of these minor modes may exhibit the same issue as recentf re: the sort order of mode related variables, but you never know...