help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gfortran fortran error link enabling


From: moueza
Subject: gfortran fortran error link enabling
Date: Wed, 5 Nov 2008 23:37:54 -0800 (PST)

ihi,
In my .emacs , I 've written:


(setq compilation-error-regexp-alist(cons ' ("In file
\\(.*f90\\):\\([0-9]+\\)" 1 2) compilation-error-regexp-alist))
(custom-set-variables
  ;; custom-set-variables 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.
 '(truncate-lines t)
 '(truncate-partial-width-windows nil))
(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.
 )




But the error is: 
Debugger entered--Lisp error: (void-variable compilation-error-regexp-alist)
  (cons (quote ("In file \\(.*f90\\):\\([0-9]+\\)" 1 2))
compilation-error-regexp-alist)
  (setq compilation-error-regexp-alist (cons (quote ...)
compilation-error-regexp-alist))
  eval-buffer(#<buffer  *load*> nil "/home/peter/.emacs" nil t)  ; Reading
at buffer position 118
  load-with-code-conversion("/home/peter/.emacs" "/home/peter/.emacs" t t)
  load("~/.emacs" t t)
  #[nil "พ


What is wrong?
-- 
View this message in context: 
http://www.nabble.com/gfortran-fortran-error-link-enabling-tp20356331p20356331.html
Sent from the Emacs - Help mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]