From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Trunk and 'pc-selection-mode' Date: Thu, 10 Feb 2011 21:43:11 +0100 Message-ID: <4D544DDF.7050707@alice.it> References: <4D51BDEF.4010507@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1297370610 11189 80.91.229.12 (10 Feb 2011 20:43:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 10 Feb 2011 20:43:30 +0000 (UTC) Cc: Emacs To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 10 21:43:26 2011 Return-path: Envelope-to: ged-emacs-devel@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 1PndMM-0005mf-FL for ged-emacs-devel@m.gmane.org; Thu, 10 Feb 2011 21:43:26 +0100 Original-Received: from localhost ([127.0.0.1]:50414 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PndML-00036i-K2 for ged-emacs-devel@m.gmane.org; Thu, 10 Feb 2011 15:43:25 -0500 Original-Received: from [140.186.70.92] (port=33001 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PndMD-00035t-OR for emacs-devel@gnu.org; Thu, 10 Feb 2011 15:43:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PndMC-0000tS-E9 for emacs-devel@gnu.org; Thu, 10 Feb 2011 15:43:17 -0500 Original-Received: from smtp207.alice.it ([82.57.200.103]:33271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PndMC-0000sv-8V for emacs-devel@gnu.org; Thu, 10 Feb 2011 15:43:16 -0500 Original-Received: from [82.57.153.184] (82.57.153.184) by smtp207.alice.it (8.5.124.08) id 4C9E16C90B6C6DC2; Thu, 10 Feb 2011 21:43:12 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.103 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:135862 Archived-At: Il 09/02/2011 22.34, Stefan Monnier ha scritto: > > But maybe we should still autoload pc-selection-mode. Eli Zaretskii wrote: > You are encouraged to use delete-selection-mode instead. This is the solution I adopted (delete-selection-mode t) Thanks, Angelo.