From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 29 12:18:30 2010 Received: (at submit) by debbugs.gnu.org; 29 Sep 2010 16:18:30 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P0zMT-000615-Cv for submit@debbugs.gnu.org; Wed, 29 Sep 2010 12:18:30 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P0zCr-0005w6-35 for submit@debbugs.gnu.org; Wed, 29 Sep 2010 12:08:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P0zFb-0004GW-Su for submit@debbugs.gnu.org; Wed, 29 Sep 2010 12:11:26 -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, HTML_MESSAGE,RCVD_IN_DNSWL_NONE,T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:45062) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P0zFb-0004GL-DU for submit@debbugs.gnu.org; Wed, 29 Sep 2010 12:11:23 -0400 Received: from [140.186.70.92] (port=48397 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P0zFS-0006ND-MD for bug-gnu-emacs@gnu.org; Wed, 29 Sep 2010 12:11:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P0zFL-0004Bb-Jj for bug-gnu-emacs@gnu.org; Wed, 29 Sep 2010 12:11:13 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:55890) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P0zFL-0004BD-Ex for bug-gnu-emacs@gnu.org; Wed, 29 Sep 2010 12:11:07 -0400 Received: by wwb24 with SMTP id 24so1044429wwb.30 for ; Wed, 29 Sep 2010 09:11:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=WT/VZVDfxAD4LYHmt8VecEDBvZxIZ8ZDjQfp4NLe/BM=; b=bEiZrvgxQv7cAIWBBNOhBD6UBwDh8NPuZC4fznxUq+ahS6UIYX1peJFQExjhJh6arZ PvIdx7lrE21LkCJKFVw1w0ZzPHrh4qJdzRm42vhvSnMCQUzWZvOqGmv7h3ZtR5sRZLWt jCd5DHvyzGRxfD4NSaO79fNulzh9UrUXvcjV0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=O8S3AcF0umCNe7tE5Ih3BgIGyBEwJD3hHND6mzdpnTHKRlMK8ngoDWFgFXL4QV4rAL 7rbaZ0wIMBDZ5p5N/BVQNmzTkIOSrrggSsf3qOapYPQ2FqcnV3+3Jv8TV5nn2in5xt5x 3E19pvf4D2KXg9Cy10YcEz8bNLNbDJUy6zhaU= MIME-Version: 1.0 Received: by 10.216.59.131 with SMTP id s3mr1604456wec.71.1285776666200; Wed, 29 Sep 2010 09:11:06 -0700 (PDT) Received: by 10.216.198.194 with HTTP; Wed, 29 Sep 2010 09:11:06 -0700 (PDT) Date: Wed, 29 Sep 2010 10:11:06 -0600 Message-ID: Subject: 24.0.50; Mac OS X X11 mode line highlighting not following mouse in daemon mode From: Bob Nnamtrop To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=000e0cd72042730a7a0491683567 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 29 Sep 2010 12:18:28 -0400 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.9 (-----) --000e0cd72042730a7a0491683567 Content-Type: text/plain; charset=ISO-8859-1 I use emacs on Mac OS X in X11 and for some time this bug has been present (23.1, 23.2, bzr trunk). If emacs is started in daemon mode emacs -Q --daemon and then a frame is brought up using emacsclient -n -c and then another frame is made from the first one using C-x 5 2 Now is the mouse is moved between them then focus follows the mouse (as I have setup in the window manager) and I can type in the correct frame. BUT the mode line is not highlighted correctly as I move the mouse. The original frame keeps the highlighting no matter where the mouse is. If I click on the second frame then the mode line highlighting moves there but then it says there (ie, doesn't mode with the mouse). Note that this only happens if emacs is started in daemon mode (or with M-x server-start). If emacs is started normally then the mode line highlighting follows the mouse as it should. Bob In GNU Emacs 24.0.50.2 (i386-apple-darwin9.8.0, GTK+ Version 2.20.1) of 2010-09-29 on *** Windowing system distributor `The X.Org Foundation', version 11.0.10802000 configured using `configure '--prefix=/Users/***/local-emacs-bzr'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil value of $XMODIFIERS: nil locale-coding-system: nil default enable-multibyte-characters: t Major mode: Lisp Interaction 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 auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t --000e0cd72042730a7a0491683567 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I use emacs on Mac OS X in X11 and for some time this bug has been present = (23.1, 23.2, bzr trunk).=A0 If emacs is started in daemon mode

emac= s -Q --daemon

and then a frame is brought up using

emacsclien= t -n -c

and then another frame is made from the first one using

C-x 5 2<= br>
Now is the mouse is moved between them then focus follows the mouse = (as I have setup in the window manager) and I can type in the correct frame= .=A0 BUT the mode line is not highlighted correctly as I move the mouse.=A0= The original frame keeps the highlighting no matter where the mouse is.=A0= If I click on the second frame then the mode line highlighting moves there= but then it says there (ie, doesn't mode with the mouse).

Note that this only happens if emacs is started in daemon mode (or with= M-x server-start).=A0 If emacs is started normally then the mode line high= lighting follows the mouse as it should.

Bob

In GNU Emacs 24.= 0.50.2 (i386-apple-darwin9.8.0, GTK+ Version 2.20.1)
=A0of 2010-09-29 on ***
Windowing system distributor `The X.Org Foundati= on', version 11.0.10802000
configured using `configure=A0 '--pre= fix=3D/Users/***/local-emacs-bzr''

Important settings:
= =A0 value of $LC_ALL: nil
=A0 value of $LC_COLLATE: nil
=A0 value of $LC_CTYPE: nil
=A0 value o= f $LC_MESSAGES: nil
=A0 value of $LC_MONETARY: nil
=A0 value of $LC_N= UMERIC: nil
=A0 value of $LC_TIME: nil
=A0 value of $LANG: nil
=A0= value of $XMODIFIERS: nil
=A0 locale-coding-system: nil
=A0 default enable-multibyte-characters: t=

Major mode: Lisp Interaction

Minor modes in effect:
=A0 t= ooltip-mode: t
=A0 mouse-wheel-mode: t
=A0 tool-bar-mode: t
=A0 me= nu-bar-mode: t
=A0 file-name-shadow-mode: t
=A0 global-font-lock-mode: t
=A0 font-lo= ck-mode: t
=A0 auto-composition-mode: t
=A0 auto-encryption-mode: t=A0 auto-compression-mode: t
=A0 line-number-mode: t
=A0 transient-= mark-mode: t

--000e0cd72042730a7a0491683567-- From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 03 18:44:56 2010 Received: (at 7134) by debbugs.gnu.org; 3 Nov 2010 22:44: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 1PDm4e-0004Rx-5t for submit@debbugs.gnu.org; Wed, 03 Nov 2010 18:44:56 -0400 Received: from mail-fx0-f44.google.com ([209.85.161.44]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PDm4b-0004Rs-Ka for 7134@debbugs.gnu.org; Wed, 03 Nov 2010 18:44:54 -0400 Received: by fxm9 with SMTP id 9so935587fxm.3 for <7134@debbugs.gnu.org>; Wed, 03 Nov 2010 15:49:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=0114ICAzwCzpEEBQNW7J1pI+6pF8bGIyz0abXPbDgHE=; b=Z8EB3F6RmJD6Iw3dxhPMOvnzdQNtQI0Mo20R2xSPU08AEtN6YRFEqT5M6lUBXgg3OM sGfATMSUV9pM91CqXjBwK0AbzAf8joPRxdQkDBIz4CGUtvK3LD+0e94E455k8qs0pD/D Qq+tY8DnUGVtc90ga1h196MzZHnDLh3PUrvi4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Fed/CLHxA1FPMMV0m9uzOHlqUD+XT0NeUZMM+/L6o8tUfNx924vA1CIblUWvWUVuzD 83f4SKLXtYv0CxwSDuTbcTs5aXGShGAIX5eXFUG+7U1VDPC2sIGavuR6hS+j2QkvyMrx nI3GGnNwY8x9npZuzWOWYEe9A+vHK07z61wHU= MIME-Version: 1.0 Received: by 10.223.113.78 with SMTP id z14mr12442303fap.50.1288824559068; Wed, 03 Nov 2010 15:49:19 -0700 (PDT) Received: by 10.223.83.15 with HTTP; Wed, 3 Nov 2010 15:49:19 -0700 (PDT) Date: Wed, 3 Nov 2010 16:49:19 -0600 Message-ID: Subject: setting mouse-autoselect-window From: Bob Nnamtrop To: 7134@debbugs.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: -4.3 (----) X-Debbugs-Envelope-To: 7134 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.7 (---) I just noticed that setting mouse-autoselect-window to t fixes this problem, even though the original problem is an issue between frames and this variable is suppose to affect windows. Just thought this may help someone if they looked into the original problem. Bob From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 02 04:57:01 2021 Received: (at 7134) by debbugs.gnu.org; 2 Jun 2021 08:57:01 +0000 Received: from localhost ([127.0.0.1]:38830 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loMgP-0001nv-EN for submit@debbugs.gnu.org; Wed, 02 Jun 2021 04:57:01 -0400 Received: from quimby.gnus.org ([95.216.78.240]:55826) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loMgN-0001na-Tr for 7134@debbugs.gnu.org; Wed, 02 Jun 2021 04:57:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=lMljpU1lO8fwr4J7ZcQbUVmZIUM5a4/or5AxyJityXo=; b=aAo5fDGfnqTuYxnDH3Kg/QG6Z5 0yj3069O1GsY+F1+od6Gpd/V2GxSDhL1rN7xhiDV1pmFkELQffC8B08FA2csnC19RpPfsviRe+z6w hSuqNmDrPgEG13ZhLKbDZ8YRXZ0onG9yOoiL6lDYVg0NgDB1oAMthfDXriwbKTBu/R+8=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1loMgD-00047U-TO; Wed, 02 Jun 2021 10:56:54 +0200 From: Lars Ingebrigtsen To: Bob Nnamtrop Subject: Re: bug#7134: mode-line active/inactive face not following mouse in daemon mode References: X-Now-Playing: Nobukazu Takemura's _The Quest is a Reward_: "Dedicate For The Sun" Date: Wed, 02 Jun 2021 10:56:49 +0200 In-Reply-To: (Bob Nnamtrop's message of "Wed, 29 Sep 2010 10:11:06 -0600") Message-ID: <87mts8d4q6.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.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 @@CONTACT_ADDRESS@@ for details. Content preview: Bob Nnamtrop writes: > I use emacs on Mac OS X in X11 and for some time this bug has been present (23.1, > 23.2, bzr trunk). If emacs is started in daemon mode > > emacs -Q --daemon > > and then a frame is brought up usin [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 7134 Cc: 7134@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: -1.7 (-) Bob Nnamtrop writes: > I use emacs on Mac OS X in X11 and for some time this bug has been present (23.1, > 23.2, bzr trunk). If emacs is started in daemon mode > > emacs -Q --daemon > > and then a frame is brought up using > > emacsclient -n -c > > and then another frame is made from the first one using > > C-x 5 2 > > Now is the mouse is moved between them then focus follows the mouse (as I have > setup in the window manager) and I can type in the correct frame. BUT the mode line > is not highlighted correctly as I move the mouse. (I'm going through old bug reports that unfortunately got no response at the time.) Are you still seeing this issue in recent versions of Emacs? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 02 04:57:05 2021 Received: (at control) by debbugs.gnu.org; 2 Jun 2021 08:57:05 +0000 Received: from localhost ([127.0.0.1]:38833 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loMgT-0001oZ-Nf for submit@debbugs.gnu.org; Wed, 02 Jun 2021 04:57:05 -0400 Received: from quimby.gnus.org ([95.216.78.240]:55840) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loMgS-0001nj-HD for control@debbugs.gnu.org; Wed, 02 Jun 2021 04:57:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=u9h3/ntFCBvG+IIPTGc8zl79Sk+1AyGH+d2c6PejMXY=; b=auWgZMKjqX+4ucZR0S6+rhVWm5 goZERhCkqWkakB0Ty6z7Pt145ha/4cVMIAaeLzZRsJpyi/vUNEdoDSIe5ZZYRf3aDStPuez2KC+Nz GgCVk1SCMvwvO/xRND1VaqxHpbQ7jIC1fOeHm+WxRRnud/JPBEJ1DF+h0IhVCu6/f0+w=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1loMgL-00047c-2B for control@debbugs.gnu.org; Wed, 02 Jun 2021 10:56:58 +0200 Date: Wed, 02 Jun 2021 10:56:56 +0200 Message-Id: <87lf7sd4pz.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #7134 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.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 @@CONTACT_ADDRESS@@ for details. Content preview: tags 7134 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -0.7 (/) 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.7 (-) tags 7134 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 30 09:22:14 2021 Received: (at 7134) by debbugs.gnu.org; 30 Jun 2021 13:22:14 +0000 Received: from localhost ([127.0.0.1]:56831 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lyaAN-0003kB-3n for submit@debbugs.gnu.org; Wed, 30 Jun 2021 09:22:14 -0400 Received: from quimby.gnus.org ([95.216.78.240]:57900) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lyaAJ-0003iX-Iv for 7134@debbugs.gnu.org; Wed, 30 Jun 2021 09:22:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=1kMucrpYr4bDQJUplqhlx6V3hPVsbtr5otXR0jIGsLA=; b=aimZkbTUE4mC6YtkdJ5APHVLpb eNiHIxC8WqzJrTdeoKTkLYm2KxmfwKWz93nBjzOwY+NDqjmfgXaa6cnKWjqyxeUkVFJBUH/tqxtUj qJKZPUD7UWeVGgssXvOnPBWcCdbjvVbW2zjLu+dkS7KJdflrfTIv1UwaA4VfAiC9jHlg=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lyaAB-00024W-Dy; Wed, 30 Jun 2021 15:22:01 +0200 From: Lars Ingebrigtsen To: Bob Nnamtrop Subject: Re: bug#7134: mode-line active/inactive face not following mouse in daemon mode References: <87mts8d4q6.fsf@gnus.org> X-Now-Playing: Jim O'Rourke's _To Magnetize Money and Return a Roving Eye (2)_: "To Magnetize Money and Return a Roving Eye pt2" Date: Wed, 30 Jun 2021 15:21:58 +0200 In-Reply-To: <87mts8d4q6.fsf@gnus.org> (Lars Ingebrigtsen's message of "Wed, 02 Jun 2021 10:56:49 +0200") Message-ID: <87k0mb5vyh.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.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 @@CONTACT_ADDRESS@@ for details. Content preview: Lars Ingebrigtsen writes: > Are you still seeing this issue in recent versions of Emacs? More information was requested, but no response was given within a month, so I'm closing this bug report. If the problem still exists, please respond to this email and we'll reopen the bug report. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 7134 Cc: 7134@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: -1.0 (-) Lars Ingebrigtsen writes: > Are you still seeing this issue in recent versions of Emacs? More information was requested, but no response was given within a month, so I'm closing this bug report. If the problem still exists, please respond to this email and we'll reopen the bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 30 09:22:20 2021 Received: (at control) by debbugs.gnu.org; 30 Jun 2021 13:22:20 +0000 Received: from localhost ([127.0.0.1]:56834 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lyaAV-0003kW-S3 for submit@debbugs.gnu.org; Wed, 30 Jun 2021 09:22:20 -0400 Received: from quimby.gnus.org ([95.216.78.240]:57930) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lyaAO-0003jv-AV for control@debbugs.gnu.org; Wed, 30 Jun 2021 09:22:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=PwZ7Qwl9pQZ05FyfyCr3G8p3Bb9Dhazj6Xvdqt0AdQk=; b=Q6bZ78zFU1AHTkpeHVX1qIaWbn Tx3H1p6XXbVOiSXaAA6sBxbQ2IN6FwPxxfAGNOxMD3eI51a9EPQmiuQf1EfRnpZfJUqn6OlW2bZ7S j12SSLZuvyhhTiF6nVyywzWTpXLyScCUiP1+IUVlJaqyeJJJ2HXroolv1O8BBIACJvLk=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lyaAG-00024m-Mh for control@debbugs.gnu.org; Wed, 30 Jun 2021 15:22:06 +0200 Date: Wed, 30 Jun 2021 15:22:04 +0200 Message-Id: <87im1v5vyb.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #7134 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.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 @@CONTACT_ADDRESS@@ for details. Content preview: close 7134 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) 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: -3.3 (---) close 7134 quit From unknown Fri Aug 15 14:46:20 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 29 Jul 2021 11:24:06 +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