emacs-bug-tracker
[Top][All Lists]
Advanced

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

[Emacs-bug-tracker] bug#7941: closed (24.0.50; Compilation mode broken,


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#7941: closed (24.0.50; Compilation mode broken, next-error not working)
Date: Tue, 01 Feb 2011 16:28:01 +0000

Your message dated Tue, 01 Feb 2011 11:35:26 -0500
with message-id <address@hidden>
and subject line Re: bug#7941: 24.0.50; Compilation mode broken, next-error not 
working
has caused the GNU bug report #7941,
regarding 24.0.50; Compilation mode broken, next-error not working
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
7941: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7941
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.0.50; Compilation mode broken, next-error not working Date: Sun, 30 Jan 2011 14:56:47 +0100 User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.14) Gecko/20110123 Thunderbird/3.1.8
This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your report will be posted to the address@hidden mailing list
and the gnu.emacs.bug news group, and at http://debbugs.gnu.org.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug.  If you can, give
a recipe starting from `emacs -Q':

(setq compilation-scroll-output t)
M-x compile (somewhere where you get warnings or errors).
M-x next-error
compilation-next-error-function: Wrong type argument: arrayp, nil

M-x compile
run-hooks: Wrong type argument: number-or-marker-p, nil


A second compile doesn't work until I kill the *compilation* buffer.
next-error never works.

Can the "compilation--flush-parse: 1 16056" messages be turned off?

           Jan D.

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
/Users/jhd/src/emacs/current/nextstep/Emacs.app/Contents/Resources/etc/DEBUG.


In GNU Emacs 24.0.50.11 (x86_64-apple-darwin10.6.0, NS apple-appkit-1038.35)
 of 2011-01-30 on zeplin
Windowing system distributor `Apple', version 10.3.1038
configured using `configure '--verbose' '--enable-asserts' '--with-ns' '--without-x' 'CFLAGS=-g''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: C
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: sv_SE.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
  tooltip-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
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
C-y <up> <up> C-a ( s e t q SPC C-w C-_ C-e C-j <escape>
x c o m p i l e <return> <return> <escape> x n e x
t - e r r o r <return> <escape> x <up> <up> <return>
<return> C-x b <return> <escape> x r e p o r t - e
m <tab> <return>

Recent messages:
compilation--flush-parse: 16012 16012
compilation--flush-parse: 16023 16023
compilation--flush-parse: 16024 16024
compilation--flush-parse: 16032 16032
compilation--flush-parse: 16036 16036
compilation--flush-parse: 16011 16056
Compilation finished
compilation-next-error-function: Wrong type argument: arrayp, nil
(No files need saving)
compilation--flush-parse: 1 16056
run-hooks: Wrong type argument: number-or-marker-p, nil

Load-path shadows:
None found.

Features:
(shadow sort gnus-util time-date mail-extr message rfc822 mml easymenu
mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045
ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader
emacsbug compile comint regexp-opt ring tooltip ediff-hook vc-hooks
lisp-float-type mwheel ns-win tool-bar dnd fontset image fringe
lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar
mouse jit-lock font-lock syntax facemenu font-core frame cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev
loaddefs button minibuffer faces cus-face files text-properties overlay
md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process ns multi-tty
emacs)



--- End Message ---
--- Begin Message --- Subject: Re: bug#7941: 24.0.50; Compilation mode broken, next-error not working Date: Tue, 01 Feb 2011 11:35:26 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)
> (setq compilation-scroll-output t)
> M-x compile (somewhere where you get warnings or errors).
> M-x next-error
> compilation-next-error-function: Wrong type argument: arrayp, nil

Thanks, I just installed the patch below which should fix it.

> M-x compile
> run-hooks: Wrong type argument: number-or-marker-p, nil

I believe I've fixed this one yesterday or so.

> Can the "compilation--flush-parse: 1 16056" messages be turned off?

No, of course not, they're crucial for the user.


        Stefan "just kidding"


=== modified file 'lisp/ChangeLog'
--- lisp/ChangeLog      2011-02-01 10:12:25 +0000
+++ lisp/ChangeLog      2011-02-01 16:31:01 +0000
@@ -1,3 +1,8 @@
+2011-02-01  Stefan Monnier  <address@hidden>
+
+       * progmodes/compile.el (compilation-next-error): Check there's
+       a message before using it (bug#7941).
+
 2011-02-01  Jay Belanger  <address@hidden>
 
        * calc/calc-mtx.el (math-lud-pivot-check): New function.
@@ -6,8 +11,8 @@
 
 2011-01-31  Alan Mackenzie  <address@hidden>
 
-       * progmodes/cc-cmds.el (c-forward-over-illiterals): Continue
-       parsing if we encounter a naked # (Bug#7595).
+       * progmodes/cc-cmds.el (c-forward-over-illiterals):
+       Continue parsing if we encounter a naked # (Bug#7595).
        (c-beginning-of-statement): Avoid loop in locating the beginning
        of a macro.
 
@@ -34,8 +39,8 @@
 
 2011-01-31  Kenichi Handa  <address@hidden>
 
-       * international/quail.el (quail-keyboard-layout-alist): Remove
-       superfluous SPC for "pc105-uk" (bug#7927).
+       * international/quail.el (quail-keyboard-layout-alist):
+       Remove superfluous SPC for "pc105-uk" (bug#7927).
 
 2011-01-31  Glenn Morris  <address@hidden>
 

=== modified file 'lisp/progmodes/compile.el'
--- lisp/progmodes/compile.el   2011-01-31 17:11:11 +0000
+++ lisp/progmodes/compile.el   2011-02-01 16:28:10 +0000
@@ -2140,7 +2140,7 @@
   (or pt (setq pt (point)))
   (let* ((msg (get-text-property pt 'compilation-message))
          ;; `loc', `msg', and `last' are used by the compilation-loop macro.
-        (loc (compilation--message->loc msg))
+        (loc (and msg (compilation--message->loc msg)))
         last)
     (if (zerop n)
        (unless (or msg                 ; find message near here
@@ -2154,8 +2154,7 @@
                                                  (line-end-position)))
            (or (setq msg (get-text-property pt 'compilation-message))
                (setq pt (point)))))
-      (setq last (compilation--loc->file-struct
-                  (compilation--message->loc msg)))
+      (setq last (compilation--loc->file-struct loc))
       (if (>= n 0)
          (compilation-loop > compilation-next-single-property-change 1-
                            (if (get-buffer-process (current-buffer))



--- End Message ---

reply via email to

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