colhountech / js2-mode

Automatically exported from code.google.com/p/js2-mode
0 stars 0 forks source link

Warnings clobber isearch interface #89

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

function foo() {
  baz = bar();
}

function bar() { }

M-<
C-s ba

What is the expected output? What do you see instead?
Echo area contains 'Undeclared variable'. Expected to contain the isearch
interface (i.e., 'I-search: ').

What version of the product are you using? On what operating system?
GNU Emacs 22.0.990.1 (i386-mingw-nt5.1.2600)
EmacsW32 Version 1.54 2007-07-30

Please provide any additional information below.
We should probably just turn off warnings during isearch.

Original issue reported on code.google.com by dmho...@gmail.com on 29 Jul 2008 at 10:38

GoogleCodeExporter commented 8 years ago
Yeah, this is annoying.  It actually clobbers the minibuffer in other 
situations too
(e.g. when debugging).

Original comment by steve.ye...@gmail.com on 23 Jul 2009 at 11:08

GoogleCodeExporter commented 8 years ago
I know it's been almost five years (!!!) since this bug report, but was anyone 
able to come up with a fix or workaround?

Original comment by matthewt...@gmail.com on 18 Jun 2013 at 3:14

GoogleCodeExporter commented 8 years ago
Yes. See https://github.com/mooz/js2-mode/issues/106.

Original comment by raa...@gmail.com on 19 Jun 2013 at 6:15