From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: Debugging calendar gremlin in emacs 22.0.50.1 Date: Tue, 19 Sep 2006 19:10:25 -0700 Organization: None Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1158720051 7276 80.91.229.2 (20 Sep 2006 02:40:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Sep 2006 02:40:51 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 20 04:40:50 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GPs0s-0008RJ-Ic for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Sep 2006 04:40:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GPs0s-00025G-2Q for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Sep 2006 22:40:38 -0400 Original-Path: shelby.stanford.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 33 Original-NNTP-Posting-Host: xoc2.stanford.edu Original-X-Trace: news.Stanford.EDU 1158718225 14729 171.64.56.22 (20 Sep 2006 02:10:25 GMT) Original-X-Complaints-To: news@news.stanford.edu X-Spook: kibo secret service ASALA pulse detonation engine AIIB X-Ran: $V}xFS>7G4S{R5q(6L&l^7h/9Sq@}v>#N={so;,8O_4"s&)*R/v1F`@^42~3*>6WZ2LKLW X-Hue: white X-Attribution: GM Mail-Copies-To: nobody User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cancel-Lock: sha1:VVwH+vzi19lFkcwdDXTcTG6bspM= Original-Xref: shelby.stanford.edu gnu.emacs.help:141881 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37502 Archived-At: Replies to the list, rather than me, please. ken wrote (on Tue, 19 Sep 2006 at 19:10 -0400): > Here's my test diary-file: > --------------------------------------------------------- > ;-*- mode: lisp; auto-fill-mode: off; fill-column: 999999 -*- > > %%(diary-anniversary 9 18 1970) %d years ago it was 9/18/1970 [...] > I run M-x diary and this is the output: > %%(diary-anniversary 9 18 1970) %d years ago it was 9/18/1970 [...] > I didn't think that is what it's supposed to do. Without knowing what you thought it was supposed to do, it's hard to comment. If you meant, why are the %d's etc not being expanded, such things only happen if you use fancy-diary-display, and from the sound of it you aren't. > > unrelated to all the stuff you describe above. So where's the > > backtrace from this sequencep error? > > Oh, yeah. the toggle-debug-on-error helped find the problem. It was > a diary-related thing in my .emacs.