From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/17215 Path: news.gmane.org!not-for-mail From: Emanuel Berg Newsgroups: gmane.emacs.gnus.user Subject: Re: Threads sorting doesn't work? Date: Sun, 02 Nov 2014 15:12:17 +0100 Organization: Aioe.org NNTP Server Message-ID: <878ujtadz2.fsf@debian.uxu> References: <8761eyyv9b.fsf@uw.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1414937716 8679 80.91.229.3 (2 Nov 2014 14:15:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Nov 2014 14:15:16 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sun Nov 02 15:15:12 2014 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Xkvvu-0001uv-MM for gegu-info-gnus-english@m.gmane.org; Sun, 02 Nov 2014 15:15:06 +0100 Original-Received: from localhost ([::1]:57413 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xkvvu-0005Lt-8R for gegu-info-gnus-english@m.gmane.org; Sun, 02 Nov 2014 09:15:06 -0500 Original-Path: usenet.stanford.edu!goblin3!goblin.stu.neva.ru!newsfeed3.funet.fi!newsfeeds.funet.fi!newsfeed1.swip.net!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 26 Original-NNTP-Posting-Host: feB02bRejf23rfBm51Mt7Q.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-Notice: Filtered by postfilter v. 0.8.2 Cancel-Lock: sha1:Oy6Z31KoKUsg4sVdMzLTxDIanxA= Mail-Copies-To: never Original-Xref: usenet.stanford.edu gnu.emacs.gnus:88346 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:17215 Archived-At: Andrey Lisin writes: > My problem was variable `gnus-thread-sort-functions' > redefinition existed in my init scripts. I'm glad you found it. This is a common situation. It doesn't even have to be other people's code that gets you confused. When you have enough of your own, it is enough. I have all my config in .el files in a dir (with subdirs), so if I experience that - say - `gnus-article-prepare-hook' behaves strange, I run: $ grep -n gnus-article-prepare-hook **/*.el Then I see in what files - and where (the -n option) - that hook is defined. ('**/*' is a zsh feature to recursively do dirs and subdirs; there is probably something similar in bash.) There are other ways to do that but it works. -- underground experts united