all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* diary in emacs 21.2
@ 2002-10-25 17:30 Victor S. Miller
  2002-10-25 19:30 ` Martin Fischer
  2002-10-27 12:47 ` Edward M. Reingold
  0 siblings, 2 replies; 4+ messages in thread
From: Victor S. Miller @ 2002-10-25 17:30 UTC (permalink / raw)


I've been using the emacs calendar and diary for many years, without
much problem.  Recently, the linux systems where I work have been
upgraded so that the version of emacs used there is 21.2.  Now,
whenever I invoke calendar (I use Fancy diary entries), it craps out
after displaying the calendar with a message saying "Calendar buffer
is read only".  If I type 'd' (to get the diary display) I get the
same message.  Things work fine when I use emacs 20.7 (which are on
some other systems).  Strangely when I set debug-on-error to 't, it
does NOT give me an error traceback at all.  Does this sound like a
known bug in 21.2?

Victor Miller

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

* Re: diary in emacs 21.2
  2002-10-25 17:30 diary in emacs 21.2 Victor S. Miller
@ 2002-10-25 19:30 ` Martin Fischer
  2002-10-27 12:47 ` Edward M. Reingold
  1 sibling, 0 replies; 4+ messages in thread
From: Martin Fischer @ 2002-10-25 19:30 UTC (permalink / raw)



hi,

"VSM" == Victor S Miller <victorsm@comcast.net> writes:
 VSM> Organization: Algebraic
 VSM> Date: Fri, 25 Oct 2002 13:30:51 -0400
 VSM> Newsgroups: gnu.emacs.help
 VSM> 
 VSM> I've been using the emacs calendar and diary for many years, without
 VSM> much problem.  Recently, the linux systems where I work have been
 VSM> upgraded so that the version of emacs used there is 21.2.  Now,
 VSM> whenever I invoke calendar (I use Fancy diary entries), it craps out
 VSM> after displaying the calendar with a message saying "Calendar buffer
 VSM> is read only".

some questions, which could help you to help yourself:

  do you start your emacs-21 session with the old emacs-20 init file ?

  what do your (old ?) init file or (new !) site-lisp directories
  contain, which could be relevant to diary and calendar ?

  did you try to start your emacs-21 session with the options
  --no-init-file --no-site-file and then set up  your calendar/diary
  step by step from scratch ?

have a look at a file named NEWS (in the etc directory of the emacs-21
tree ?) for 20->21 changes of diary and calendar.

martin

 VSM> is read only".  If I type 'd' (to get the diary display) I get the
 VSM> same message.  Things work fine when I use emacs 20.7 (which are on
 VSM> some other systems).  Strangely when I set debug-on-error to 't, it
 VSM> does NOT give me an error traceback at all.  Does this sound like a
 VSM> known bug in 21.2?
 VSM> 
 VSM> Victor Miller

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

* Re: diary in emacs 21.2
  2002-10-25 17:30 diary in emacs 21.2 Victor S. Miller
  2002-10-25 19:30 ` Martin Fischer
@ 2002-10-27 12:47 ` Edward M. Reingold
  2002-10-27 20:38   ` Alex Schroeder
  1 sibling, 1 reply; 4+ messages in thread
From: Edward M. Reingold @ 2002-10-27 12:47 UTC (permalink / raw)


>>>>> "VSM" == Victor S Miller <victorsm@comcast.net> writes:

    VSM> I've been using the emacs calendar and diary for many years, without
    VSM> much problem.  Recently, the linux systems where I work have been
    VSM> upgraded so that the version of emacs used there is 21.2.  Now,
    VSM> whenever I invoke calendar (I use Fancy diary entries), it craps out
    VSM> after displaying the calendar with a message saying "Calendar buffer
    VSM> is read only".  If I type 'd' (to get the diary display) I get the
    VSM> same message.  Things work fine when I use emacs 20.7 (which are on
    VSM> some other systems).  Strangely when I set debug-on-error to 't, it
    VSM> does NOT give me an error traceback at all.  Does this sound like a
    VSM> known bug in 21.2?

Not in the calendar/diary code.  Since I don't use a Linux system, can
somebody help debug this?

-- 

Professor Edward M. Reingold                Email: reingold@iit.edu
Chairman, Department of Computer Science    Voice: (312) 567-3309
Illinois Institute of Technology            Assistant: (312) 567-5152
Stuart Building                             Fax:   (312) 567-5067
10 West 31st Street, Suite 236
Chicago, IL  60616-3729  U.S.A.

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

* Re: diary in emacs 21.2
  2002-10-27 12:47 ` Edward M. Reingold
@ 2002-10-27 20:38   ` Alex Schroeder
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Schroeder @ 2002-10-27 20:38 UTC (permalink / raw)


reingold@emr.cs.iit.edu (Edward M. Reingold) writes:

>>>>>> "VSM" == Victor S Miller <victorsm@comcast.net> writes:
>
>     VSM> I've been using the emacs calendar and diary for many years, without
>     VSM> much problem.  Recently, the linux systems where I work have been
>     VSM> upgraded so that the version of emacs used there is 21.2.  Now,
>     VSM> whenever I invoke calendar (I use Fancy diary entries), it craps out
>     VSM> after displaying the calendar with a message saying "Calendar buffer
>     VSM> is read only".  If I type 'd' (to get the diary display) I get the
>     VSM> same message.  Things work fine when I use emacs 20.7 (which are on
>     VSM> some other systems).  Strangely when I set debug-on-error to 't, it
>     VSM> does NOT give me an error traceback at all.  Does this sound like a
>     VSM> known bug in 21.2?
>
> Not in the calendar/diary code.  Since I don't use a Linux system, can
> somebody help debug this?

Well, some errors do not enter the debugger.  Set debug-ignored-errors
to nil for maximum debugging.  Furthermore, try it in Emacs with -q
and --no-site-file -- perhaps you have code on a hook that tries to
modify the calendar after display?

I run GNU Emacs 21.2.90.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll
bars) of 2002-05-28 on confusibombus, just created a diary file, added
an entry, used (setq diary-display-hook '(fancy-diary-display)), used
m to update the calendar, saw the marked entry, pressed d on the day,
and got a fancy diary buffer with my test entry.  "It works for me."

Alex.

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

end of thread, other threads:[~2002-10-27 20:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-25 17:30 diary in emacs 21.2 Victor S. Miller
2002-10-25 19:30 ` Martin Fischer
2002-10-27 12:47 ` Edward M. Reingold
2002-10-27 20:38   ` Alex Schroeder

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.