From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 01 04:31:53 2021 Received: (at submit) by debbugs.gnu.org; 1 Nov 2021 08:31:53 +0000 Received: from localhost ([127.0.0.1]:33638 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mhSjQ-0006h4-Aq for submit@debbugs.gnu.org; Mon, 01 Nov 2021 04:31:53 -0400 Received: from lists.gnu.org ([209.51.188.17]:52022) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mhRhc-00053N-Re for submit@debbugs.gnu.org; Mon, 01 Nov 2021 03:25:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54464) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mhRhc-0007IP-Lk for bug-gnu-emacs@gnu.org; Mon, 01 Nov 2021 03:25:56 -0400 Received: from fester.cwi.nl ([192.16.191.27]:41678) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mhRhZ-0002PE-OD for bug-gnu-emacs@gnu.org; Mon, 01 Nov 2021 03:25:56 -0400 Received: from calima.md.cwi.nl (calima.md.cwi.nl [192.16.184.127]) by fester.cwi.nl (8.15.2/8.15.2/Debian-14~deb10u1) with ESMTP id 1A17PmN7022604 for ; Mon, 1 Nov 2021 08:25:48 +0100 Received: by calima.md.cwi.nl (Postfix, from userid 12096339) id E4F6F4021E; Mon, 1 Nov 2021 08:25:48 +0100 (CET) From: Bastiaan Braams To: bug-gnu-emacs@gnu.org Subject: 27.1; F90 Highlight color is off for continuation lines in declarations Date: Mon, 01 Nov 2021 08:24:57 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=192.16.191.27; envelope-from=braams@cwi.nl; helo=fester.cwi.nl X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 01 Nov 2021 04:31:51 -0400 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: -2.4 (--) F90 major mode. Highlighting appears to be off in continuation lines in declarations, For example: integer :: a, b, & c Variables (a) and (b) are properly highlighted, but (c) is plain black. In GNU Emacs 27.1 (build 1, x86_64-redhat-linux-gnu, GTK+ Version 3.24.21, cairo version 1.16.0) of 2020-08-20 built on buildvm-x86-24.iad2.fedoraproject.org Windowing system distributor 'Fedora Project', version 11.0.12011000 System Description: Fedora 32 (Thirty Two) Recent messages: Wrote /ufs/braams/DoubleMC/Core.f90 (No changes need to be saved) Mark set Auto-saving...done Saving file /ufs/braams/DoubleMC/EMonomials_Basis.f90... Wrote /ufs/braams/DoubleMC/EMonomials_Basis.f90 (No changes need to be saved) Mark set Saving file /ufs/braams/DoubleMC/Externals.f90... Wrote /ufs/braams/DoubleMC/Externals.f90 Configured using: 'configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-dbus --with-gif --with-jpeg --with-png --with-rsvg --with-tiff --with-xft --with-xpm --with-x-toolkit=gtk3 --with-gpm=no --with-xwidgets --with-modules --with-harfbuzz --with-cairo --with-json build_alias=x86_64-redhat-linux-gnu host_alias=x86_64-redhat-linux-gnu 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' LDFLAGS=-Wl,-z,relro PKG_CONFIG_PATH=:/usr/lib64/pkgconfig:/usr/share/pkgconfig' Configured features: XPM JPEG TIFF GIF PNG RSVG CAIRO SOUND DBUS GSETTINGS GLIB NOTIFY INOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE HARFBUZZ M17N_FLT LIBOTF ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS XWIDGETS LIBSYSTEMD JSON PDUMPER GMP Important settings: value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix Major mode: F90 Minor modes in effect: shell-dirtrack-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-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 Load-path shadows: /usr/share/emacs/site-lisp/goodies/emacs-goodies-loaddefs hides /usr/share/emacs/site-lisp/site-start.d/emacs-goodies-loaddefs /usr/share/emacs/site-lisp/site-start.d/slime hides /usr/share/emacs/site-lisp/slime/slime /usr/share/emacs/site-lisp/site-start.d/slime-tests hides /usr/share/emacs/site-lisp/slime/slime-tests /usr/share/emacs/site-lisp/site-start.d/slime-autoloads hides /usr/share/emacs/site-lisp/slime/slime-autoloads /usr/share/emacs/site-lisp/vm/tapestry hides /usr/share/emacs/site-lisp/emacspeak/lisp/tapestry /usr/share/emacs/site-lisp/ddskk/ccc hides /usr/share/emacs/site-lisp/proofgeneral/ccc/ccc /usr/share/emacs/site-lisp/emacspeak/sounds/3d/define-theme hides /usr/share/emacs/site-lisp/emacspeak/sounds/classic/define-theme /usr/share/emacs/site-lisp/emacspeak/sounds/3d/define-theme hides /usr/share/emacs/site-lisp/emacspeak/sounds/pan-chimes/define-theme /usr/share/emacs/site-lisp/emacspeak/lisp/dom hides /usr/share/emacs/27.1/lisp/dom /usr/share/emacs/site-lisp/rinari/util/jump/which-func hides /usr/share/emacs/27.1/lisp/progmodes/which-func /usr/share/emacs/site-lisp/rinari/util/ruby-mode hides /usr/share/emacs/27.1/lisp/progmodes/ruby-mode /usr/share/emacs/site-lisp/emacspeak/lisp/subr-x hides /usr/share/emacs/27.1/lisp/emacs-lisp/subr-x /usr/share/emacs/27.1/lisp/emacs-lisp/cl-lib hides /usr/share/emacs/site-lisp/slime/lib/cl-lib /usr/share/emacs/27.1/lisp/emacs-lisp/ert hides /usr/share/emacs/site-lisp/slime/lib/ert /usr/share/emacs/27.1/lisp/emacs-lisp/ert-x hides /usr/share/emacs/site-lisp/slime/lib/ert-x Features: (shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs rfc822 mml mml-sec password-cache epa epg epg-config gnus-util rmail rmail-loaddefs text-property-search 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 f90 cus-edit cus-start cus-load ccc u-vm-color vm-autoloads vm-version vm-vars slime-tests mule-util ert ewoc debug backtrace find-func slime cl-extra help-mode edmacro kmacro lisp-mnt gud apropos etags fileloop generator arc-mode archive-mode pp hyperspec slime-autoloads preview-latex proof-site proof-autoloads pg-vars haskell-mode-autoloads ess-site ess-toolbar ess-mouse mouseme browse-url ess-swv ess-noweb ess-noweb-font-lock-mode ess-jags-d ess-bugs-l essd-els ess-xls-d ess-vst-d ess-stata-mode ess-stata-lang make-regexp ess-sp6w-d ess-sp5-d ess-sp4-d ess-sas-d ess-sas-l ess-sas-a ess-s4-d ess-s3-d ess-omg-d ess-omg-l ess-arc-d ess-lsp-l ess-sp6-d ess-dde ess-sp3-d ess-julia julia-mode ess-r-mode ess-r-flymake flymake-proc flymake warnings thingatpt ess-r-xref xref cl-seq project eieio eieio-core eieio-loaddefs ess-trns ess-r-package shell ess-r-syntax ess-r-completion ess-roxy ess-rd essddr noutline outline easy-mmode hideshow ess-s-lang ess-help ess-mode ess ess-noweb-mode ess-inf ess-tracebug format-spec ess-generics ess-utils ido ess-custom executable erlang-start epix derived info-look info cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs rinari jump inflections findr ruby-compilation which-func imenu pcomplete inf-ruby compile comint ansi-color ring ruby-mode 50magit emacs-goodies-loaddefs color-theme easymenu wid-edit skk-leim clang-rename clang-include-fixer let-alist json subr-x pcase map seq byte-opt bytecomp byte-compile cconv clang-format cl-macs xml cl gv cl-loaddefs cl-lib bbdb-loaddefs auto-loads tex-site advice skk-setup skk-autoloads tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray cl-preloaded 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 threads dbusbind inotify dynamic-setting system-font-setting font-render-setting xwidget-internal cairo move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 249338 13733) (symbols 48 24483 1) (strings 32 74462 2728) (string-bytes 1 2315654) (vectors 16 26851) (vector-slots 8 355002 11450) (floats 8 106 58) (intervals 56 1247 0) (buffers 1000 28)) From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 20 06:53:11 2022 Received: (at 51542) by debbugs.gnu.org; 20 Sep 2022 10:53:11 +0000 Received: from localhost ([127.0.0.1]:56265 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oaasJ-0003a7-Ew for submit@debbugs.gnu.org; Tue, 20 Sep 2022 06:53:11 -0400 Received: from quimby.gnus.org ([95.216.78.240]:44444) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oaasH-0003Zt-Ph for 51542@debbugs.gnu.org; Tue, 20 Sep 2022 06:53:10 -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:Date:References: In-Reply-To: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=fbqcsfGfNMzWLUXZGS330mN4f75q5/Ouj9MKkT4DPEY=; b=jn/5iUX5tDrTvnMkGzhTabfWQs ExHThUyOYM3+OzPZ+nXgpzX9+X1YLYEbwQOGPJvDI4FU9eqdZ15GHODqyuHjGkHSIB+kt+mJhH8sF nS9Zp+QqUpWXVxYXYRxBSL4mVroZwls6ucttLE/FPR1W04LmP7WbINI03MAl0NOV4Yvk=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oaas9-0001HY-AP; Tue, 20 Sep 2022 12:53:03 +0200 From: Lars Ingebrigtsen To: Bastiaan Braams Subject: Re: bug#51542: 27.1; F90 Highlight color is off for continuation lines in declarations In-Reply-To: (Bastiaan Braams's message of "Mon, 01 Nov 2021 08:24:57 +0100") References: X-Now-Playing: Kanye West's _Yeezus_: "I'm In It" Date: Tue, 20 Sep 2022 12:53:00 +0200 Message-ID: <87wn9yl3lf.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.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: Bastiaan Braams writes: > F90 major mode. Highlighting appears to be off in continuation lines in > declarations, For example: > integer :: a, b, & > c > Variables (a) and (b) are properly highlighted, but (c) is plain black [...] 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: 51542 Cc: 51542@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: -3.3 (---) Bastiaan Braams writes: > F90 major mode. Highlighting appears to be off in continuation lines in > declarations, For example: > integer :: a, b, & > c > Variables (a) and (b) are properly highlighted, but (c) is plain black. This was apparently fixed in 45ccad356 for Emacs 29. From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 20 06:53:17 2022 Received: (at control) by debbugs.gnu.org; 20 Sep 2022 10:53:17 +0000 Received: from localhost ([127.0.0.1]:56271 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oaasP-0003aY-6m for submit@debbugs.gnu.org; Tue, 20 Sep 2022 06:53:17 -0400 Received: from quimby.gnus.org ([95.216.78.240]:44466) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oaasN-0003a0-Jh for control@debbugs.gnu.org; Tue, 20 Sep 2022 06:53:15 -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=vP8eClb2tChJGoNh5ztK3lt/UUKfu82qq0X5Gh8Hf94=; b=JF2L16xIDK8ODCC831dyFeGDzv oTq4TwmI9wJST/Qm1PqPger5D5KhqUP5o1eM+CzTbl9GByG972P1HvDoratQnvOeU74PcUvps+7P1 kwrLm8jeCmf8dKpJzYzvRqofamI8iLsCg+UeMyG4LGaF6op3aI6kFXA4SeDCEGxoVtAs=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oaasF-0001Hi-Qk for control@debbugs.gnu.org; Tue, 20 Sep 2022 12:53:09 +0200 Date: Tue, 20 Sep 2022 12:53:07 +0200 Message-Id: <87v8pil3l8.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #51542 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 51542 29.1 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 51542 29.1 quit From unknown Mon Aug 18 08:26:51 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, 18 Oct 2022 11:24:08 +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