all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* gfortran fortran error link enabling
@ 2008-11-06  7:37 moueza
  2008-11-06 10:02 ` Peter Dyballa
       [not found] ` <mailman.2981.1225965740.25473.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: moueza @ 2008-11-06  7:37 UTC (permalink / raw)
  To: Help-gnu-emacs


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 "\bพ


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.





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

end of thread, other threads:[~2008-11-08  7:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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

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.