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

Re: compilation error at w3m-symbol.el: "Unbalanced parentheses"



Katsumi, Arisawa
I decided just to unset EMACS_UNIBYTE as Arisawa suggested and the rest went smootly.

Thank You very much for Your help
Greetings

Katsumi Yamaoka writes:
 > >>>>> In [emacs-w3m : No.08649] ARISAWA Akihiro wrote:
 > 
 > > Pawel writes:
 > 
 > >> prompt# make
 > > [...]
 > >> Generating autoloads for w3m-symbol.el...
 > >> Scan error: "Unbalanced parentheses", 4160, 8206
 > >> make: *** [lisp] Error 255
 > >>
 > >> Have You got any idea, what might be the reason of my problem ?
 > 
 > > I can reproduce this error when environment variable `EMACS_UNIBYTE' is set.
 > > If you set this environment variable, try to unset it.
 > 
 > ARISAWA-san probably rights on target.  I've modified the CVS
 > trunk[1] so that the `--no-unibyte' option might be specified to
 > invalidate the EMACS_UNIBYTE environment variable.
 > 
 > --8<---------------cut here---------------start------------->8---
 > --- aclocal.m4~	2005-06-13 01:32:32 +0000
 > +++ aclocal.m4	2006-05-09 06:03:33 +0000
 > @@ -2,7 +2,7 @@
 >   [dnl Determine arguments to run Emacs as vanilla.
 >    retval=`echo ${EMACS}| ${EGREP} xemacs| ${EGREP} -v '^$'`
 >    if test -z "${retval}"; then
 > -	VANILLA_FLAG="-q -no-site-file"
 > +	VANILLA_FLAG="-q -no-site-file --no-unibyte"
 >    else
 >  	VANILLA_FLAG="-vanilla"
 >    fi
 > --8<---------------cut here---------------end--------------->8---
 > 
 > (You have to run autoconf to regenerate the configure script.)
 > 
 > [1] Available as: http://cvs.namazu.org/emacs-w3m.tar.gz?view=tar
 > 
 >