unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 23.0.60; buggy calendar
@ 2008-03-13 21:19 Peter Dyballa
  2008-03-14 18:49 ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Dyballa @ 2008-03-13 21:19 UTC (permalink / raw)
  To: emacs-pretest-bug

Hello!

When I invoke M-x calendar RET in GNU Emacs launched with -Q I get in  
*Backtrace* buffer:

	Debugger entered--Lisp error: (void-function calendar-list-holidays)

When I launch GNU Emacs as usual I get after ``(calendar)´´ (end at  
buffer position 30352) in ~/.emacs in *Messages*:

	(Tipp von Kai G) Lade jetzt: cal-loaddefs
	Entering debugger...

and in *Backtrace*:

	Debugger entered--Lisp error: (void-function calendar-hebrew-date- 
string)
	  (calendar-hebrew-date-string (calendar-cursor-to-date))
	  (concat "  " (calendar-hebrew-date-string (calendar-cursor-to-date)))
	  redisplay()
	  sit-for(0)
	  generate-calendar-window(3 2008)
	  calendar-basic-setup(nil)
	  calendar()
	  eval-buffer(#<buffer  *load*> nil "/Users/pete/.emacs" nil t)  ;  
Reading at buffer position 30352
	  load-with-code-conversion("/Users/pete/.emacs" "/Users/ 
pete/.emacs" t t)
	  ad-Orig-load("~/.emacs" t t nil nil)
	  (setq ad-return-value (ad-Orig-load file noerror nomessage  
nosuffix must-suffix))
	  (let (ad-return-value) (message "(Tipp von Kai G) Lade jetzt: %s"  
file) (setq ad-return-value (ad-Orig-load file noerror nomessage  
nosuffix must-suffix)) ad-return-value)
	  load("~/.emacs" t t)
	  #[nil "…" [init-file-user system-type user-init-file-1 user-init- 
file otherfile source ms-dos "~" "/_emacs" windows-nt directory-files  
nil "^\\.emacs\\(\\.elc?\\)?$" "~/.emacs" "^_emacs\\(\\.elc?\\)?$" "~/ 
_emacs" vax-vms "sys$login:.emacs" "/.emacs" t load expand-file-name  
"init" file-name-as-directory "/.emacs.d" file-name-extension "elc"  
file-name-sans-extension ".el" file-exists-p file-newer-than-file-p  
message "Warning: %s is newer than %s" sit-for 1 "default" alt  
inhibit-default-init inhibit-startup-screen] 7]()
	  byte-code("…" [inner init-file-had-error nil] 2)
	  command-line()
	  normal-top-level()

or: generate-calendar-window: Symbol's function definition is void:  
calendar-mark-holidays


In GNU Emacs 23.0.60.1 (powerpc-apple-darwin8.11.0, X toolkit, Xaw3d  
scroll bars)
  of 2008-03-13 on Latsche.local
Windowing system distributor `The XFree86 Project, Inc', version  
11.0.40400000
configured using `configure  '--without-pop' '--without-sound' '-- 
with-xft' '--with-libotf' '--with-dbus' '--with-x-toolkit=athena' '-- 
enable-font-backend' '--enable-locallisppath=/Library/Application  
Support/Emacs/calendar23:/Library/Application Support/Emacs/caml:/ 
Library/Application Support/Emacs:/sw/share/emacs21/site-lisp/elib'  
'PKG_CONFIG_PATH=/sw/lib/freetype219/lib/pkgconfig:/sw/lib/ 
fontconfig2/lib/pkgconfig:/sw/lib/pkgconfig:/sw/lib/system-openssl/ 
lib/pkgconfig:/sw/share/pkgconfig:/usr/lib/pkgconfig:/usr/local/lib/ 
pkgconfig:/usr/local/clamXav/lib/pkgconfig:/usr/X11R6/lib/pkgconfig'  
'CPPFLAGS=-no-cpp-precomp -D__BIND_NOSTATIC -I/sw/lib/fontconfig2/ 
include -I/sw/lib/freetype219/include -I/sw/lib/freetype219/include/ 
freetype2 -idirafter /usr/X11R6/include' 'CFLAGS=-ggdb -gfull - 
bind_at_load -Wno-pointer-sign -pipe -fPIC -mcpu=7450 -mtune=7450 - 
mno-powerpc64 -fast -mpim-altivec -ftree-vectorize -freorder-blocks- 
and-partition -fno-crossjumping' 'LDFLAGS=-bind_at_load -dead_strip - 
multiply_defined suppress -L/sw/lib/fontconfig2/lib -L/sw/lib/ 
freetype219/lib''

Important settings:
   value of $LC_ALL: nil
   value of $LC_COLLATE: nil
   value of $LC_CTYPE: de_DE.UTF-8
   value of $LC_MESSAGES: nil
   value of $LC_MONETARY: nil
   value of $LC_NUMERIC: nil
   value of $LC_TIME: nil
   value of $LANG: de_DE.UTF-8
   value of $XMODIFIERS: nil
   locale-coding-system: utf-8-unix
   default-enable-multibyte-characters: t

Major mode: Debugger

Minor modes in effect:
   show-paren-mode: t
   display-time-mode: t
   tooltip-mode: t
   tool-bar-mode: t
   mouse-wheel-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   font-lock-mode: t
   blink-cursor-mode: t
   global-auto-composition-mode: t
   auto-composition-mode: t
   auto-compression-mode: t
   column-number-mode: t
   line-number-mode: t
   transient-mark-mode: t

Recent input:
<down-mouse-1> <mouse-1> <escape> x c a l e n d a r
<return> a <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <menu-bar> <help-menu> <send-emacs-bug-report>

--
Mit friedvollen Grüßen

   Pete

When in doubt, use brute force.
				– Ken Thompson







^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 23.0.60; buggy calendar
  2008-03-13 21:19 23.0.60; buggy calendar Peter Dyballa
@ 2008-03-14 18:49 ` Glenn Morris
  2008-03-15 10:34   ` Peter Dyballa
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2008-03-14 18:49 UTC (permalink / raw)
  To: Peter Dyballa; +Cc: emacs-pretest-bug

Peter Dyballa wrote:

> When I invoke M-x calendar RET in GNU Emacs launched with -Q I get in  
> *Backtrace* buffer:
>
> 	Debugger entered--Lisp error: (void-function calendar-list-holidays)

It works for me. I suggest maintainer-clean followed by bootstrap.
(ediff-hook has a paren typo at present.)






^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 23.0.60; buggy calendar
  2008-03-14 18:49 ` Glenn Morris
@ 2008-03-15 10:34   ` Peter Dyballa
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Dyballa @ 2008-03-15 10:34 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-pretest-bug


Am 14.03.2008 um 19:49 schrieb Glenn Morris:

> Peter Dyballa wrote:
>
>> When I invoke M-x calendar RET in GNU Emacs launched with -Q I get in
>> *Backtrace* buffer:
>>
>> 	Debugger entered--Lisp error: (void-function calendar-list-holidays)
>
> It works for me. I suggest maintainer-clean followed by bootstrap.
> (ediff-hook has a paren typo at present.)
>


After this I also made a cvs-update (when I need to re-configure and  
re-compile: why not fetch the newest sources?). Now the error has gone.

--
Greetings

   Pete

Got Mole problems?
Call Avogadro 6.02 x 10^23






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-03-15 10:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-13 21:19 23.0.60; buggy calendar Peter Dyballa
2008-03-14 18:49 ` Glenn Morris
2008-03-15 10:34   ` Peter Dyballa

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).