From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mafeusek@gmail.com Newsgroups: gmane.emacs.help Subject: autosave (drafts) folder for message. Date: Sun, 18 Apr 2010 00:31:34 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1271543295 22325 80.91.229.12 (17 Apr 2010 22:28:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 17 Apr 2010 22:28:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 18 00:28:07 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O3GUb-0003RY-8K for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Apr 2010 00:28:01 +0200 Original-Received: from localhost ([127.0.0.1]:36831 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3GUa-0004QH-OR for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Apr 2010 18:28:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O3GUD-0004Q5-8e for help-gnu-emacs@gnu.org; Sat, 17 Apr 2010 18:27:37 -0400 Original-Received: from [140.186.70.92] (port=37734 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3GUC-0004Pn-24 for help-gnu-emacs@gnu.org; Sat, 17 Apr 2010 18:27:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O3GUA-0007oj-MK for help-gnu-emacs@gnu.org; Sat, 17 Apr 2010 18:27:35 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.152]:5142) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O3GUA-0007oR-Ge for help-gnu-emacs@gnu.org; Sat, 17 Apr 2010 18:27:34 -0400 Original-Received: by fg-out-1718.google.com with SMTP id e12so1021982fga.12 for ; Sat, 17 Apr 2010 15:27:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:to:subject:x-mailer:from:date :message-id:mime-version:content-type; bh=jlAI2b8f0ZsfOWTObKyR4r7F3qEMLm0Qsn2fgTVbS2o=; b=lvu7Ylbpr7Lc+pt12pE7pxus1Uc+0zaT3Tx9e9674gyrOFkotoOu0okrsJiXT0Ngcj x6HdsmVEbmbm67ooNSZR4UzxHFNr5GMBjhYPMf9r9PMNBiyOQ4zSjueu79mJhJYDaSOT kjs1RXrMlEkpmVxQuTcWO89W3Q0mIh8kGJzbg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=to:subject:x-mailer:from:date:message-id:mime-version:content-type; b=INfju+Gosr7Bq1tdorMwDVUi7/bg5M9KdXEWyQlDgjXYz2B0bVDauF5M+fQkr0d1Sq OVdWCVOrdNXx6bkCmO5vQkCbYfQjzK2RGL1GNwOyVDTlVJHNsEznwBnTE5fc5O2cw0vA yJlx7imtKAgn3jnaNeglAaEY/JDj36Pai80k0= Original-Received: by 10.102.166.8 with SMTP id o8mr2257423mue.13.1271543252132; Sat, 17 Apr 2010 15:27:32 -0700 (PDT) Original-Received: from localhost.localdomain (chello089077007217.chello.pl [89.77.7.217]) by mx.google.com with ESMTPS id y2sm20571825mug.21.2010.04.17.15.27.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 17 Apr 2010 15:27:31 -0700 (PDT) X-MAILER: KMail/1.7.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:72742 Archived-At: Hallo Group Members. I would like to change folder where emacs writes drafts. I am running emacs 23.1. My mail user agent is: (setq mail-user-agent 'message-user-agent) There is variable that does the job: message-auto-save-directory It works as far as gnus is not run. Otherwise directory is forced to be set to ~/News/drafts/drafts/. Is it ok? I mean, if my user agent was gnus-user-agent, then that would be ok, but i have set it to message-user-agent. There is a check in message-set-auto-save-file-name function: (if (gnus-alive-p) (setq message-draft-article (nndraft-request-associate-buffer "drafts")) that couses this. I wonder if (gnus-alive-p) condition should be `and'ed with condition on user agent == gnus-user-agent? best regards, Pawel