From unknown Mon Jun 16 23:44:42 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#24554 <24554@debbugs.gnu.org> To: bug#24554 <24554@debbugs.gnu.org> Subject: Status: 24.5; kill-ring-save fails to give visual feedback on first run, but does on the second Reply-To: bug#24554 <24554@debbugs.gnu.org> Date: Tue, 17 Jun 2025 06:44:42 +0000 retitle 24554 24.5; kill-ring-save fails to give visual feedback on first r= un, but does on the second reassign 24554 emacs submitter 24554 Daniel Barrett severity 24554 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 27 08:00:56 2016 Received: (at submit) by debbugs.gnu.org; 27 Sep 2016 12:00:56 +0000 Received: from localhost ([127.0.0.1]:37033 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bor4B-0000gm-LT for submit@debbugs.gnu.org; Tue, 27 Sep 2016 08:00:55 -0400 Received: from eggs.gnu.org ([208.118.235.92]:33827) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bor49-0000gZ-9W for submit@debbugs.gnu.org; Tue, 27 Sep 2016 08:00:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bor3z-00022v-Hg for submit@debbugs.gnu.org; Tue, 27 Sep 2016 08:00:47 -0400 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]:36151) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bor3z-00022a-EC for submit@debbugs.gnu.org; Tue, 27 Sep 2016 08:00:43 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bor3u-0005xw-5d for bug-gnu-emacs@gnu.org; Tue, 27 Sep 2016 08:00:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bor3q-0001zL-3t for bug-gnu-emacs@gnu.org; Tue, 27 Sep 2016 08:00:38 -0400 Received: from jet38.hasweb.com ([72.29.78.191]:43042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bor3p-0001yl-UN for bug-gnu-emacs@gnu.org; Tue, 27 Sep 2016 08:00:34 -0400 Received: from pool-108-26-184-63.bstnma.fios.verizon.net ([108.26.184.63]:60250 helo=snorkack.blazemonger.com) by jet38.hasweb.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1bor3m-000142-Od for bug-gnu-emacs@gnu.org; Tue, 27 Sep 2016 08:00:30 -0400 Received: from snorkack (localhost [127.0.0.1]) by snorkack.blazemonger.com (Postfix) with ESMTPS id 4672525000E8; Tue, 27 Sep 2016 08:00:30 -0400 (EDT) From: Daniel Barrett To: bug-gnu-emacs@gnu.org Subject: 24.5; kill-ring-save fails to give visual feedback on first run, but does on the second Date: Tue, 27 Sep 2016 08:00:30 -0400 Message-ID: <87ponpo8m9.fsf@blazemonger.com> MIME-Version: 1.0 Content-Type: text/plain X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jet38.hasweb.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - blazemonger.com X-Get-Message-Sender-Via: jet38.hasweb.com: authenticated_id: dbarrett@blazemonger.com X-Authenticated-Sender: jet38.hasweb.com: dbarrett@blazemonger.com X-Source: X-Source-Args: X-Source-Dir: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit Cc: dbarrett@blazemonger.com 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: -4.0 (----) When you run emacs in its own X window, the kill-ring-save command fails to give visual feedback of the point and mark, but ONLY THE FIRST TIME you run it on a region. This inconsistency is confusing and makes the user think that he mistyped the command. Subsequent runs of kill-ring-save work properly. 1. Run "emacs -Q --debug-init" so emacs opens in its own window. In the scratch buffer, type any line of text. 2. Position the point at the beginning of the line you typed, and set the mark (set-mark-command). 3. Move the point to the end of the line and press M-w (kill-ring-save). 4. Notice that the cursor does NOT provide visual feedback by "blinking" the point and mark. THIS IS THE BUG. 5. Now type M-w (kill-ring-save) a second time. This time, the cursor DOES blink the point and mark to provide visual feedback. This remains true for all subsequent runs of kill-ring-save on this region, until you move point or mark. Possible important detail: The problem behavior is different if you add the "-nw" option when running emacs (say, within KDE's Konsole). In this case, the region formed in step 3 gets HIGHLIGHTED in reverse-video when you move the cursor to end of line, which provides visual feedback of a different kind. The first kill-ring-save makes the highlighting disappear. When emacs is run in its own window -nw, the region does not appear highlighted. Perhaps in this case, emacs "thinks" the highlighting is present and therefore doesn't bother to "blink" the point and mark. This is in the stock emacs 24.5 package distributed with Ubuntu 16.04 LTS (Xenial). The problem did not occur in the previous version of Ubuntu (15.10). In GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9) of 2016-04-17 on lgw01-04, modified by Debian Windowing system distributor `The X.Org Foundation', version 11.0.11803000 System Description: Ubuntu 16.04.1 LTS Configured using: `configure --build x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --with-pop=yes --enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.5/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.5/site-lisp:/usr/share/emacs/site-lisp --build x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --with-pop=yes --enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.5/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.5/site-lisp:/usr/share/emacs/site-lisp --with-x=yes --with-x-toolkit=gtk3 --with-toolkit-scroll-bars 'CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall' 'CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2' 'LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z,relro'' Important settings: value of $LC_COLLATE: C value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t electric-indent-mode: t mouse-wheel-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 messages: Loading 00debian-vars...done Loading /etc/emacs/site-start.d/50a2ps.el (source)...done Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)... Loading debian-ispell... Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...done Loading debian-ispell...done Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...done Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...done Loading /etc/emacs/site-start.d/50php-elisp.el (source)...done For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: /usr/share/emacs/24.5/site-lisp/debian-startup hides /usr/share/emacs/site-lisp/debian-startup Features: (shadow sort gnus-util mail-extr warnings 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 help-fns mail-prsvr mail-utils edmacro kmacro cl-loaddefs cl-lib time-date tooltip electric uniquify 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 prog-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 nadvice 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 gfilenotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) Memory information: ((conses 16 76238 5810) (symbols 48 18562 0) (miscs 40 47 100) (strings 32 11574 4949) (string-bytes 1 327206) (vectors 16 9502) (vector-slots 8 389350 11073) (floats 8 71 234) (intervals 56 217 7) (buffers 960 12) (heap 1024 26473 1596)) -- From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 27 08:32:52 2016 Received: (at 24554) by debbugs.gnu.org; 27 Sep 2016 12:32:52 +0000 Received: from localhost ([127.0.0.1]:37045 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1borZ2-0001Rh-CU for submit@debbugs.gnu.org; Tue, 27 Sep 2016 08:32:51 -0400 Received: from mail-it0-f49.google.com ([209.85.214.49]:34894) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1borYy-0001RS-70 for 24554@debbugs.gnu.org; Tue, 27 Sep 2016 08:32:47 -0400 Received: by mail-it0-f49.google.com with SMTP id r192so102911746ita.0 for <24554@debbugs.gnu.org>; Tue, 27 Sep 2016 05:32:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=GTH3Rgvu6mKZ2tF0/KpRf2B5H123DIVs0iNeaUsmvWQ=; b=D7vbOmLy1wcuYZLf6HiLqs0lx5KKeANNuGs8twD14eqPLPYcnnO0wnSyd1Jt5wh4N0 YeZlItChBEcb4ta4ntfmBqd/bybTc2vAfES7bLCdQoDtklPsEPx2TDYmUgP6TrFTUR62 xI1zhwA427loezu9Ebb7Gc4ndyrxAm9SoOsjharAT9yhkHBjWRIhvdF7dmK9ES8dsRL+ +NVIZmmizCa6u0JEpG6KN0i0GbWsIqzpzi1Al6eOtMfgja8x00VMXcvYNdqL3eC663Nr S6hWY0YQzWev4V1P0hOPbOVFv/yASsLqcqFj7Ug34QUdpLzNxfxXRlNP7fyzJdRiAPKy rgFQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=GTH3Rgvu6mKZ2tF0/KpRf2B5H123DIVs0iNeaUsmvWQ=; b=jqli+91z7K+rF9Sx+padh9UQSBUXttQfBhqfJrtxE5Nssu3aktMa30qn3LWqvy5j82 pEPC3hwEZ5IH+LbLWkk6n41qnJxMuPyo7oqB7uuEXwBfMR2CXIWxQ9QZQSV3AthNreUw NwtC8kvjjS8KmvY0uCZkCCOxVQfxANHBI1OSqQd6ecWcAZBkeasGTArG05S6xTj+AUTw LymfGkXeMheeqd0SKcjPuqo143iMTVzEt8AnHC0CPoGt6+h0rAAFCWh65oUn6nnVTfAy FNcfnFOUfFRXNN2cdq+j8pVh9zAxi4Dx1F+dduETWbhLJOhRj+jK3pTx8esDpsOTankQ zJyw== X-Gm-Message-State: AA6/9RnROP16pdvvMYIyWwxzilvw49rnRR5liFwogDk+Z7pQy4um3ggfnGfFaTp8VpXmLg== X-Received: by 10.36.112.11 with SMTP id f11mr3769552itc.57.1474979558404; Tue, 27 Sep 2016 05:32:38 -0700 (PDT) Received: from zony ([45.2.7.130]) by smtp.googlemail.com with ESMTPSA id v69sm905548itc.1.2016.09.27.05.32.37 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 27 Sep 2016 05:32:37 -0700 (PDT) From: npostavs@users.sourceforge.net To: Daniel Barrett Subject: Re: bug#24554: 24.5; kill-ring-save fails to give visual feedback on first run, but does on the second References: <87ponpo8m9.fsf@blazemonger.com> Date: Tue, 27 Sep 2016 08:33:06 -0400 In-Reply-To: <87ponpo8m9.fsf@blazemonger.com> (Daniel Barrett's message of "Tue, 27 Sep 2016 08:00:30 -0400") Message-ID: <871t05zfnh.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 24554 Cc: 24554@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 (/) Daniel Barrett writes: > Possible important detail: The problem behavior is different if you add > the "-nw" option when running emacs (say, within KDE's Konsole). In this > case, the region formed in step 3 gets HIGHLIGHTED in reverse-video when > you move the cursor to end of line, which provides visual feedback of a > different kind. The first kill-ring-save makes the highlighting > disappear. When emacs is run in its own window -nw, the region does not > appear highlighted. > Are you saying that region highlighting doesn't work in Emacs 24.5 in graphical mode? > > Perhaps in this case, emacs "thinks" the > highlighting is present and therefore doesn't bother to "blink" the > point and mark. > > This is in the stock emacs 24.5 package distributed with Ubuntu 16.04 > LTS (Xenial). The problem did not occur in the previous version of > Ubuntu (15.10). > > > > > In GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9) > of 2016-04-17 on lgw01-04, modified by Debian > Windowing system distributor `The X.Org Foundation', version 11.0.11803000 > System Description: Ubuntu 16.04.1 LTS > > Configured using: > `configure --build x86_64-linux-gnu --prefix=/usr > --sharedstatedir=/var/lib --libexecdir=/usr/lib > --localstatedir=/var/lib --infodir=/usr/share/info > --mandir=/usr/share/man --with-pop=yes > --enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.5/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.5/site-lisp:/usr/share/emacs/site-lisp > --build x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib > --libexecdir=/usr/lib --localstatedir=/var/lib > --infodir=/usr/share/info --mandir=/usr/share/man --with-pop=yes > --enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.5/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.5/site-lisp:/usr/share/emacs/site-lisp > --with-x=yes --with-x-toolkit=gtk3 --with-toolkit-scroll-bars > 'CFLAGS=-g -O2 -fstack-protector-strong -Wformat > -Werror=format-security -Wall' 'CPPFLAGS=-Wdate-time > -D_FORTIFY_SOURCE=2' 'LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z,relro'' > > Important settings: > value of $LC_COLLATE: C > value of $LANG: en_US.UTF-8 > locale-coding-system: utf-8-unix > > Major mode: Lisp Interaction > > Minor modes in effect: > tooltip-mode: t > electric-indent-mode: t > mouse-wheel-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 > From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 27 08:39:22 2016 Received: (at 24554) by debbugs.gnu.org; 27 Sep 2016 12:39:22 +0000 Received: from localhost ([127.0.0.1]:37049 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1borfO-0001ar-GU for submit@debbugs.gnu.org; Tue, 27 Sep 2016 08:39:22 -0400 Received: from jet38.hasweb.com ([72.29.78.191]:36529) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1borfM-0001ae-PB for 24554@debbugs.gnu.org; Tue, 27 Sep 2016 08:39:21 -0400 Received: from pool-108-26-184-63.bstnma.fios.verizon.net ([108.26.184.63]:60644 helo=snorkack.blazemonger.com) by jet38.hasweb.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1borfB-0002hj-RF; Tue, 27 Sep 2016 08:39:09 -0400 Received: from snorkack (localhost [127.0.0.1]) by snorkack.blazemonger.com (Postfix) with ESMTPS id 54F9B25000E8; Tue, 27 Sep 2016 08:39:09 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <22506.26733.265243.529443@blazemonger.com> Date: Tue, 27 Sep 2016 08:39:09 -0400 To: npostavs@users.sourceforge.net Subject: Re: bug#24554: 24.5; kill-ring-save fails to give visual feedback on first run, but does on the second References: <87ponpo8m9.fsf@blazemonger.com> <871t05zfnh.fsf@users.sourceforge.net> X-Mailer: VM 8.2.0b under 24.5.1 (x86_64-pc-linux-gnu) X-DJB-Valid: Yes From: Daniel Barrett X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jet38.hasweb.com X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - blazemonger.com X-Get-Message-Sender-Via: jet38.hasweb.com: authenticated_id: dbarrett@blazemonger.com X-Authenticated-Sender: jet38.hasweb.com: dbarrett@blazemonger.com X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 24554 Cc: Daniel Barrett , 24554@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: , Reply-To: Daniel Barrett Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) On September 27, 2016, npostavs@users.sourceforge.net wrote: >Are you saying that region highlighting doesn't work in Emacs 24.5 in >graphical mode? Correct. (And in addition, kill-ring-save doesn't blink the point and mark on the first try, but it does on the second, third, etc.) From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 27 10:45:59 2016 Received: (at 24554) by debbugs.gnu.org; 27 Sep 2016 14:45:59 +0000 Received: from localhost ([127.0.0.1]:37293 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1botdv-0004ta-CB for submit@debbugs.gnu.org; Tue, 27 Sep 2016 10:45:59 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60288) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1botdt-0004tO-RY for 24554@debbugs.gnu.org; Tue, 27 Sep 2016 10:45:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1botdk-0004Tb-6L for 24554@debbugs.gnu.org; Tue, 27 Sep 2016 10:45:52 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36729) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1botdj-0004Sz-Tu; Tue, 27 Sep 2016 10:45:48 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1860 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1botdj-0007bm-4A; Tue, 27 Sep 2016 10:45:47 -0400 Date: Tue, 27 Sep 2016 17:45:45 +0300 Message-Id: <8337klcsfa.fsf@gnu.org> From: Eli Zaretskii To: Daniel Barrett In-reply-to: <22506.26733.265243.529443@blazemonger.com> (message from Daniel Barrett on Tue, 27 Sep 2016 08:39:09 -0400) Subject: Re: bug#24554: 24.5; kill-ring-save fails to give visual feedback on first run, but does on the second References: <87ponpo8m9.fsf@blazemonger.com> <871t05zfnh.fsf@users.sourceforge.net> <22506.26733.265243.529443@blazemonger.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -8.0 (--------) X-Debbugs-Envelope-To: 24554 Cc: 24554@debbugs.gnu.org, npostavs@users.sourceforge.net 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: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -8.0 (--------) > Date: Tue, 27 Sep 2016 08:39:09 -0400 > From: Daniel Barrett > Cc: Daniel Barrett , 24554@debbugs.gnu.org > > On September 27, 2016, npostavs@users.sourceforge.net wrote: > >Are you saying that region highlighting doesn't work in Emacs 24.5 in > >graphical mode? > > Correct. In that case, I cannot reproduce it here. Region highlighting does work for me in both text and GUI mode. > (And in addition, kill-ring-save doesn't blink the point and mark > on the first try, but it does on the second, third, etc.) It doesn't blink on the first try because the region is highlighted, as far as Emacs is concerned. So the fact you don't see the highlight is the only problem in this case, and that problem is specific to your system, somehow. If you invoke "emacs -Q" n GUI mode and then type M-x list-faces-display RET does the 'region' face has a distinct background color? From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 27 12:06:05 2016 Received: (at 24554) by debbugs.gnu.org; 27 Sep 2016 16:06:05 +0000 Received: from localhost ([127.0.0.1]:37322 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1boutR-0006ss-Jm for submit@debbugs.gnu.org; Tue, 27 Sep 2016 12:06:05 -0400 Received: from jet38.hasweb.com ([72.29.78.191]:38048) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1boutP-0006sO-C9 for 24554@debbugs.gnu.org; Tue, 27 Sep 2016 12:06:03 -0400 Received: from pool-108-26-184-63.bstnma.fios.verizon.net ([108.26.184.63]:33656 helo=snorkack.blazemonger.com) by jet38.hasweb.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1boutI-0003He-FZ; Tue, 27 Sep 2016 12:05:56 -0400 Received: from snorkack (localhost [127.0.0.1]) by snorkack.blazemonger.com (Postfix) with ESMTPS id F32A12502B62; Tue, 27 Sep 2016 12:05:55 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <22506.39139.938272.490813@blazemonger.com> Date: Tue, 27 Sep 2016 12:05:55 -0400 To: eliz@gnu.org Subject: Re: bug#24554: 24.5; kill-ring-save fails to give visual feedback on first run, but does on the second References: <87ponpo8m9.fsf@blazemonger.com> <871t05zfnh.fsf@users.sourceforge.net> <22506.26733.265243.529443@blazemonger.com> <8337klcsfa.fsf@gnu.org> X-Mailer: VM 8.2.0b under 24.5.1 (x86_64-pc-linux-gnu) X-DJB-Valid: Yes From: Daniel Barrett X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jet38.hasweb.com X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - blazemonger.com X-Get-Message-Sender-Via: jet38.hasweb.com: authenticated_id: dbarrett@blazemonger.com X-Authenticated-Sender: jet38.hasweb.com: dbarrett@blazemonger.com X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 24554 Cc: Daniel Barrett , 24554@debbugs.gnu.org, npostavs@users.sourceforge.net 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: , Reply-To: Daniel Barrett Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) On September 27, 2016, Eli Zaretskii wrote: >In that case, I cannot reproduce it here. Region highlighting does >work for me in both text and GUI mode. Interesting. Are you using Ubuntu 16.04 with KDE/Plasma as the GUI? >If you invoke "emacs -Q" n GUI mode and then type > M-x list-faces-display RET >does the 'region' face has a distinct background color? Cool command, didn't know about it! I will try this as soon as I am in front of the console again. -- Dan Barrett dbarrett@blazemonger.com From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 27 12:27:56 2016 Received: (at 24554) by debbugs.gnu.org; 27 Sep 2016 16:27:56 +0000 Received: from localhost ([127.0.0.1]:37327 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bovEa-0007Pb-DJ for submit@debbugs.gnu.org; Tue, 27 Sep 2016 12:27:56 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34589) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bovEY-0007PM-5A for 24554@debbugs.gnu.org; Tue, 27 Sep 2016 12:27:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bovEP-0002YT-Ox for 24554@debbugs.gnu.org; Tue, 27 Sep 2016 12:27:49 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_20,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38606) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bovEP-0002XB-M3; Tue, 27 Sep 2016 12:27:45 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2171 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bovEN-0004pX-Jw; Tue, 27 Sep 2016 12:27:44 -0400 Date: Tue, 27 Sep 2016 19:27:42 +0300 Message-Id: <83r385b94x.fsf@gnu.org> From: Eli Zaretskii To: Daniel Barrett In-reply-to: <22506.39139.938272.490813@blazemonger.com> (message from Daniel Barrett on Tue, 27 Sep 2016 12:05:55 -0400) Subject: Re: bug#24554: 24.5; kill-ring-save fails to give visual feedback on first run, but does on the second References: <87ponpo8m9.fsf@blazemonger.com> <871t05zfnh.fsf@users.sourceforge.net> <22506.26733.265243.529443@blazemonger.com> <8337klcsfa.fsf@gnu.org> <22506.39139.938272.490813@blazemonger.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -8.0 (--------) X-Debbugs-Envelope-To: 24554 Cc: dbarrett@blazemonger.com, 24554@debbugs.gnu.org, npostavs@users.sourceforge.net 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: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -8.0 (--------) > Date: Tue, 27 Sep 2016 12:05:55 -0400 > Cc: dbarrett@blazemonger.com, > npostavs@users.sourceforge.net, > 24554@debbugs.gnu.org, Daniel Barrett > From: Daniel Barrett > > On September 27, 2016, Eli Zaretskii wrote: > >In that case, I cannot reproduce it here. Region highlighting does > >work for me in both text and GUI mode. > > Interesting. Are you using Ubuntu 16.04 with KDE/Plasma as the GUI? No. From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 27 18:34:09 2016 Received: (at 24554) by debbugs.gnu.org; 27 Sep 2016 22:34:09 +0000 Received: from localhost ([127.0.0.1]:37475 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bp0wy-00084m-Ry for submit@debbugs.gnu.org; Tue, 27 Sep 2016 18:34:09 -0400 Received: from jet38.hasweb.com ([72.29.78.191]:41011) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bp0ww-00084H-Uz for 24554@debbugs.gnu.org; Tue, 27 Sep 2016 18:34:07 -0400 Received: from pool-108-26-184-63.bstnma.fios.verizon.net ([108.26.184.63]:35768 helo=snorkack.blazemonger.com) by jet38.hasweb.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1bp0wq-0008Qe-2H; Tue, 27 Sep 2016 18:34:00 -0400 Received: from snorkack (localhost [127.0.0.1]) by snorkack.blazemonger.com (Postfix) with ESMTPS id 9952D2500B2D; Tue, 27 Sep 2016 18:33:59 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <22506.62423.547320.221909@blazemonger.com> Date: Tue, 27 Sep 2016 18:33:59 -0400 To: eliz@gnu.org Subject: Re: bug#24554: 24.5; kill-ring-save fails to give visual feedback on first run, but does on the second References: <87ponpo8m9.fsf@blazemonger.com> <871t05zfnh.fsf@users.sourceforge.net> <22506.26733.265243.529443@blazemonger.com> <8337klcsfa.fsf@gnu.org> <22506.39139.938272.490813@blazemonger.com> X-Mailer: VM 8.2.0b under 24.5.1 (x86_64-pc-linux-gnu) X-DJB-Valid: Yes From: Daniel Barrett X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jet38.hasweb.com X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - blazemonger.com X-Get-Message-Sender-Via: jet38.hasweb.com: authenticated_id: dbarrett@blazemonger.com X-Authenticated-Sender: jet38.hasweb.com: dbarrett@blazemonger.com X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 24554 Cc: Daniel Barrett , 24554@debbugs.gnu.org, npostavs@users.sourceforge.net 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: , Reply-To: Daniel Barrett Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) On September 27, 2016, Eli Zaretskii wrote: >If you invoke "emacs -Q" n GUI mode and then type > M-x list-faces-display RET >does the 'region' face has a distinct background color? Holy crap, this revealed the problem. The "region" background color is identical to the Emacs window's background color. So the region color is not visible. Thank you for providing the clue to solve the mystery. So, I can use "set-face-background" to fix the issue for myself. Now to track it down in Ubuntu. It appears to be related to X resources, because the problem occurs when I run: $ emacs -q --no-site-file --no-splash but not when I run: $ emacs -Q (and -Q skips processing of X resources, according to the emacs manpage). Sure enough, the resource named "*background" has value #eff0f1 (according to the "appres" Linux command), which is also the region color. So... any idea where I might find where these resources are set? I don't have an .Xdefaults or .Xresources file in my home directory. I'd like to track it down and file an Ubuntu bug report if necessary. -- Dan Barrett dbarrett@blazemonger.com From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 28 10:46:55 2016 Received: (at 24554) by debbugs.gnu.org; 28 Sep 2016 14:46:55 +0000 Received: from localhost ([127.0.0.1]:38036 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bpG8L-0007Kl-CW for submit@debbugs.gnu.org; Wed, 28 Sep 2016 10:46:54 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47061) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bpG8G-0007KV-Hx for 24554@debbugs.gnu.org; Wed, 28 Sep 2016 10:46:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpG88-0001za-L9 for 24554@debbugs.gnu.org; Wed, 28 Sep 2016 10:46:43 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57762) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpG88-0001z0-IZ; Wed, 28 Sep 2016 10:46:40 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1184 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bpG86-00032D-PI; Wed, 28 Sep 2016 10:46:39 -0400 Date: Wed, 28 Sep 2016 17:46:39 +0300 Message-Id: <83a8esoze8.fsf@gnu.org> From: Eli Zaretskii To: Daniel Barrett In-reply-to: <22506.62423.547320.221909@blazemonger.com> (message from Daniel Barrett on Tue, 27 Sep 2016 18:33:59 -0400) Subject: Re: bug#24554: 24.5; kill-ring-save fails to give visual feedback on first run, but does on the second References: <87ponpo8m9.fsf@blazemonger.com> <871t05zfnh.fsf@users.sourceforge.net> <22506.26733.265243.529443@blazemonger.com> <8337klcsfa.fsf@gnu.org> <22506.39139.938272.490813@blazemonger.com> <22506.62423.547320.221909@blazemonger.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -8.0 (--------) X-Debbugs-Envelope-To: 24554 Cc: 24554@debbugs.gnu.org, npostavs@users.sourceforge.net 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: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -8.0 (--------) > Date: Tue, 27 Sep 2016 18:33:59 -0400 > Cc: npostavs@users.sourceforge.net, > 24554@debbugs.gnu.org, Daniel Barrett > From: Daniel Barrett > > So... any idea where I might find where these resources are set? I > don't have an .Xdefaults or .Xresources file in my home directory. AFAIR, it could be in any number of places, because the X startup scripts could source any file Ubuntu wants them to. The classical places are as below: . /usr/lib/X11/app-defaults . files in the directory pointed to by the XAPPLRESDIR environment variable . a file in your home directory named literally "Emacs" . explicit arguments to xrdb invocation when the X session starts . a file pointed to by the XENVIRONMENT environment variable Also look inside the file .xinitrc, if you have it, and in /etc/X11/xinit/xinitrc, for possible clues. Once again, Ubuntu could (and probably did) hack the heck out of this stuff by providing their own resources somewhere and arranging for the X session to source them at startup. That's Ubuntu-specific, so I have no idea, as I don't use that system actively. Various Google hits seem to indicate that the /etc/X11/Xsession.d directory might hold at least some of the relevant stuff. The Xsession man page might help. > I'd like to track it down and file an Ubuntu bug report if > necessary. That is probably a good idea anyway. From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 28 18:41:20 2016 Received: (at 24554) by debbugs.gnu.org; 28 Sep 2016 22:41:20 +0000 Received: from localhost ([127.0.0.1]:38283 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bpNXU-00037j-8H for submit@debbugs.gnu.org; Wed, 28 Sep 2016 18:41:20 -0400 Received: from jet38.hasweb.com ([72.29.78.191]:51333) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bpNXS-00037U-5w for 24554@debbugs.gnu.org; Wed, 28 Sep 2016 18:41:18 -0400 Received: from pool-108-26-184-63.bstnma.fios.verizon.net ([108.26.184.63]:52356 helo=snorkack.blazemonger.com) by jet38.hasweb.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1bpNXL-0002qK-A7; Wed, 28 Sep 2016 18:41:11 -0400 Received: from snorkack (localhost [127.0.0.1]) by snorkack.blazemonger.com (Postfix) with ESMTPS id DAEC32500CC7; Wed, 28 Sep 2016 18:41:10 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <22508.18182.815752.48322@blazemonger.com> Date: Wed, 28 Sep 2016 18:41:10 -0400 To: eliz@gnu.org Subject: Re: bug#24554: 24.5; kill-ring-save fails to give visual feedback on first run, but does on the second References: <87ponpo8m9.fsf@blazemonger.com> <871t05zfnh.fsf@users.sourceforge.net> <22506.26733.265243.529443@blazemonger.com> <8337klcsfa.fsf@gnu.org> <22506.39139.938272.490813@blazemonger.com> <22506.62423.547320.221909@blazemonger.com> <83a8esoze8.fsf@gnu.org> X-Mailer: VM 8.2.0b under 24.5.1 (x86_64-pc-linux-gnu) X-DJB-Valid: Yes From: Daniel Barrett X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jet38.hasweb.com X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - blazemonger.com X-Get-Message-Sender-Via: jet38.hasweb.com: authenticated_id: dbarrett@blazemonger.com X-Authenticated-Sender: jet38.hasweb.com: dbarrett@blazemonger.com X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 24554 Cc: Daniel Barrett , 24554@debbugs.gnu.org, npostavs@users.sourceforge.net 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: , Reply-To: Daniel Barrett Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) I have filed an Ubuntu bug report for the color issue. https://bugs.launchpad.net/ubuntu/+source/emacs24/+bug/1628707 You may close this ticket. Thanks for your help. From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 28 22:48:02 2016 Received: (at 24554-done) by debbugs.gnu.org; 29 Sep 2016 02:48:02 +0000 Received: from localhost ([127.0.0.1]:38381 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bpROE-0002H2-Bd for submit@debbugs.gnu.org; Wed, 28 Sep 2016 22:48:02 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34111) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bpROD-0002GY-1B for 24554-done@debbugs.gnu.org; Wed, 28 Sep 2016 22:48:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpRO3-0003jR-TV for 24554-done@debbugs.gnu.org; Wed, 28 Sep 2016 22:47:55 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_20,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpRO3-0003jN-QR; Wed, 28 Sep 2016 22:47:51 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1508 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bpRNz-0007Ui-Kh; Wed, 28 Sep 2016 22:47:48 -0400 Date: Thu, 29 Sep 2016 05:47:50 +0300 Message-Id: <83h98zo209.fsf@gnu.org> From: Eli Zaretskii To: Daniel Barrett In-reply-to: <22508.18182.815752.48322@blazemonger.com> (message from Daniel Barrett on Wed, 28 Sep 2016 18:41:10 -0400) Subject: Re: bug#24554: 24.5; kill-ring-save fails to give visual feedback on first run, but does on the second References: <87ponpo8m9.fsf@blazemonger.com> <871t05zfnh.fsf@users.sourceforge.net> <22506.26733.265243.529443@blazemonger.com> <8337klcsfa.fsf@gnu.org> <22506.39139.938272.490813@blazemonger.com> <22506.62423.547320.221909@blazemonger.com> <83a8esoze8.fsf@gnu.org> <22508.18182.815752.48322@blazemonger.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -8.0 (--------) X-Debbugs-Envelope-To: 24554-done Cc: 24554-done@debbugs.gnu.org, npostavs@users.sourceforge.net 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: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -8.0 (--------) > Date: Wed, 28 Sep 2016 18:41:10 -0400 > Cc: dbarrett@blazemonger.com, > npostavs@users.sourceforge.net, > 24554@debbugs.gnu.org, Daniel Barrett > From: Daniel Barrett > > > I have filed an Ubuntu bug report for the color issue. > > https://bugs.launchpad.net/ubuntu/+source/emacs24/+bug/1628707 > > You may close this ticket. Thanks for your help. Thanks, closing. From unknown Mon Jun 16 23:44:42 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, 27 Oct 2016 11:24:03 +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