From unknown Sun Jun 22 07:54:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#6864: 24.0.50; ld: duplicate symbol _QPRIMARY in keyboard.o and xselect.o Resent-From: Peter Dyballa Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 15 Aug 2010 21:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 6864 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 6864@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.128190817921817 (code B ref -1); Sun, 15 Aug 2010 21:37:01 +0000 Received: (at submit) by debbugs.gnu.org; 15 Aug 2010 21:36:19 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OkksN-0005fq-3U for submit@debbugs.gnu.org; Sun, 15 Aug 2010 17:36:19 -0400 Received: from mx10.gnu.org ([199.232.76.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OkksK-0005fl-QZ for submit@debbugs.gnu.org; Sun, 15 Aug 2010 17:36:17 -0400 Received: from lists.gnu.org ([199.232.76.165]:36299) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1OkktG-0005Q1-8H for submit@debbugs.gnu.org; Sun, 15 Aug 2010 17:37:14 -0400 Received: from [140.186.70.92] (port=41421 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OkktB-0006wh-2f for bug-gnu-emacs@gnu.org; Sun, 15 Aug 2010 17:37:13 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Okkt5-0005EL-4X for bug-gnu-emacs@gnu.org; Sun, 15 Aug 2010 17:37:08 -0400 Received: from mout6.freenet.de ([195.4.92.96]:56376) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Okkt4-0005EA-UM for bug-gnu-emacs@gnu.org; Sun, 15 Aug 2010 17:37:03 -0400 Received: from [195.4.92.22] (helo=12.mx.freenet.de) by mout6.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (port 25) (Exim 4.72 #3) id 1Okkt3-00065n-He for bug-gnu-emacs@gnu.org; Sun, 15 Aug 2010 23:37:01 +0200 Received: from p5b23f940.dip.t-dialin.net ([91.35.249.64]:62164 helo=[192.168.1.2]) by 12.mx.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 587) (Exim 4.72 #3) id 1Okkt2-0002Ru-AN for bug-gnu-emacs@gnu.org; Sun, 15 Aug 2010 23:37:01 +0200 Message-Id: <76144DCF-2C27-43A0-A3F0-1A83B5FD3572@Freenet.DE> From: Peter Dyballa Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v936) Date: Sun, 15 Aug 2010 23:36:58 +0200 X-Mailer: Apple Mail (2.936) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.1 (-----) Hello! Compilation of the X client (Xaw3d) fails with the message cited in =20 the subject. pete 234 /\ l src/{xselect.c,keyboard.c} -rw-r--r-- 1 pete admin 383764 15. Aug 20:46 src/keyboard.c -rw-r--r-- 1 pete admin 94275 15. Aug 20:46 src/xselect.c pete 235 /\ grep -n QPRIMARY src/{xselect.c,keyboard.c} src/xselect.c:110:Lisp_Object QPRIMARY, QSECONDARY, QSTRING, QINTEGER, =20= QCLIPBOARD, QTIMESTAMP, src/xselect.c:257: if (EQ (sym, QPRIMARY)) return XA_PRIMARY; src/xselect.c:309: return QPRIMARY; src/xselect.c:2218: if (EQ (selection, Qnil)) selection =3D QPRIMARY; src/xselect.c:2249: if (EQ (selection, Qnil)) selection =3D QPRIMARY; src/xselect.c:2920: /* QPRIMARY is defined in keyboard.c. */ src/keyboard.c:371:Lisp_Object Qx_set_selection, QPRIMARY, Qlazy; src/keyboard.c:1803: call2 (Qx_set_selection, QPRIMARY, src/keyboard.c:1806: call2 (Qx_set_selection, QPRIMARY, src/keyboard.c:11719: QPRIMARY =3D intern_c_string ("PRIMARY"); src/keyboard.c:11720: staticpro (&QPRIMARY); -- Greetings Pete No man was ever taken to hell by a woman unless he already had a =20 ticket in his pocket, or at least had been fooling around with =20 timetables. =96 Archie Goodwin From unknown Sun Jun 22 07:54:49 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Peter Dyballa Subject: bug#6864: closed (Re: bug#6864: 24.0.50; ld: duplicate symbol _QPRIMARY in keyboard.o and xselect.o) Message-ID: References: <4C68EF3C.9070909@swipnet.se> <76144DCF-2C27-43A0-A3F0-1A83B5FD3572@Freenet.DE> X-Gnu-PR-Message: they-closed 6864 X-Gnu-PR-Package: emacs Reply-To: 6864@debbugs.gnu.org Date: Mon, 16 Aug 2010 07:56:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1281945362-10882-1" This is a multi-part message in MIME format... ------------=_1281945362-10882-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #6864: 24.0.50; ld: duplicate symbol _QPRIMARY in keyboard.o and xselect.o which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 6864@debbugs.gnu.org. --=20 6864: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D6864 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1281945362-10882-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 6864-done) by debbugs.gnu.org; 16 Aug 2010 07:55:56 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OkuXz-0002pK-LM for submit@debbugs.gnu.org; Mon, 16 Aug 2010 03:55:55 -0400 Received: from smtprelay-b11.telenor.se ([62.127.194.20]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OkuXx-0002pD-LG for 6864-done@debbugs.gnu.org; Mon, 16 Aug 2010 03:55:54 -0400 Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-b11.telenor.se (Postfix) with ESMTP id BDB19E9503 for <6864-done@debbugs.gnu.org>; Mon, 16 Aug 2010 09:56:51 +0200 (CEST) X-SENDER-IP: [85.225.45.35] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvcyAO6LaExV4S0jPGdsb2JhbACHZ5hYDAEBAQE1LblEhTsE X-IronPort-AV: E=Sophos;i="4.55,375,1278280800"; d="scan'208";a="119846717" Received: from c-232de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.35]) by ipb1.telenor.se with ESMTP; 16 Aug 2010 09:56:51 +0200 Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id A51137FA05A; Mon, 16 Aug 2010 09:56:45 +0200 (CEST) Message-ID: <4C68EF3C.9070909@swipnet.se> Date: Mon, 16 Aug 2010 09:56:44 +0200 From: =?windows-1252?Q?Jan_Dj=E4rv?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100713 Thunderbird/3.0.6 MIME-Version: 1.0 To: Peter Dyballa Subject: Re: bug#6864: 24.0.50; ld: duplicate symbol _QPRIMARY in keyboard.o and xselect.o References: <76144DCF-2C27-43A0-A3F0-1A83B5FD3572@Freenet.DE> In-Reply-To: <76144DCF-2C27-43A0-A3F0-1A83B5FD3572@Freenet.DE> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.5 (--) X-Debbugs-Envelope-To: 6864-done Cc: 6864-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.5 (--) This only happens when -fno-common is used, so nobody has seen this yet. But no-common may be default on some platforms so we should not rely on i= t. Fix checked in. Jan D. 2010-08-15 23:36, Peter Dyballa skrev: > Hello! > > Compilation of the X client (Xaw3d) fails with the message cited in the > subject. > > pete 234 /\ l src/{xselect.c,keyboard.c} > -rw-r--r-- 1 pete admin 383764 15. Aug 20:46 src/keyboard.c > -rw-r--r-- 1 pete admin 94275 15. Aug 20:46 src/xselect.c > pete 235 /\ grep -n QPRIMARY src/{xselect.c,keyboard.c} > src/xselect.c:110:Lisp_Object QPRIMARY, QSECONDARY, QSTRING, QINTEGER, > QCLIPBOARD, QTIMESTAMP, > src/xselect.c:257: if (EQ (sym, QPRIMARY)) return XA_PRIMARY; > src/xselect.c:309: return QPRIMARY; > src/xselect.c:2218: if (EQ (selection, Qnil)) selection =3D QPRIMARY; > src/xselect.c:2249: if (EQ (selection, Qnil)) selection =3D QPRIMARY; > src/xselect.c:2920: /* QPRIMARY is defined in keyboard.c. */ > src/keyboard.c:371:Lisp_Object Qx_set_selection, QPRIMARY, Qlazy; > src/keyboard.c:1803: call2 (Qx_set_selection, QPRIMARY, > src/keyboard.c:1806: call2 (Qx_set_selection, QPRIMARY, > src/keyboard.c:11719: QPRIMARY =3D intern_c_string ("PRIMARY"); > src/keyboard.c:11720: staticpro (&QPRIMARY); > > -- > Greetings > > Pete > > No man was ever taken to hell by a woman unless he already had a ticket > in his pocket, or at least had been fooling around with timetables. > =96 Archie Goodwin > > > ------------=_1281945362-10882-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 15 Aug 2010 21:36:19 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OkksN-0005fq-3U for submit@debbugs.gnu.org; Sun, 15 Aug 2010 17:36:19 -0400 Received: from mx10.gnu.org ([199.232.76.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OkksK-0005fl-QZ for submit@debbugs.gnu.org; Sun, 15 Aug 2010 17:36:17 -0400 Received: from lists.gnu.org ([199.232.76.165]:36299) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1OkktG-0005Q1-8H for submit@debbugs.gnu.org; Sun, 15 Aug 2010 17:37:14 -0400 Received: from [140.186.70.92] (port=41421 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OkktB-0006wh-2f for bug-gnu-emacs@gnu.org; Sun, 15 Aug 2010 17:37:13 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Okkt5-0005EL-4X for bug-gnu-emacs@gnu.org; Sun, 15 Aug 2010 17:37:08 -0400 Received: from mout6.freenet.de ([195.4.92.96]:56376) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Okkt4-0005EA-UM for bug-gnu-emacs@gnu.org; Sun, 15 Aug 2010 17:37:03 -0400 Received: from [195.4.92.22] (helo=12.mx.freenet.de) by mout6.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (port 25) (Exim 4.72 #3) id 1Okkt3-00065n-He for bug-gnu-emacs@gnu.org; Sun, 15 Aug 2010 23:37:01 +0200 Received: from p5b23f940.dip.t-dialin.net ([91.35.249.64]:62164 helo=[192.168.1.2]) by 12.mx.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 587) (Exim 4.72 #3) id 1Okkt2-0002Ru-AN for bug-gnu-emacs@gnu.org; Sun, 15 Aug 2010 23:37:01 +0200 Message-Id: <76144DCF-2C27-43A0-A3F0-1A83B5FD3572@Freenet.DE> From: Peter Dyballa To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v936) Subject: 24.0.50; ld: duplicate symbol _QPRIMARY in keyboard.o and xselect.o Date: Sun, 15 Aug 2010 23:36:58 +0200 X-Mailer: Apple Mail (2.936) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.1 (-----) Hello! Compilation of the X client (Xaw3d) fails with the message cited in =20 the subject. pete 234 /\ l src/{xselect.c,keyboard.c} -rw-r--r-- 1 pete admin 383764 15. Aug 20:46 src/keyboard.c -rw-r--r-- 1 pete admin 94275 15. Aug 20:46 src/xselect.c pete 235 /\ grep -n QPRIMARY src/{xselect.c,keyboard.c} src/xselect.c:110:Lisp_Object QPRIMARY, QSECONDARY, QSTRING, QINTEGER, =20= QCLIPBOARD, QTIMESTAMP, src/xselect.c:257: if (EQ (sym, QPRIMARY)) return XA_PRIMARY; src/xselect.c:309: return QPRIMARY; src/xselect.c:2218: if (EQ (selection, Qnil)) selection =3D QPRIMARY; src/xselect.c:2249: if (EQ (selection, Qnil)) selection =3D QPRIMARY; src/xselect.c:2920: /* QPRIMARY is defined in keyboard.c. */ src/keyboard.c:371:Lisp_Object Qx_set_selection, QPRIMARY, Qlazy; src/keyboard.c:1803: call2 (Qx_set_selection, QPRIMARY, src/keyboard.c:1806: call2 (Qx_set_selection, QPRIMARY, src/keyboard.c:11719: QPRIMARY =3D intern_c_string ("PRIMARY"); src/keyboard.c:11720: staticpro (&QPRIMARY); -- Greetings Pete No man was ever taken to hell by a woman unless he already had a =20 ticket in his pocket, or at least had been fooling around with =20 timetables. =96 Archie Goodwin ------------=_1281945362-10882-1-- From unknown Sun Jun 22 07:54:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#6864: 24.0.50; ld: duplicate symbol _QPRIMARY in keyboard.o and xselect.o Resent-From: Jan =?UTF-8?Q?Dj=C3=A4rv?= Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 16 Aug 2010 12:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6864 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Peter Dyballa Cc: 6864@debbugs.gnu.org Received: via spool by 6864-submit@debbugs.gnu.org id=B6864.128196288721650 (code B ref 6864); Mon, 16 Aug 2010 12:49:01 +0000 Received: (at 6864) by debbugs.gnu.org; 16 Aug 2010 12:48:07 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Okz6l-0005d9-2Z for submit@debbugs.gnu.org; Mon, 16 Aug 2010 08:48:07 -0400 Received: from smtprelay-b12.telenor.se ([62.127.194.21]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Okz6i-0005cm-0C for 6864@debbugs.gnu.org; Mon, 16 Aug 2010 08:48:04 -0400 Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-b12.telenor.se (Postfix) with ESMTP id 9F4D3EA33A for <6864@debbugs.gnu.org>; Mon, 16 Aug 2010 14:49:02 +0200 (CEST) X-SENDER-IP: [85.225.45.35] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvcyAJrQaExV4S0jPGdsb2JhbACHZ5haDAEBAQE1LbpohTsE X-IronPort-AV: E=Sophos;i="4.55,375,1278280800"; d="scan'208";a="118942808" Received: from c-232de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.35]) by ipb2.telenor.se with ESMTP; 16 Aug 2010 14:49:02 +0200 Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id 8B4DC7FA05A; Mon, 16 Aug 2010 14:49:01 +0200 (CEST) Message-ID: <4C6933BE.7070303@swipnet.se> Date: Mon, 16 Aug 2010 14:49:02 +0200 From: Jan =?UTF-8?Q?Dj=C3=A4rv?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100713 Thunderbird/3.0.6 MIME-Version: 1.0 References: <76144DCF-2C27-43A0-A3F0-1A83B5FD3572@Freenet.DE> <4C68EF3C.9070909@swipnet.se> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.0 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.0 (---) 2010-08-16 13:37, Peter Dyballa skrev: > > Am 16.08.2010 um 09:56 schrieb Jan Dj=E4rv: > >> Fix checked in. > > Jan, > > GNU Emacs compiles now, but it seems to have a problem with > ... Usually it would insert text from a previous copy. > This fails. When I use the paste entry from the Edit menu, which is > bound to C-y, it inserts a text from the Mac OS X pasteboard, not from > the X (PRIMARY) selection. When I switch from the X client GNU Emacs to > a native Aqua/Mac OS X application, the old X selection is now availabl= e > on ... AFAIK, that is now how it is supposed to work. Mouse-2 inserts from PRIM= ARY=20 and C-y from clipboard. I assume X maps clipboard to pasteboard. See th= reads=20 in emacs-devel about this. Jan D. From unknown Sun Jun 22 07:54:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#6864: 24.0.50; ld: duplicate symbol _QPRIMARY in keyboard.o and xselect.o Resent-From: Peter Dyballa Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 16 Aug 2010 13:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6864 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Jan =?UTF-8?Q?Dj=C3=A4rv?= Cc: 6864@debbugs.gnu.org Received: via spool by 6864-submit@debbugs.gnu.org id=B6864.128196411122219 (code B ref 6864); Mon, 16 Aug 2010 13:09:02 +0000 Received: (at 6864) by debbugs.gnu.org; 16 Aug 2010 13:08:31 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OkzQU-0005mK-Uz for submit@debbugs.gnu.org; Mon, 16 Aug 2010 09:08:31 -0400 Received: from mout2.freenet.de ([195.4.92.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OkzQT-0005mD-3J for 6864@debbugs.gnu.org; Mon, 16 Aug 2010 09:08:29 -0400 Received: from [195.4.92.22] (helo=12.mx.freenet.de) by mout2.freenet.de with esmtpa (ID peter_dyballa@freenet.de) (port 25) (Exim 4.72 #3) id 1OkzRP-0007ge-Cb; Mon, 16 Aug 2010 15:09:27 +0200 Received: from p5b23f51c.dip.t-dialin.net ([91.35.245.28]:63206 helo=[192.168.1.2]) by 12.mx.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 587) (Exim 4.72 #3) id 1OkzRP-0003xg-68; Mon, 16 Aug 2010 15:09:27 +0200 Message-Id: <2FC57197-374C-4434-A6DE-B1DF7CDB5708@Freenet.DE> From: Peter Dyballa In-Reply-To: <4C6933BE.7070303@swipnet.se> Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v936) Date: Mon, 16 Aug 2010 15:09:13 +0200 References: <76144DCF-2C27-43A0-A3F0-1A83B5FD3572@Freenet.DE> <4C68EF3C.9070909@swipnet.se> <4C6933BE.7070303@swipnet.se> X-Mailer: Apple Mail (2.936) X-Spam-Score: -3.0 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.0 (---) Am 16.08.2010 um 14:49 schrieb Jan Dj=E4rv: > I assume X maps clipboard to pasteboard. Yes, the X server performs this service, after it has been enabled and =20= configured. It works well in the three or four weeks old GNU Emacs =20 24.0.50 (and elder versions like 23.2 or 22.3), but *has failed* in =20 the up-to-date build =96 probably by some library mismatch, proved by =20= next build. -- Greetings Pete Rain is saved up in cloud banks.