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: Trunk and 'pc-selection-mode' Date: Tue, 08 Feb 2011 23:04:31 +0100 Message-ID: <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 1297203574 17532 80.91.229.12 (8 Feb 2011 22:19:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 Feb 2011 22:19:34 +0000 (UTC) To: Emacs Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 08 23:19:30 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 1Pmvu9-0006K7-Lb for ged-emacs-devel@m.gmane.org; Tue, 08 Feb 2011 23:19:25 +0100 Original-Received: from localhost ([127.0.0.1]:43151 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pmvu8-0007Bz-Tq for ged-emacs-devel@m.gmane.org; Tue, 08 Feb 2011 17:19:25 -0500 Original-Received: from [140.186.70.92] (port=33685 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmvtD-0006UC-8u for emacs-devel@gnu.org; Tue, 08 Feb 2011 17:18:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pmvl7-0004lh-8d for emacs-devel@gnu.org; Tue, 08 Feb 2011 17:10:05 -0500 Original-Received: from smtp204.alice.it ([82.57.200.100]:39928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pmvl7-0004lO-3h for emacs-devel@gnu.org; Tue, 08 Feb 2011 17:10:05 -0500 Original-Received: from [82.57.153.142] (82.57.153.142) by smtp204.alice.it (8.5.124.08) id 4D498E390097AD28 for emacs-devel@gnu.org; Tue, 8 Feb 2011 23:04:42 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.100 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:135778 Archived-At: After bootstrapping current trunk (rev. 103188), starting Emacs gives this warning: ------------------------------------------- Warning (initialization): An error occurred while loading `/home/u/.emacs.d/init.el': Symbol's function definition is void: pc-selection-mode To ensure normal operation, you should investigate and remove the cause of the error in your initialization file. Start Emacs with the `--debug-init' option to view a complete error backtrace. ------------------------------------------- In my init file I have: (pc-selection-mode t) Isn't it valid any more? How should I change it? TIA, Angelo.