From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.devel Subject: trunk is trying to access X windows selection in -nw mode Date: Mon, 30 Aug 2010 21:33:13 +0300 Message-ID: <87wrr8q7bq.fsf@kobe.laptop> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1283193255 20294 80.91.229.12 (30 Aug 2010 18:34:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 30 Aug 2010 18:34:15 +0000 (UTC) Cc: Chong Yidong To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 30 20:34:13 2010 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 1Oq9BH-0002K7-Gg for ged-emacs-devel@m.gmane.org; Mon, 30 Aug 2010 20:34:07 +0200 Original-Received: from localhost ([127.0.0.1]:34666 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oq9BG-0006Dr-At for ged-emacs-devel@m.gmane.org; Mon, 30 Aug 2010 14:34:06 -0400 Original-Received: from [140.186.70.92] (port=40636 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oq9B6-0006BY-P4 for emacs-devel@gnu.org; Mon, 30 Aug 2010 14:33:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oq9Ay-0001jj-B4 for emacs-devel@gnu.org; Mon, 30 Aug 2010 14:33:56 -0400 Original-Received: from igloo.linux.gr ([62.1.205.36]:52368) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oq9Ax-0001eM-VQ for emacs-devel@gnu.org; Mon, 30 Aug 2010 14:33:48 -0400 X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-1.001, required 5, autolearn=not spam, ALL_TRUSTED -1.00, BAYES_40 -0.00) X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-ID: o7UIXK7x005466 Original-Received: from kobe.laptop (178.128.0.248.dsl.dyn.forthnet.gr [178.128.0.248]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-9.1) with ESMTP id o7UIXK7x005466 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 30 Aug 2010 21:33:26 +0300 Original-Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.4/8.14.4) with ESMTP id o7UIXEnY074377 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 30 Aug 2010 21:33:14 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Original-Received: (from keramida@localhost) by kobe.laptop (8.14.4/8.14.4/Submit) id o7UIXDqN074374; Mon, 30 Aug 2010 21:33:13 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:129445 Archived-At: When running in 'emacs -nw' mode, the latest builds of trunk on my laptop display an error in the modeline: X windows are not in use or not initialized The first commit that seems to trigger this in the git mirror is: user: Chong Yidong date: Sun Aug 15 22:33:17 2010 -0400 summary: Let all active regions set the primary selection. I haven't really found why 'emacs -nw' still tries to access X windows attributes after this commit, but the (error ...) call breaks macro-recording that uses text selection for non-X11 frames by triggerring a bell for all selection operations. Can we please roll back or fix this?