From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59293 Path: main.gmane.org!not-for-mail From: "Andrew A. Raines" Newsgroups: gmane.emacs.gnus.general Subject: ECB breaks Gnus (was: Drafts group not replacing old messages) Date: Fri, 26 Nov 2004 14:36:40 -0600 Message-ID: <871xeggxev.fsf@mid.packer.its.vanderbilt.edu> References: <87u0rqhj5r.fsf@mid.packer.its.vanderbilt.edu> <87vfc6epg6.fsf@mid.packer.its.vanderbilt.edu> <87ekis8eq6.fsf@huber.callisto.paradoxical.net> <87brdw9rbo.fsf@mid.packer.its.vanderbilt.edu> <87wtwh3d1u.fsf@huber.callisto.paradoxical.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1101501542 6161 80.91.229.6 (26 Nov 2004 20:39:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 26 Nov 2004 20:39:02 +0000 (UTC) Original-X-From: ding-owner+M7833@lists.math.uh.edu Fri Nov 26 21:38:56 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CXmrn-0008M3-00 for ; Fri, 26 Nov 2004 21:38:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CXmpS-00018n-00; Fri, 26 Nov 2004 14:36:30 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CXmpK-00018h-00 for ding@lists.math.uh.edu; Fri, 26 Nov 2004 14:36:22 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CXmpI-0003Su-53 for ding@lists.math.uh.edu; Fri, 26 Nov 2004 14:36:20 -0600 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id C5F643A0224 for ; Fri, 26 Nov 2004 14:36:19 -0600 (CST) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1CXmpG-0002LI-00 for ; Fri, 26 Nov 2004 21:36:18 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 39 Original-NNTP-Posting-Host: ps300a.hh.vanderbilt.edu Original-X-Trace: quimby.gnus.org 1101501378 7469 129.59.160.51 (26 Nov 2004 20:36:18 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Fri, 26 Nov 2004 20:36:18 +0000 (UTC) X-PGP-Key: http://pobox.com/~aaraines/pubkey.asc Mail-Copies-To: never User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:JM/RVvDKWHrVp/9zB3Yw/1h+Kc4= Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59293 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59293 Josh writes: > "Andrew A. Raines" writes: > >> [snip repro directions] [...] > This seems to work for me... > > I'm using "No Gnus v0.3", with Emacs 21.3.50.1. (cvs build) I have narrowed this problem down to ECB. Deactivating it restores the Gnus I love. However, I like to leave ECB on all the time; it's easier that way when switching back and forth between mail and JDE. I had been noticing ``Sorry, that file not recognized'' or something like that in the minibuffer occasionally. I decided to toggle debug-on-error and got this when doing a C-c C-d: Debugger entered--Lisp error: (wrong-type-argument stringp nil) file-name-directory(nil) ecb-select-source-file(nil) ecb-update-methods-after-saving() run-hooks(after-save-hook) basic-save-buffer() save-buffer() message-dont-send() call-interactively(message-dont-send) Perhaps Gnus needs to use its own after-save-hook mechanism? Or is ECB really to blame here? -- aaraines@pobox.com (Andrew A. Raines)