Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Emanuel Berg <embe8573@student.uu.se>
To: info-gnus-english@gnu.org
Subject: Re: Threads sorting doesn't work?
Date: Sun, 02 Nov 2014 15:12:17 +0100	[thread overview]
Message-ID: <878ujtadz2.fsf@debian.uxu> (raw)
In-Reply-To: <mailman.12574.1414911747.1147.info-gnus-english@gnu.org>

Andrey Lisin <andrey.lisin@gmail.com> 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

  parent reply	other threads:[~2014-11-02 14:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-01 17:59 Andrey Lisin
2014-11-02  0:12 ` Michael Heerdegen
2014-11-02  6:25 ` Brady Trainor
2014-11-02  6:41   ` Andrey Lisin
     [not found]   ` <mailman.12574.1414911747.1147.info-gnus-english@gnu.org>
2014-11-02 14:12     ` Emanuel Berg [this message]
2014-11-02 14:41       ` Andrey Lisin
     [not found] <mailman.12537.1414865122.1147.info-gnus-english@gnu.org>
2014-11-02  1:48 ` Emanuel Berg
     [not found]   ` <m2h9yi43n3.fsf@gmail.com>
2014-11-02  5:47     ` Emanuel Berg
2014-11-02  6:30       ` Andrey Lisin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878ujtadz2.fsf@debian.uxu \
    --to=embe8573@student.uu.se \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).