From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68408 Path: news.gmane.org!not-for-mail From: Daniel Clemente Newsgroups: gmane.emacs.gnus.general Subject: Offer to create directories as needed Date: Mon, 06 Apr 2009 14:50:28 +0200 Message-ID: <85tz52kktn.fsf@yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1239022414 13852 80.91.229.12 (6 Apr 2009 12:53:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Apr 2009 12:53:34 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16845@lists.math.uh.edu Mon Apr 06 14:54:53 2009 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.50) id 1LqoKA-0002UL-4z for ding-account@gmane.org; Mon, 06 Apr 2009 14:53:14 +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 1LqoHq-0006Rd-Mh; Mon, 06 Apr 2009 07:50:50 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1LqoHo-0006RI-OJ for ding@lists.math.uh.edu; Mon, 06 Apr 2009 07:50:48 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LqoHj-0006vQ-1Q for ding@lists.math.uh.edu; Mon, 06 Apr 2009 07:50:48 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LqoI7-0000Lt-00 for ; Mon, 06 Apr 2009 14:51:07 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LqoHg-0004Om-Jj for ding@gnus.org; Mon, 06 Apr 2009 12:50:40 +0000 Original-Received: from 183.red-213-97-224.staticip.rima-tde.net ([213.97.224.183]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Apr 2009 12:50:40 +0000 Original-Received: from dcl441-bugs by 183.red-213-97-224.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Apr 2009 12:50:40 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 183.red-213-97-224.staticip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) Cancel-Lock: sha1:eZepxdJvwg/5rgkhRZtmcNzKi1E= X-Spam-Score: -1.3 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68408 Archived-At: I have: gnus-dribble-directory is a variable defined in `gnus-start.el'. Its value is "~/.emacs.d/gnus/datos/dribble" However, if the directory ~/.emacs.d/gnus/datos doesn't exist, Gnus will fail constantly while I am reading messages. It would be a lot nicer if Gnus detected that the directory didn't exist and offer to create it so that the file could be saved. How about that? -- Daniel