From unknown Sun Aug 10 16:47:30 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#15988 <15988@debbugs.gnu.org> To: bug#15988 <15988@debbugs.gnu.org> Subject: Status: 24.3; Pointer in new frames does not move Reply-To: bug#15988 <15988@debbugs.gnu.org> Date: Sun, 10 Aug 2025 23:47:30 +0000 retitle 15988 24.3; Pointer in new frames does not move reassign 15988 emacs submitter 15988 Vincenzo Andretta severity 15988 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 28 13:55:03 2013 Received: (at submit) by debbugs.gnu.org; 28 Nov 2013 18:55:03 +0000 Received: from localhost ([127.0.0.1]:49103 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vm6js-0008DU-HC for submit@debbugs.gnu.org; Thu, 28 Nov 2013 13:55:02 -0500 Received: from eggs.gnu.org ([208.118.235.92]:58172) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vm2iF-0001lx-Mr for submit@debbugs.gnu.org; Thu, 28 Nov 2013 09:37:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vm2i3-0000aG-Fm for submit@debbugs.gnu.org; Thu, 28 Nov 2013 09:36:58 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:40782) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vm2i3-0000a7-DL for submit@debbugs.gnu.org; Thu, 28 Nov 2013 09:36:51 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vm2hx-0002mv-2C for bug-gnu-emacs@gnu.org; Thu, 28 Nov 2013 09:36:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vm2hq-0000Ol-Lf for bug-gnu-emacs@gnu.org; Thu, 28 Nov 2013 09:36:44 -0500 Received: from posta.na.astro.it ([193.205.102.29]:43013) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vm2hq-0000OA-9f for bug-gnu-emacs@gnu.org; Thu, 28 Nov 2013 09:36:38 -0500 Received: from localhost (posta.na.astro.it [127.0.0.1]) by posta.na.astro.it (iRedMail) with ESMTP id 4C3C838596; Thu, 28 Nov 2013 15:36:35 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at posta.na.astro.it Received: from posta.na.astro.it ([127.0.0.1]) by localhost (posta.na.astro.it [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nLMD4TiL-ynS; Thu, 28 Nov 2013 15:36:32 +0100 (CET) Received: from phoebe.oacn.inaf.it (phoebe.na.astro.it [193.205.103.31]) by posta.na.astro.it (iRedMail) with ESMTPSA id 8EE76380AE; Thu, 28 Nov 2013 15:36:31 +0100 (CET) Message-ID: <52975551.7020908@oacn.inaf.it> Date: Thu, 28 Nov 2013 15:38:09 +0100 From: Vincenzo Andretta Organization: INAF - Osservatorio Astronomico di Capodimonte User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: bug-gnu-emacs@gnu.org Subject: 24.3; Pointer in new frames does not move X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 28 Nov 2013 13:54:59 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) ----- Actions: Start with emacs -Q open a new buffer (e.g.: "text1.txt") start a new frame (C-x 5 2) open another buffer (e.g.: "text2.txt") Problem: The cursor in this new frame does not follow the pointer. In other words, while typing, the typed characters do appear in the frame, but the cursor (solid black, by default) remains fixed, usually at the first column of the buffer. The same happens in the minibuffer window of the new frame, as well as in any new frame. The problem has appeared on openSUSE 13.1 [GNU Emacs 24.3.1 (x86_64-suse-linux-gnu, GTK+ Version 3.10.0) of 2013-09-30 on build40], under KDE 4.11, while it did not appear on openSUSE 12.2 [GNU Emacs 24.2.1 (x86_64-suse-linux-gnu, GTK+ Version 3.4.4) of 2012-12-10 on build20], under KDE 4.8. ----- In GNU Emacs 24.3.1 (x86_64-suse-linux-gnu, GTK+ Version 3.10.0) of 2013-09-30 on build40 Windowing system distributor `The X.Org Foundation', version 11.0.11403901 System Description: openSUSE 13.1 (Bottle) (x86_64) Configured using: `configure '--with-pop' '--without-hesiod' '--with-kerberos' '--with-kerberos5' '--with-xim' '--with-wide-int' '--enable-autodepend' '--prefix=/usr' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--with-x' '--with-sound' '--with-xpm' '--with-jpeg' '--with-tiff' '--with-gif' '--with-png' '--with-rsvg' '--with-dbus' '--without-gpm' '--with-x-toolkit=gtk3' '--x-includes=/usr/include' '--x-libraries=/usr/lib64' '--with-xft' '--with-libotf' '--with-m17n-flt' '--build=x86_64-suse-linux' 'build_alias=x86_64-suse-linux' 'CFLAGS=-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -D_GNU_SOURCE -std=gnu89 -pipe -Wno-pointer-sign -Wno-unused-variable -Wno-unused-label -Wno-unprototyped-calls -fno-optimize-sibling-calls -DSYSTEM_PURESIZE_EXTRA=55000 -DSITELOAD_PURESIZE_EXTRA=10000 ' 'LDFLAGS=-Wl,-O2 -Wl,--hash-size=65521'' Important settings: value of $LC_NUMERIC: POSIX value of $LANG: en_GB.UTF-8 value of $XMODIFIERS: @im=local locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Text Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-x C-f t e s t 1 . t x t a b c C-x 5 2 C-x C-f t e s t 2 . t x t SPC SPC SPC SPC a s ; k l j a l k j t SPC C-x b t C-x b t e s t a a t SPC a e t SPC a t e SPC a ; l a k e t ; SPC a k l e j t SPC C-x 5 2 C-x C-f t e s t 3 . t x t a e t SPC a SPC t e a t SPC a M-x r e p o r t Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. (New file) [2 times] delete-backward-char: Beginning of buffer [3 times] byte-code: Beginning of buffer [5 times] byte-code: End of buffer [3 times] byte-code: Beginning of buffer [2 times] delete-backward-char: Beginning of buffer [6 times] (New file) Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils time-date delsel lpr disp-table tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) -- From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 12 04:55:14 2013 Received: (at 15988) by debbugs.gnu.org; 12 Dec 2013 09:55:14 +0000 Received: from localhost ([127.0.0.1]:44698 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vr2zB-0005Qt-Id for submit@debbugs.gnu.org; Thu, 12 Dec 2013 04:55:14 -0500 Received: from posta.na.astro.it ([193.205.102.29]:41293) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vr2z5-0005Qe-Sa for 15988@debbugs.gnu.org; Thu, 12 Dec 2013 04:55:09 -0500 Received: from localhost (posta.na.astro.it [127.0.0.1]) by posta.na.astro.it (iRedMail) with ESMTP id 4DEC8385D9; Thu, 12 Dec 2013 10:55:06 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at posta.na.astro.it Received: from posta.na.astro.it ([127.0.0.1]) by localhost (posta.na.astro.it [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mlVZfd91o8a8; Thu, 12 Dec 2013 10:55:06 +0100 (CET) Received: from phoebe.oacn.inaf.it (unknown [134.76.248.77]) by posta.na.astro.it (iRedMail) with ESMTPSA id D5FF0385AF; Thu, 12 Dec 2013 10:55:04 +0100 (CET) Message-ID: <52A9886E.8050908@oacn.inaf.it> Date: Thu, 12 Dec 2013 10:57:02 +0100 From: Vincenzo Andretta Organization: INAF - Osservatorio Astronomico di Capodimonte User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: 15988@debbugs.gnu.org Subject: Re: 24.3; Pointer in new frames does not move X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 15988 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) The problem seems to have disappeared after a software update done just yesterday. I am not entirely sure this is connected to the problem reported, but here is the relevant extract from the change log of emacs package in openSUSE 13.1: Tue 03 Dec 2013 13:00:00 CET - Change emacs wrapper script to use new dbus-run-session tool to avoid hanging emacs on terminal mode due I/O conflict on stdin of both emacs and dbus-launch session (bnc#853082) Thanks for you attention. From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 30 09:43:51 2019 Received: (at control) by debbugs.gnu.org; 30 Sep 2019 13:43:51 +0000 Received: from localhost ([127.0.0.1]:57103 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEvxv-00084t-6S for submit@debbugs.gnu.org; Mon, 30 Sep 2019 09:43:51 -0400 Received: from mail-pl1-f181.google.com ([209.85.214.181]:34518) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEvxu-00084g-0l for control@debbugs.gnu.org; Mon, 30 Sep 2019 09:43:50 -0400 Received: by mail-pl1-f181.google.com with SMTP id k7so3939925pll.1 for ; Mon, 30 Sep 2019 06:43:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=3CmeqgKihSR6Kyqk/klUQtIFy86g+Dw+DY6yim/jvDg=; b=pwZQAcqcHD3TNnvcIjHo1MZfJahQqGrga3Lfj7WQXMe+3NvYZhENj2OeFwwW0Gkpfi kq29HAtxduVk0OmOU1505Lh76lfomkUbfAvhtmGkMgEE5ApgbJEyRxrftVhy9qyx+MCa j+0s2fjeXd01HisTpP8Q3PmWRkorqD1fekaQDRFxgvX5usFuoGRfVMMw3B1TCnqhKGYr wuUVnt78D9nC09+UmBxyQh4kgg12ejJofmLtAyKOePmjjTIPG96VNIq9e49EEeu6nsru qIgP+lq9xFGW4+eA15z6N65YNKBUqjcpIHO5bnWPsPT+OxVyK9WHG4M63HhUKSgFVGlI Krow== X-Gm-Message-State: APjAAAXX20kgcTTXsc9fF5VWU043u0CcLzauT4zjkLSL6LlJ9jHKxy/a OGnhsXSMEKDNtv+9egLkLNegqJNvTSq5/dJ1GQzQOZI/OAc= X-Google-Smtp-Source: APXvYqzWNIBkw1hpSASaqgZEXB173/OZ1XtiJlc2MJLGe+tXUyNKQfywudwOsNDtPsQOwO+dZ1hGW09OHxXpcnI0eQM= X-Received: by 2002:a17:902:d88f:: with SMTP id b15mr19391330plz.251.1569851023766; Mon, 30 Sep 2019 06:43:43 -0700 (PDT) MIME-Version: 1.0 From: Stefan Kangas Date: Mon, 30 Sep 2019 15:43:32 +0200 Message-ID: Subject: To: control@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 2.2 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: merge 15988 16000 quit Content analysis details: (2.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (stefankangas[at]gmail.com) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.214.181 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.214.181 listed in wl.mailspike.net] 2.0 BLANK_SUBJECT Subject is present but empty 0.0 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: merge 15988 16000 quit Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.214.181 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.214.181 listed in wl.mailspike.net] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (stefankangas[at]gmail.com) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different 2.0 BLANK_SUBJECT Subject is present but empty 0.0 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager merge 15988 16000 quit From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 30 09:45:35 2019 Received: (at 15988-done) by debbugs.gnu.org; 30 Sep 2019 13:45:35 +0000 Received: from localhost ([127.0.0.1]:57108 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEvzY-00009p-H5 for submit@debbugs.gnu.org; Mon, 30 Sep 2019 09:45:35 -0400 Received: from mail-pf1-f177.google.com ([209.85.210.177]:38756) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEvzV-0008TJ-Us for 15988-done@debbugs.gnu.org; Mon, 30 Sep 2019 09:45:31 -0400 Received: by mail-pf1-f177.google.com with SMTP id h195so5650585pfe.5 for <15988-done@debbugs.gnu.org>; Mon, 30 Sep 2019 06:45:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=h4jxUJdVZ6CoQJkzIoM/mxhsnkj3npRwope/mYwEeHs=; b=mQSX04BLeIAPNcOYfSn0N4RwaB9vqTlQpUlLuTHqqQqvUOz6MLzU6h3tQE5q+YqqIn XrteZadAtUjpetNeiN/QXBpz6n8aRU0pdOL4iuaVfjCCOAWZxOHLqH+MEmkPGoC1lhXR ZoUvn0KVFLYMMWszgEQU9unSv6kUz3yTzr7OHSS2U/wp+yD6dfk7yN8FBbHAXkoaDzn/ FwqlN10QXAvX8qjcKATyEBNwG5Mxi8QkxTZRiI1TDr57RrlaXmJq9GH5JQBQRl/8Ne0L S3t5M1OSijddTFNmZv2SduSWCislPhp3q5nOLNWRitL059L3Ks1OZbBwlJCYS1AN32fH +fXQ== X-Gm-Message-State: APjAAAX7DinbtaWOwDBJpfJ50EGaOvL+2As4/MkHrWTVzZET8BDxt7Bn elBHMTyNjbKK1JE+MIyhNUbCuZlGyrJenURy/sr+qRZ6I2s= X-Google-Smtp-Source: APXvYqybRL3ytf7advZsXZx4vdKScNnyHOyvOrSo7gbI3q/1hMiU1kfGSRat+IFc+OguMI3CaQ5+AFkAHTeu8RSJKMA= X-Received: by 2002:a63:720f:: with SMTP id n15mr23426524pgc.198.1569851124117; Mon, 30 Sep 2019 06:45:24 -0700 (PDT) MIME-Version: 1.0 From: Stefan Kangas Date: Mon, 30 Sep 2019 15:45:13 +0200 Message-ID: Subject: Re: bug#15988: 24.3; Pointer in new frames does not move To: Vincenzo Andretta Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 15988-done Cc: 15988-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Vincenzo Andretta writes: > The problem seems to have disappeared after a software update done > just yesterday. I am not entirely sure this is connected to the > problem reported, but here is the relevant extract from the change log > of emacs package in openSUSE 13.1: > > Tue 03 Dec 2013 13:00:00 CET > - Change emacs wrapper script to use new dbus-run-session tool to > avoid hanging emacs on terminal mode due I/O conflict on stdin > of both emacs and dbus-launch session (bnc#853082) > > Thanks for you attention. The solution seems to be to upgrade the version of Emacs shipped with openSUSE 13.1. I'm therefore closing this bug report. Best regards, Stefan Kangas From unknown Sun Aug 10 16:47:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 29 Oct 2019 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator