From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pingouin Newsgroups: gmane.emacs.help Subject: calendar-date-style Date: Thu, 4 Mar 2010 09:46:20 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1272988711 30673 80.91.229.12 (4 May 2010 15:58:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 May 2010 15:58:31 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 04 17:58:29 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O9KVw-0000OI-29 for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 17:58:28 +0200 Original-Received: from localhost ([127.0.0.1]:49648 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9KVv-0005lM-F3 for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 11:58:27 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!g10g2000yqh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 59 Original-NNTP-Posting-Host: 206.47.217.67 Original-X-Trace: posting.google.com 1267724780 30032 127.0.0.1 (4 Mar 2010 17:46:20 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 4 Mar 2010 17:46:20 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g10g2000yqh.googlegroups.com; posting-host=206.47.217.67; posting-account=YyzWwwoAAADxY8GhdtoQdFsQ6CfHkTGX User-Agent: G2/1.0 X-HTTP-Via: 1.0 NTPROXYL01 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729),gzip(gfe),gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:177351 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:72903 Archived-At: Hello, I recently upgraded to Emacs-23.1.1. I have an issue with calendar- date-style. In calendar I always used "european" date style, all my appointments and meetings are set up with this style; I had the line (setq european-calendar-style t) in my .emacs, that did the trick but now Emacs-23 complains telling me this is an obsolete variable; it tells me to use "calendar-date-style" instead, but the doc says: |______________ Setting this variable directly does not take effect (if the calendar package is already loaded). Rather, use either M-x customize or the function `calendar-set-date-style'. |______________ In .emacs I tried to use the function "calendar-set-date-style" every way I could think of but with no luck! Please an example! I also tried to set "calendar-date-style" through M-x customize, as suggested. After setting it to "european", clicking the "Save for future sessions" button yielded the following error: |-------------------------------- Debugger entered--Lisp error: (void-function recentf-expand-file-name) recentf-expand-file-name("c:/EMACS/.emacs") custom-save-all() Custom-save((push-button :tag "Save for future sessions" :help-echo "Apply all settings in this buffer and save them for future Emacs sessions." :action Custom-save :button-overlay # :from # :to #) (mouse-1 (# 333 (374 . 40) 251207367 nil 333 (36 . 2) nil (8 . 4) (10 . 22)))) widget-apply((push-button :tag "Save for future sessions" :help-echo "Apply all settings in this buffer and save them for future Emacs sessions." :action Custom-save :button-overlay # :from # :to #) :action (mouse-1 (# 333 (374 . 40) 251207367 nil 333 (36 . 2) nil (8 . 4) (10 . 22)))) widget-apply-action((push-button :tag "Save for future sessions" :help-echo "Apply all settings in this buffer and save them for future Emacs sessions." :action Custom-save :button-overlay # :from # :to #) (mouse-1 (# 333 (374 . 40) 251207367 nil 333 (36 . 2) nil (8 . 4) (10 . 22)))) byte-code(" \"=18=19r=CA=8E \n =1A: =1A |_____________________ Any suggestions, thanks, G=C3=A9rald