From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54136 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-simplify-subject-functions Date: Wed, 01 Oct 2003 21:00:29 +0200 Organization: http://purl.org/harder/ Sender: ding-owner@lists.math.uh.edu Message-ID: References: <87y8w4n7b1.fsf@mail.kubtelecom.ru> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1065035487 18807 80.91.224.253 (1 Oct 2003 19:11:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Oct 2003 19:11:27 +0000 (UTC) Original-X-From: ding-owner+M2677@lists.math.uh.edu Wed Oct 01 21:11:25 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A4mNh-0004mG-00 for ; Wed, 01 Oct 2003 21:11:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1A4mNB-00053W-00; Wed, 01 Oct 2003 14:10:53 -0500 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1A4mN6-00053R-00 for ding@lists.math.uh.edu; Wed, 01 Oct 2003 14:10:49 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 10A693A004D for ; Wed, 1 Oct 2003 14:10:48 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1A4mN5-0003Vo-00 for ; Wed, 01 Oct 2003 21:10:47 +0200 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 19 Original-NNTP-Posting-Host: 0xc3f9826f.esnxr3.ras.tele.dk Original-X-Trace: quimby.gnus.org 1065035447 13503 195.249.130.111 (1 Oct 2003 19:10:47 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Wed, 1 Oct 2003 19:10:47 +0000 (UTC) X-Face: (8(nqO:C.0NDoJy!@%Q;TI(hIYXe_QemtE{K*-4PJbrwUmGk2vD"/6-A&;>FY@"Q,X`RDcOasr,yH:ZgQkEPKa))o writes: > I test my function, it works fine: > (my-gnus-simplify-talk-ru "Old Subject - fido7.su.c-cpp") > returns "Old Subject". > > But when replying " - fido7.su.c-cpp" is not removed from subjects - > what I do wrong ? I think `gnus-simplify-subject-functions' doesn't do what you think it does. The option is used for threading, i.e. to decide when two subjects are considered the same. `gnus-list-identifiers' is probably what you want. > btw, is gnus-simplify-* functions documented? I can't find anything > about these functions in Gnus documentation. Did you try `i gnus-simplify-subject-functions' in the Gnus manual?