From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79295 Path: news.gmane.org!not-for-mail From: pmlists@free.fr (Peter =?utf-8?Q?M=C3=BCnster?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Date timer in Gnus article buffers Date: Thu, 30 Jun 2011 22:53:07 +0200 Organization: Micropit Message-ID: <87vcvnqbws.fsf@micropit.couberia.bzh> References: <87wrg7z294.fsf@stupidchicken.com> <87liwjls4e.fsf@member.fsf.org> <8739irb1al.fsf@keller.adm.naquadah.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309467235 5279 80.91.229.12 (30 Jun 2011 20:53:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 30 Jun 2011 20:53:55 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27591@lists.math.uh.edu Thu Jun 30 22:53:51 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 1QcOFD-0001KZ-5G for ding-account@gmane.org; Thu, 30 Jun 2011 22:53: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 1QcOEm-0003DW-O9; Thu, 30 Jun 2011 15:53:24 -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 1QcOEl-0003DM-KZ for ding@lists.math.uh.edu; Thu, 30 Jun 2011 15:53:23 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QcOEk-00037l-81 for ding@lists.math.uh.edu; Thu, 30 Jun 2011 15:53:23 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QcOEi-0005MR-SB for ding@gnus.org; Thu, 30 Jun 2011 22:53:20 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QcOEi-00019u-9c for ding@gnus.org; Thu, 30 Jun 2011 22:53:20 +0200 Original-Received: from arennes-651-1-139-220.w2-2.abo.wanadoo.fr ([2.2.82.220]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Jun 2011 22:53:20 +0200 Original-Received: from pmlists by arennes-651-1-139-220.w2-2.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Jun 2011 22:53:20 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: arennes-651-1-139-220.w2-2.abo.wanadoo.fr User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:mNjWhqwP3GrR+Oh4xSXu4HOU/88= X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79295 Archived-At: On Thu, Jun 30 2011, Julien Danjou wrote: > On Thu, Jun 30 2011, Lars Magne Ingebrigtsen wrote: > >> Do you still see this if you have: >> >> (setq mouse-drag-copy-region t >> x-select-enable-primary t >> x-select-enable-clipboard nil) > > Just eval'd that, tested and the bug does not change a yotta. You missed the --8<---------------cut here---------------start------------->8--- (setq select-active-regions nil) --8<---------------cut here---------------end--------------->8--- as mentioned here: http://permalink.gmane.org/gmane.emacs.gnus.general/78968 -- Peter