From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; can't start diary from calendar Date: Thu, 27 Mar 2008 15:08:04 -0400 Message-ID: References: <20080327165114.0e45c899@girafe.maisel.enst-bretagne.fr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1206644913 20200 80.91.229.12 (27 Mar 2008 19:08:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Mar 2008 19:08:33 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: =?iso-8859-1?Q?Fr=E9d=E9ric?= Perrin Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 27 20:09:02 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JexSz-000329-CV for ged-emacs-devel@m.gmane.org; Thu, 27 Mar 2008 20:08:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JexSN-0002bG-Mc for ged-emacs-devel@m.gmane.org; Thu, 27 Mar 2008 15:08:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JexSJ-0002b1-Lb for emacs-devel@gnu.org; Thu, 27 Mar 2008 15:08:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JexSI-0002ao-5q for emacs-devel@gnu.org; Thu, 27 Mar 2008 15:08:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JexSI-0002al-2G for emacs-devel@gnu.org; Thu, 27 Mar 2008 15:08:06 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JexSH-0005wJ-Ph for emacs-devel@gnu.org; Thu, 27 Mar 2008 15:08:05 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JexSG-0007SP-Sd; Thu, 27 Mar 2008 15:08:04 -0400 X-Spook: Sundevil Becker FIPS140 AMW Lexis-Nexis SAPO clandestine X-Ran: /g1ExVo*PHX^)YeMmoIsDuKATPvH!TV[8Ba#_;w(FZf>&Ms~TlW (=?iso-8859-1?Q?Fr=E9d=E9ric?= Perrin's message of "Thu, 27 Mar 2008 16:51:14 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:93653 gmane.emacs.pretest.bugs:21727 Archived-At: Fr=E9d=E9ric Perrin wrote: > fred@girafe:~/projets/emacs$ echo 'Thursday Do something' > ~/diary > fred@girafe:~/projets/emacs$ src/emacs -Q > > After opening the calendar, I can't switch directly to today's diary > by typing d, I'm getting the message : > > Symbol's function definition is void: diary-view-entries [...] > I updated my copy of Emacs from CVS this afternoon, and I did a 'make > clean' before rebuilding it. The problem showed up some days ago, > although I didn't mark the date exactly. Your lisp/Makefile is older than lisp/Makefile.in. You can re-run configure, or `make maintainer-clean'.