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

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

Re: next-error vs. bash


From: Dan Jacobson
Subject: Re: next-error vs. bash
Date: Sun, 12 Dec 2004 10:21:50 +0800

rms> Please send a complete, self-contained test case.  I have no time
rms> to try to figure out how to genrate such an error message, how to
rms> use it, etc.

$ cat x.sh
set -u; : $r
$ emacs
(compile "sh x.sh")
(next-error)
byte-code: No more errors

even though
x.sh: line 1: r: unbound variable
is on the screen.
emacs-version "21.3.1"




reply via email to

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