unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Tak Ota <Takaaki.Ota@am.sony.com>
Cc: eliz@is.elta.co.il, emacs-devel@gnu.org
Subject: Re: lost argument and doc string
Date: Sun, 10 Feb 2002 15:28:12 -0800 (PST)	[thread overview]
Message-ID: <20020210.152812.01367344.Takaaki.Ota@am.sony.com> (raw)
In-Reply-To: <m36655s0nc.fsf@Janik.cz>

Sun, 10 Feb 2002 18:32:39 +0100: Pavel@Janik.cz (Pavel Janík) wrote:

>    From: "Eli Zaretskii" <eliz@is.elta.co.il>
>    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

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel


  reply	other threads:[~2002-02-10 23:28 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-10  6:59 lost argument and doc string Tak Ota
2002-02-10 17:08 ` Eli Zaretskii
2002-02-10 17:32   ` Pavel Janík
2002-02-10 23:28     ` Tak Ota [this message]
2002-02-11  5:48       ` Pavel Janík
2002-02-11  5:48       ` Eli Zaretskii
2002-02-11 16:34         ` Juanma Barranquero
2002-02-11 19:37           ` Eli Zaretskii
2002-02-12  2:32             ` Tak Ota
2002-02-12  8:35               ` Eli Zaretskii
2002-02-12 14:23                 ` Tak Ota
2002-02-12 18:57                   ` Jason Rumney
2002-02-12 19:48                     ` Tak Ota
2002-02-13  5:43                       ` Eli Zaretskii
2002-02-13  6:01                         ` Tak Ota
2002-02-13 13:40                         ` Andreas Schwab
2002-02-13 14:23                           ` Eli Zaretskii
2002-02-13 19:50                       ` Jason Rumney
2002-02-13 20:22                         ` Tak Ota
2002-02-13 21:02                           ` Jason Rumney
2002-02-14  7:36                             ` Tak Ota
2002-02-15 10:36                               ` Richard Stallman
2002-02-15 20:36                                 ` Tak Ota
2002-02-13 21:00                         ` Tak Ota
2002-02-14  3:11                     ` Richard Stallman
2002-02-14 15:13                       ` Tak Ota
2002-02-13 15:37                 ` Richard Stallman
2002-02-11 18:48       ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020210.152812.01367344.Takaaki.Ota@am.sony.com \
    --to=takaaki.ota@am.sony.com \
    --cc=eliz@is.elta.co.il \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).