emacs-devel
[Top][All Lists]
Advanced

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

Re: lost argument and doc string


From: Tak Ota
Subject: Re: lost argument and doc string
Date: Sun, 10 Feb 2002 15:28:12 -0800 (PST)

Sun, 10 Feb 2002 18:32:39 +0100: address@hidden (Pavel Janík) wrote:

>    From: "Eli Zaretskii" <address@hidden>
>    Date: Sun, 10 Feb 2002 19:08:26 +0200
> 
>    > > In 21.2.50 some functions in simple.el have lost their arguments.
>    > > 
>    > > For example, C-h f line-number-mode shows
>    > > 
>    > >     line-number-mode is an interactive compiled Lisp function in 
> `simple'.
>    > >     It is bound to <menu-bar> <options> <showhide> <line-number-mode>.
>    > >     (line-number-mode)
>    > > 
>    > >     Toggle whether to show the current line number in the mode-line.
>    > > 
>    > > where ARG and the doc string are gone.
>    > 
>    > I cannot reproduce this.  Are you sure your etc/DOC file is up to
>    > date withe the rest of Emacs?
> 
> I have just fixed that in menu-bar.el where I defined toggling functions
> line-number-mode and column-number-mode.

Thanks, it did fix the missing ARG problem.  I wonder why Eli didn't
see the same one.  Is menu-bar.el specific to windoze?  BTW, 21.2.50
is still suffering from the missing doc problem.  Now the C-h f
line-number-mode looks like this.

  line-number-mode is an interactive compiled Lisp function in `simple'.
  (line-number-mode ARG)

Recently, to be conservative I've been building the new CVS source
from the scratch with "nmake bootstrap" every time.  The latest build
looked like it did its job for building the DOC file.  However, I
find no entry for line-number-mode in the actually created DOC file.
Does anyone have an idea?

-Tak

        rm DOC
rm: cannot remove `DOC': No such file or directory
        "D:\pub\emacs\emacs-21.2.50\lib-src/obj-spd/i386/make-docfile" -d ../src
 abbrev.c alloc.c alloca.c buffer.c bytecode.c callint.c callproc.c casefiddle.c
 cm.c cmds.c charset.c coding.c category.c ccl.c data.c dired.c dispnew.c doc.c
 doprnt.c editfns.c emacs.c eval.c fileio.c filelock.c filemode.c fns.c fontset.
c indent.c insdel.c keyboard.c keymap.c lastfile.c lread.c macros.c marker.c min
ibuf.c xfaces.c print.c process.c regex.c scroll.c search.c syntax.c sysdep.c te
rm.c termcap.c tparam.c undo.c unexw32.c window.c xdisp.c casetab.c floatfns.c f
rame.c gmalloc.c intervals.c ralloc.c textprop.c vm-limit.c region-cache.c strft
ime.c w32.c w32console.c xfaces.c w32fns.c w32heap.c w32inevt.c w32proc.c w32reg
.c w32menu.c w32select.c w32term.c w32xfns.c > DOC
        "D:\pub\emacs\emacs-21.2.50\lib-src/obj-spd/i386/make-docfile" -d ../src
 ../lisp/abbrev.el  ../lisp/buff-menu.el  ../lisp/byte-run.el  ../lisp/cus-start
.el  ../lisp/custom.el  ../lisp/disp-table.el  ../lisp/faces.el  ../lisp/files.e
l  ../lisp/textmodes/fill.el  ../lisp/format.el  ../lisp/facemenu.el  ../lisp/se
lect.el ../lisp/scroll-bar.el ../lisp/mouse.el  ../lisp/float-sup.el  ../lisp/fr
ame.el   ../lisp/help.el  ../lisp/indent.el  ../lisp/isearch.el  ../lisp/emacs-l
isp/lisp-mode.el  ../lisp/emacs-lisp/lisp.el  ../lisp/loadup.el  ../lisp/loaddef
s.el  ../lisp/bindings.el  ../lisp/map-ynp.el  ../lisp/menu-bar.el  ../lisp/inte
rnational/mule.el  ../lisp/international/mule-conf.el  ../lisp/international/mul
e-cmds.el  ../lisp/international/characters.el  ../lisp/international/ccl.el  ..
/lisp/international/codepage.el  ../lisp/international/utf-8.el  ../lisp/case-ta
ble.el  ../lisp/language/chinese.el  ../lisp/language/cyrillic.el  ../lisp/langu
age/devanagari.el  ../lisp/language/english.el  ../lisp/language/ethiopic.el  ..
/lisp/language/european.el  ../lisp/language/czech.el  ../lisp/language/slovak.e
l  ../lisp/language/romanian.el  ../lisp/language/greek.el  ../lisp/language/heb
rew.el  ../lisp/language/indian.el  ../lisp/language/japanese.el  ../lisp/langua
ge/korean.el  ../lisp/language/lao.el  ../lisp/language/thai.el  ../lisp/languag
e/tibetan.el  ../lisp/language/vietnamese.el  ../lisp/language/misc-lang.el  ../
lisp/textmodes/page.el  ../lisp/textmodes/paragraphs.el  ../lisp/paths.el  ../li
sp/register.el  ../lisp/replace.el  ../lisp/simple.el  ../lisp/startup.el  ../li
sp/subr.el  ../lisp/term/tty-colors.el  ../lisp/textmodes/text-mode.el  ../lisp/
vc-hooks.el  ../lisp/ediff-hook.el      ../lisp/ls-lisp.el ../lisp/w32-fns.el ..
/lisp/dos-w32.el  ../lisp/widget.el  ../lisp/window.el  ../lisp/version.el >> DO
C
        cp -f DOC ../etc/DOC-X
        mkdir "../src/obj-spd"
        mkdir "../src/obj-spd/etc"
        cp -f DOC ../src/obj-spd/etc/DOC-X
        cd ..\src
        NMAKE  bootstrap



reply via email to

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