From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78366 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: draft group weirdness Date: Wed, 06 Apr 2011 09:43:30 +0800 Message-ID: <87sjtw40jh.fsf@ericabrahamsen.net> References: <87hbadqran.fsf@ericabrahamsen.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1302054297 14275 80.91.229.12 (6 Apr 2011 01:44:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Apr 2011 01:44:57 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26670@lists.math.uh.edu Wed Apr 06 03:44:54 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q7Hnf-0005d6-5O for ding-account@gmane.org; Wed, 06 Apr 2011 03:44:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Q7Hmn-00049A-7V; Tue, 05 Apr 2011 20:43:57 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Q7Hmk-00048y-M6 for ding@lists.math.uh.edu; Tue, 05 Apr 2011 20:43:54 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q7Hmc-0001CO-Ei for ding@lists.math.uh.edu; Tue, 05 Apr 2011 20:43:47 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q7Hma-0008Gn-73 for ding@gnus.org; Wed, 06 Apr 2011 03:43:44 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q7HmZ-0005AS-Rm for ding@gnus.org; Wed, 06 Apr 2011 03:43:43 +0200 Original-Received: from 123.121.209.206 ([123.121.209.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Apr 2011 03:43:43 +0200 Original-Received: from eric by 123.121.209.206 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Apr 2011 03:43:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 44 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 123.121.209.206 User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:63OFPjTKYIs5oRTnFm3QlLP72ww= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78366 Archived-At: On Wed, Apr 06 2011, Lars Magne Ingebrigtsen wrote: > Eric Abrahamsen writes: > >> I've been having a lot of trouble with the drafts group recently. I >> save drafts, go back into the drafts folder, hit 'e' to edit a message, >> and it asks me for a file to save into. > > That's bizarre. (setq debug-on-quit t) and `C-g' when it prompts, so > that we can see what function you're calling with `e'. Here's the backtrace: #+begin_src lisp Debugger entered--Lisp error: (quit) ad-Orig-completing-read("File to save in: ~/" (("dummy" . 1)) nil nil nil ido-file-history nil nil) completing-read("File to save in: ~/" (("dummy" . 1)) nil nil nil ido-file-history) byte-code("\304\305 \"\306\307\211\n\307 &\207" [item prompt ido-text-init history completing-read ido-make-prompt (("dummy" . 1)) nil] 7) ido-read-internal(file "File to save in: " ido-file-history nil nil nil) ido-read-file-name("File to save in: " "~/" nil nil nil nil) read-file-name("File to save in: ") basic-save-buffer() save-buffer() gnus-draft-edit-message() call-interactively(gnus-draft-edit-message nil nil) #+end_src 'G E' on the drafts buffer gives me: #+begin_src lisp ("nndraft:drafts" 3 ((1 . 2)) ((seen 3)) (nndraft "") ((gnus-dummy (gnus-draft-mode)))) #+end_src Hope something in there is a red flag! Thanks, Eric