From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18423 Path: main.gmane.org!not-for-mail From: Vladimir Volovich Newsgroups: gmane.emacs.gnus.general Subject: Re: uudecoding bug? Date: 07 Nov 1998 20:33:12 +0300 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035156950 6103 80.91.224.250 (20 Oct 2002 23:35:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:35:50 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA10442 for ; Sat, 7 Nov 1998 12:35:25 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB02444; Sat, 7 Nov 1998 11:35:09 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 07 Nov 1998 11:34:54 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id LAA26005 for ; Sat, 7 Nov 1998 11:34:46 -0600 (CST) Original-Received: from cc.vsu.ru (root@ns.vsu.relarn.ru [194.226.24.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA10426 for ; Sat, 7 Nov 1998 12:34:34 -0500 (EST) Original-Received: (from uucp@localhost) by cc.vsu.ru (8.9.1/8.9.1) with UUCP id UAA04482 for ding@gnus.org; Sat, 7 Nov 1998 20:33:56 +0300 Original-Received: (from vvv@localhost) by vvv.vsu.ru (8.8.7/8.8.7) id UAA10034; Sat, 7 Nov 1998 20:33:12 +0300 Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "07 Nov 1998 16:44:23 +0100" Original-Lines: 30 User-Agent: Gnus/5.070036 (Pterodactyl Gnus v0.36) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:18423 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:18423 "LMI" == Lars Magne Ingebrigtsen writes: LMI> Vladimir Volovich writes: What does LMI> (gnus-uu-reginize-string (gnus-summary-article-subject)) on one LMI> of these lines say? >> Here is it (in russian): >> >> "Шрифт[ ]+на[ ]+обсуждение[ ]+(TTF)[ ]+([0-9]+/7)" LMI> That looks ok. LMI> Does LMI> (gnus-uu-find-articles-matching) LMI> over one of those lines return `nil'? Yes. LMI> If so, could you edebug-defun that function? Well, i'm not so much a elisp hacker. :-) I did not find how to use edebug-defun. I used debug-on-entry instead. Here is what happens: gnus prepared a regexp to look for subjects, and then started to verify matching for all subjects in the summary buffer. i.e. it executed statements like this: string-match("\xe48\xe60\xe58\xe64\xe62[ ]+\xe5d\xe50[ ]+\xe5e\xe51\xe61\xe63\xe56\xe54\xe55\xe5d\xe58\xe55[ ]+(TTF)[ ]+([0-9]+/7)" "Re: \xe3a\xe50\xe5f\xe58\xe62\xe55\xe5b\xe6c \xe51\xe63\xe5a\xe52\xe6b \"\xe67\".") All of them returned nil, and no articles were found. Maybe, this is because of multibyte/encoding/whatever? Best regards, -- Vladimir.