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

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

Doc-string inaccuracy in `generate-calendar-month'


From: Edward O'Connor
Subject: Doc-string inaccuracy in `generate-calendar-month'
Date: Tue, 22 Jan 2002 19:29:06 -0500

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.1.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2001-10-21 on george
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

The doc string for `generate-calendar-month' says that "[t]he calendar
is inserted in the buffer starting at the line on which point is
currently located, but indented INDENT spaces." But this is clearly
not the case, as `generate-calendar-month' calls

                       (goto-char (point-min))

almost immediately. Try the following in a vanilla emacs -q
--no-site-file to see the problem:

(require 'calendar)

M-: (generate-calendar-month 1 2002 4) RET

Recent input:
ESC x r e p o r t - e m a c s - b u g RET

Recent messages:
Loading em-glob...done
Loading em-hist...done
Loading em-ls...done
Loading em-prompt...done
Loading em-script...done
Loading em-term...done
Loading em-unix...done
Loading view...done

Loading emacsbug...done


-- 
Edward O'Connor
ted@oconnor.cx




reply via email to

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