all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Andreas Röhler" <andreas.roehler@easy-emacs.de>
To: 15661@debbugs.gnu.org
Subject: bug#15661: 24.3.50; calendar.el broken
Date: Sun, 20 Oct 2013 18:50:28 +0200	[thread overview]
Message-ID: <526409D4.20903@easy-emacs.de> (raw)

M-x diary-view-entries RET

fails saying:

Symbol's value as variable is void: displayed-month

AFAIU reason is new defvar behavior, which breaks legacy code.

calendar.el has a

(defvar displayed-month)

which doesn't longer intialise to nil.

There must be a lot of things be broken that way.

Please consider reverting that change to defvar.
Maybe signaling lexical scope with a buffer-local variable might do the job and make me happy again? ;)

Cheers,

Andreas

In GNU Emacs 24.3.50.1 (i686-pc-linux-gnu, GTK+ Version 2.24.10)
  of 2013-08-28 on purzel.sitgens
Windowing system distributor `The X.Org Foundation', version 11.0.11203000
System Description:	openSUSE 12.2 (i586)

Configured using:
  `configure 'CFLAGS=-g -O''

Important settings:
   value of $LANG: de_DE.UTF-8
   value of $XMODIFIERS: @im=local
   locale-coding-system: utf-8-unix
   default enable-multibyte-characters: t

Major mode: Emacs-Lisp

Minor modes in effect:
   shell-dirtrack-mode: t
   tooltip-mode: t
   mouse-wheel-mode: t
   tool-bar-mode: t
   menu-bar-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   font-lock-mode: t
   blink-cursor-mode: t
   auto-composition-mode: t
   auto-encryption-mode: t
   auto-compression-mode: t
   line-number-mode: t
   transient-mark-mode: t

Recent input:
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<menu-bar> <options> <menu-set-font> <help-echo> <help-echo>
C-x C-f <M-backspace> <M-backspace> 2 0 1 3 1 0 2 0
<tab> l i a s <tab> <backspace> <backspace> s o <backspace>
p <tab> c a l e <tab> c a l e <tab> <return> M-x e
v a l - b u <tab> <return> <help-echo> <help-echo>
<help-echo> <help-echo> M-x h s <backspace> <backspace>
s h e l l <return> c d <return> > SPC d i a r y <return>
l a <backspace> s SPC - l a r t <return> C-x b <return>
M-x d i r a <backspace> <backspace> a r y - v i e w
<tab> e n t r <tab> <return> M-x r e p o r t - e m
a c s . <backspace> - b u <tab> <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
~
%: Symbol's value as variable is void: displayed-month

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils diary-lib diary-loaddefs shell pcomplete comint
ansi-color ring derived cal-menu easymenu calendar cal-loaddefs vc-git
time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd
tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment
lisp-mode prog-mode register page menu-bar rfn-eshadow timer select
scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham
georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese hebrew greek romanian slovak czech european ethiopic
indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple
abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
gfilenotify dynamic-setting system-font-setting font-render-setting
move-toolbar gtk x-toolkit x multi-tty emacs)





             reply	other threads:[~2013-10-20 16:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.4352.1382287759.10748.bug-gnu-emacs@gnu.org>
2013-10-20 16:50 ` Andreas Röhler [this message]
2013-10-20 17:52   ` bug#15661: 24.3.50; calendar.el broken Alan Mackenzie
2013-10-21 13:14     ` Stefan Monnier
2013-10-22  9:58       ` Andreas Röhler
2013-10-22 14:32         ` Stefan Monnier
2013-10-20 18:13   ` Glenn Morris
2013-10-21  5:57     ` Andreas Röhler
2013-10-21  7:47       ` Thierry Volpiatto
2013-10-21  8:56         ` Andreas Röhler
2013-10-21 12:15           ` Thierry Volpiatto
2013-10-21 16:27       ` Glenn Morris
2013-10-22 19:38   ` Glenn Morris
2013-10-23  5:51   ` Thierry Volpiatto

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

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

  git send-email \
    --in-reply-to=526409D4.20903@easy-emacs.de \
    --to=andreas.roehler@easy-emacs.de \
    --cc=15661@debbugs.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.