all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#261: [mohrmarc] emacs21-el: Fortran keywords .EQV. and .NEQV. not highlighted
@ 2008-05-16 21:23 ` Sven Joachim
  2008-05-18  4:25   ` bug#261: marked as done ([mohrmarc] emacs21-el: Fortran keywords .EQV. and .NEQV. not highlighted) Emacs bug Tracking System
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Joachim @ 2008-05-16 21:23 UTC (permalink / raw
  To: submit

[-- Attachment #1: Type: text/plain, Size: 863 bytes --]

Package: emacs
Version: 21.4, 22.2, 23.0.60
Tags: patch

I received this via the Debian BTS.  The patch seems OK but needs to be
updated, here is a version against the trunk:

--8<---------------cut here---------------start------------->8---
--- fortran.el.~1.147.~	2008-05-07 21:27:00.000000000 +0200
+++ fortran.el	2008-05-16 23:17:47.000000000 +0200
@@ -390,7 +390,7 @@
            ;; Builtin operators.
            (concat "\\." (regexp-opt
                           '("and" "or" "not" "lt" "le" "eq" "ge"
-                            "gt" "ne" "true" "false")
+                            "gt" "ne" "eqv" "neqv" "true" "false")
                           'paren) "\\.")
            ;; do/goto keywords and targets, and goto tags.
            '("\\<\\(do\\|go *to\\)\\>[ \t]*\\([0-9]+\\)?"
--8<---------------cut here---------------end--------------->8---



[-- Attachment #2: Type: message/rfc822, Size: 5024 bytes --]

From: mohrmarc <debian@miller-mohr.de>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: Bug#481182: emacs21-el: Fortran keywords .EQV. and .NEQV. not  highlighted
Date: Wed, 14 May 2008 13:55:11 +0200
Message-ID: <20080514115511.24095.7515.reportbug@three.geophysik.uni-muenchen.de>

Package: emacs21-el
Version: 21.4a+1-3etch1
Severity: normal

When editing a source file in fortran-mode the keywords .EQV. and .NEQV. which
represent the binary logical operators equivalence and antivalence are not
highlighted.

The reason is that the corresponding tokens are missing in the fortran-logicals
part of the fortran.el file.

--- /usr/share/emacs/21.4/lisp/progmodes/fortran.el     2002-10-06 16:51:43.000000000 +0200
+++ /import/three-data/fortran.el       2008-05-14 13:07:28.144294904 +0200
@@ -299,8 +299,8 @@
                       "rewind" "backspace"))))
       (fortran-logicals
        (eval-when-compile
-         (regexp-opt '("and" "or" "not" "lt" "le" "eq" "ge" "gt" "ne"
-                       "true" "false")))))
+         (regexp-opt '("and" "or" "not" "eqv" "neqv" "lt" "le" "eq" "ge" "gt"
+                       "ne" "true" "false")))))
   (setq fortran-font-lock-syntactic-keywords
        ;; Fixed format comments.  (!-style handled normally.)
        (list
-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages emacs21-el depends on:
ii  emacs21-common            21.4a+1-3etch1 The GNU Emacs editor's shared, arc

emacs21-el recommends no packages.

-- no debconf information

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#261: marked as done ([mohrmarc] emacs21-el: Fortran keywords  .EQV. and .NEQV. not  highlighted)
  2008-05-16 21:23 ` bug#261: [mohrmarc] emacs21-el: Fortran keywords .EQV. and .NEQV. not highlighted Sven Joachim
@ 2008-05-18  4:25   ` Emacs bug Tracking System
  0 siblings, 0 replies; 2+ messages in thread
From: Emacs bug Tracking System @ 2008-05-18  4:25 UTC (permalink / raw
  To: Stefan Monnier

[-- Attachment #1: Type: text/plain, Size: 934 bytes --]


Your message dated Sun, 18 May 2008 00:16:25 -0400
with message-id <jwvk5hsl01t.fsf-monnier+emacsbugreports@gnu.org>
and subject line Re: bug#261: [mohrmarc] emacs21-el: Fortran keywords .EQV. and .NEQV. not highlighted
has caused the Emacs bug report #261,
regarding [mohrmarc] emacs21-el: Fortran keywords .EQV. and .NEQV. not  highlighted
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
261: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=261
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 7305 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 863 bytes --]

Package: emacs
Version: 21.4, 22.2, 23.0.60
Tags: patch

I received this via the Debian BTS.  The patch seems OK but needs to be
updated, here is a version against the trunk:

--8<---------------cut here---------------start------------->8---
--- fortran.el.~1.147.~	2008-05-07 21:27:00.000000000 +0200
+++ fortran.el	2008-05-16 23:17:47.000000000 +0200
@@ -390,7 +390,7 @@
            ;; Builtin operators.
            (concat "\\." (regexp-opt
                           '("and" "or" "not" "lt" "le" "eq" "ge"
-                            "gt" "ne" "true" "false")
+                            "gt" "ne" "eqv" "neqv" "true" "false")
                           'paren) "\\.")
            ;; do/goto keywords and targets, and goto tags.
            '("\\<\\(do\\|go *to\\)\\>[ \t]*\\([0-9]+\\)?"
--8<---------------cut here---------------end--------------->8---



[-- Attachment #2.1.2: Type: message/rfc822, Size: 5024 bytes --]

From: mohrmarc <debian@miller-mohr.de>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: Bug#481182: emacs21-el: Fortran keywords .EQV. and .NEQV. not  highlighted
Date: Wed, 14 May 2008 13:55:11 +0200
Message-ID: <20080514115511.24095.7515.reportbug@three.geophysik.uni-muenchen.de>

Package: emacs21-el
Version: 21.4a+1-3etch1
Severity: normal

When editing a source file in fortran-mode the keywords .EQV. and .NEQV. which
represent the binary logical operators equivalence and antivalence are not
highlighted.

The reason is that the corresponding tokens are missing in the fortran-logicals
part of the fortran.el file.

--- /usr/share/emacs/21.4/lisp/progmodes/fortran.el     2002-10-06 16:51:43.000000000 +0200
+++ /import/three-data/fortran.el       2008-05-14 13:07:28.144294904 +0200
@@ -299,8 +299,8 @@
                       "rewind" "backspace"))))
       (fortran-logicals
        (eval-when-compile
-         (regexp-opt '("and" "or" "not" "lt" "le" "eq" "ge" "gt" "ne"
-                       "true" "false")))))
+         (regexp-opt '("and" "or" "not" "eqv" "neqv" "lt" "le" "eq" "ge" "gt"
+                       "ne" "true" "false")))))
   (setq fortran-font-lock-syntactic-keywords
        ;; Fixed format comments.  (!-style handled normally.)
        (list
-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages emacs21-el depends on:
ii  emacs21-common            21.4a+1-3etch1 The GNU Emacs editor's shared, arc

emacs21-el recommends no packages.

-- no debconf information

[-- Attachment #3: Type: message/rfc822, Size: 1313 bytes --]

From: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: 261-done@emacsbugs.donarmstrong.com
Subject: Re: bug#261: [mohrmarc] emacs21-el: Fortran keywords .EQV. and .NEQV. not highlighted
Date: Sun, 18 May 2008 00:16:25 -0400
Message-ID: <jwvk5hsl01t.fsf-monnier+emacsbugreports@gnu.org>

Thanks, installed in the 22 branch,


        Stefan


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-05-18  4:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <jwvk5hsl01t.fsf-monnier+emacsbugreports@gnu.org>
2008-05-16 21:23 ` bug#261: [mohrmarc] emacs21-el: Fortran keywords .EQV. and .NEQV. not highlighted Sven Joachim
2008-05-18  4:25   ` bug#261: marked as done ([mohrmarc] emacs21-el: Fortran keywords .EQV. and .NEQV. not highlighted) Emacs bug Tracking System

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.