From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/20919 Path: main.gmane.org!not-for-mail From: Felix Lee Newsgroups: gmane.emacs.gnus.general Subject: Re: pgnus 0.74, emacs 20.3, saving ADAPT files Date: Tue, 02 Feb 1999 20:53:02 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: <199902030453.XAA08886@sclp3.sclp.com> References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035159125 20372 80.91.224.250 (21 Oct 2002 00:12:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:12:05 +0000 (UTC) Cc: ding@gnus.org 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 XAA08915 for ; Tue, 2 Feb 1999 23:54:08 -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 WAB05763; Tue, 2 Feb 1999 22:53:36 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 02 Feb 1999 22:53:40 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id WAA14115 for ; Tue, 2 Feb 1999 22:53:32 -0600 (CST) Original-Received: from mail2.teleport.com (mail2.teleport.com [192.108.254.43]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id XAA08886 for ; Tue, 2 Feb 1999 23:53:25 -0500 (EST) Original-Received: (qmail 11403 invoked from network); 3 Feb 1999 04:53:03 -0000 Original-Received: from i48-08-38.pdx.du.teleport.com (HELO teleport.com) (216.26.3.230) by mail2.teleport.com with SMTP; 3 Feb 1999 04:53:03 -0000 Original-To: Lars Magne Ingebrigtsen In-reply-to: on 02 Feb 1999 22:34:11 +0100. Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:20919 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:20919 Lars Magne Ingebrigtsen : > Felix Lee writes: > > I think this is happening when gnus tries to save an > > adaptive score file that has accents in Subject or From > > headers. > > I thought we had squashed that particular bug. Could you > `(setq debug-on-quit t)' and break when you are asked so we can see > which function is querying you? ... select-safe-coding-system write-region gnus-write-buffer gnus-score-save gnus-summary-exit --