From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/16481 Path: news.gmane.org!not-for-mail From: Angel de Vicente Newsgroups: gmane.emacs.gnus.user Subject: Re: Wrong date for delayed articles? Date: Mon, 05 Aug 2013 12:58:36 +0100 Message-ID: References: <87626h9ueb.fsf@micropit.couberia.selfip.net> <87r4mf749i.fsf@gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2794677195122121491==" X-Trace: ger.gmane.org 1375703969 10357 80.91.229.3 (5 Aug 2013 11:59:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 5 Aug 2013 11:59:29 +0000 (UTC) Cc: info-gnus-english@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Aug 05 13:59:31 2013 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V6JRj-00083C-2S for gegu-info-gnus-english@m.gmane.org; Mon, 05 Aug 2013 13:59:31 +0200 Original-Received: from localhost ([::1]:44069 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6JRi-00055u-GE for gegu-info-gnus-english@m.gmane.org; Mon, 05 Aug 2013 07:59:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54363) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6JRZ-0004ty-H6 for info-gnus-english@gnu.org; Mon, 05 Aug 2013 07:59:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6JRS-0007vL-Ix for info-gnus-english@gnu.org; Mon, 05 Aug 2013 07:59:21 -0400 Original-Received: from villa.puc.rediris.es ([130.206.18.7]:59448) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6JRS-0007sl-CX for info-gnus-english@gnu.org; Mon, 05 Aug 2013 07:59:14 -0400 Original-Received: from [161.72.2.74] (helo=martini.ll.iac.es) by villa.puc.rediris.es with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1V6JRN-0006hX-4r; Mon, 05 Aug 2013 13:59:09 +0200 Original-Received: by martini.ll.iac.es (Postfix, from userid 492) id 3C1DB86808D; Mon, 5 Aug 2013 12:59:08 +0100 (WEST) Original-Received: from carro.ll.iac.es (ll-ltm-llservers.ll.iac.es [161.72.2.253]) by martini.ll.iac.es (Postfix) with ESMTP id DEC41868089; Mon, 5 Aug 2013 12:59:07 +0100 (WEST) X-Envelope-From: angelv@iac.es In-Reply-To: (Lars Magne Ingebrigtsen's message of "Thu, 01 Aug 2013 14:55:05 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) X-Spamina-Bogosity: Ham X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 130.206.18.7 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:16481 Archived-At: --===============2794677195122121491== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Hi, Lars Magne Ingebrigtsen writes: > Angel de Vicente writes: > >>> `gnus-draft-send' binds `message-send-hook' to nil before sending from >>> the nndrafts:queue group. Is that how you send your delayed messages? >> >> I just followed the info node on delayed articles, so basically I did >> call gnus-delay-initialize in my .emacs >> http://www.gnus.org/manual/gnus_75.html#SEC75 > > [...] > >> but I have no idea how to set Gnus so that spell-checking will be done >> when I hit C-c C-j, before it is put in the delayed folder, and not at >> the time of being sent, which is not useful. > > `C-c C-j'? What does that command do? In my version: Gnus v5.13: C-c C-j runs the command gnus-delay-article, which is an interactive compiled Lisp function. It is bound to C-c C-j, . (gnus-delay-article DELAY) Delay this article by some time. DELAY is a string, giving the length of the time. Possible values are: * for in minutes (`m'), hours (`h'), days (`d'), weeks (`w'), months (`M'), or years (`Y'); * YYYY-MM-DD for a specific date. The time of day is given by the variable `gnus-delay-default-hour', minute and second are zero. * hh:mm for a specific time. Use 24h format. If it is later than this time, then the deadline is tomorrow, else today. Thanks, -- Ãngel de Vicente http://www.iac.es/galeria/angelv/ --------------------------------------------------------------------------------------------- ADVERTENCIA: Sobre la privacidad y cumplimiento de la Ley de Protección de Datos, acceda a http://www.iac.es/disclaimer.php WARNING: For more information on privacy and fulfilment of the Law concerning the Protection of Data, consult http://www.iac.es/disclaimer.php?lang=en --===============2794677195122121491== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org/mailman/listinfo/info-gnus-english --===============2794677195122121491==--