all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: mouezapeter <mouezapeter@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: gfortran fortran error link enabling
Date: Fri, 7 Nov 2008 23:02:25 -0800 (PST)	[thread overview]
Message-ID: <277077a4-c2da-41c7-87a1-ddee53af888d@i18g2000prf.googlegroups.com> (raw)
In-Reply-To: mailman.2981.1225965740.25473.help-gnu-emacs@gnu.org

On 6 nov, 11:02, Peter Dyballa <Peter_Dyba...@Web.DE> wrote:
> Am 06.11.2008 um 08:37 schrieb moueza:
>
> > Debugger entered--Lisp error: (void-variable compilation-error-
> > regexp-alist)
> >   (cons (quote ("In file \\(.*f90\\):\\([0-9]+\\)" 1 2))
>
> Could be you need to
>
>         (require 'compile)
>
> first. The compile library is not useful to every GNU Emacs user, so  
> it's not pre-loaded and therefore the variable is unknown at launch  
> time.
>
> --
> Greetings
>
>    Pete                           <]
>               o        __o         |__    o       HPV, the real
>      ___o    /I       -\<,         |o \  -\),-%     high speed!
> ___/\ /\___./ \___...O/ O____.....`-O-'-()--o_________________

OK! Thanks
Euh: almost:
I've added require.... to give

(require 'compile)
(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 )
(setq compilation-error-regexp-alist(cons ' ("file \\(.*f90\\):\\
([0-9]+\\)" 1 2)compilation-error-regexp-alist))


but when I compile:

(Term error=
gfortran  -c aln.f90
 In file aln.f90:152

       lulu=lu(descente,:)
          1
Error: Incompatible ranks 2 and 1 in assignment at (1)
 In file aln.f90:153

       yy=y(:)
        1
Error: Incompatible ranks 2 and 1 in assignment at (1)
make: *** [aln.mod] Erreur 1

)

... I ve the Emacs *messages*:
font-lock-fontify-keywords-region: No match 1 in highlight (1
compilation-error-face)
What is false in my alist; because it seems to me really correct?


      parent reply	other threads:[~2008-11-08  7:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-06  7:37 gfortran fortran error link enabling moueza
2008-11-06 10:02 ` Peter Dyballa
     [not found] ` <mailman.2981.1225965740.25473.help-gnu-emacs@gnu.org>
2008-11-08  7:02   ` mouezapeter [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=277077a4-c2da-41c7-87a1-ddee53af888d@i18g2000prf.googlegroups.com \
    --to=mouezapeter@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.