I usually do this:

nmake clean
call configure
nmake bootstrap
nmake info

As you suggested I also did this.

CD \emacs\src
nmake emacs

Nothing happens, as if it thinks nothing needs to be made.
It so happens that's true even if I delete etc\DOC & etc\doc-x

There are files named DOC and doc-x in my etc directory which are identical and have timestamps corresponding to my rebuild of Emacs. I made some changes to the source for various doc strings that didn't have a problem. After rebuilding Emacs the updates were in the DOC file.

I then searched for the string 'jit-lock' in the DOC file.
This was the only occurrence:

 For a newer font-lock support mode with similar functionality, see
 `jit-lock-mode'.  Eventually, Lazy Lock mode will be deprecated in
 JIT Lock's favor.


----- Original Message ----- From: "Richard M. Stallman" <[EMAIL PROTECTED]>
To: "RGB" <[EMAIL PROTECTED]>
Cc: <[email protected]>
Sent: Thursday, December 29, 2005 8:18 PM
Subject: Re: jit-lock.el functions & variables appear undocumented.


You need to regenerate the etc/DOC file.
Do `cd src; make emacs'.



_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to