unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* weird errors from emacs 25.0.050
@ 2014-12-31 20:20 Stephen Leake
  0 siblings, 0 replies; only message in thread
From: Stephen Leake @ 2014-12-31 20:20 UTC (permalink / raw)
  To: emacs-devel

I'm encountering very odd errors in emacs 25.0.050, compiled with
mingw64 on Windows 7.

For example:

I'm using the latest devel version of ada-mode (not much changed from
the elpa version) to edit some Ada code.

The compiler reports an error:

enumerated_token_list_test.adb:90:29: (style) space required

next-error navigates to the correct place. I have a function
ada-fix-compiler-error which automatically fixes errors like this. But
when I invoke that, it says "error not recognized".

So I instrument ada-fix-compiler-error with C-u C-M-x, and step thru it.
When it gets to the line that should recognize this:

	  ((looking-at "(style) space required")

I do 'e (current-buffer)' to make sure it is in the right place. It
reports "#<buffer ada-gnat-compile.el>", which is the elisp source code
buffer containing the code I'm debugging, _not_ the *compilation*
buffer, which should be current.

This same code works fine in 24.4.

That file is byte-compiled by 24.4; I have not tried byte-compiling it
with 25.0.50 (that's not supposed to matter, right?).

Is anyone else seeing anything like this?

I'll work on a small reproducer.

-- 
-- Stephe



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-31 20:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-31 20:20 weird errors from emacs 25.0.050 Stephen Leake

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).