From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17763 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE Newsgroups: gmane.emacs.gnus.general Subject: Re: pgnus and message-make-date Date: 11 Oct 1998 20:13:25 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <86yaqnynju.fsf@slowfox.cs.uni-dortmund.de> References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035156405 2595 80.91.224.250 (20 Oct 2002 23:26:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:26:45 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id SAA27625 for ; Sun, 11 Oct 1998 18:21:52 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id QAF25873; Sun, 11 Oct 1998 16:52:47 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 11 Oct 1998 17:21:45 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id RAA20053 for ; Sun, 11 Oct 1998 17:21:37 -0500 (CDT) Original-Received: from waldorf.cs.uni-dortmund.de (waldorf.cs.uni-dortmund.de [129.217.4.42]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id SAA27613 for ; Sun, 11 Oct 1998 18:21:20 -0400 (EDT) Original-Received: from ramses.informatik.uni-dortmund.de (ramses.cs.uni-dortmund.de [129.217.20.180]) by waldorf.cs.uni-dortmund.de with SMTP id AAA19407 for ; Mon, 12 Oct 1998 00:21:18 +0200 (MES) Original-Received: (grossjoh@localhost) by ramses.informatik.uni-dortmund.de id AAA08921; Mon, 12 Oct 1998 00:21:18 +0200 X-Gnus-Agent-Meta-Information: mail nil Original-Sender: kai@slowfox.cs.uni-dortmund.de Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "11 Oct 1998 17:44:43 +0200" User-Agent: Gnus/5.070034 (Pterodactyl Gnus v0.34) Emacs/20.3 Original-Lines: 17 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:17763 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:17763 >>>>> Lars Magne Ingebrigtsen writes: > I think it's rather disgusting that the locales get in the way of > using functions sensibly. `format-time-string' is such a nice > function, but if it keeps growing in this annoying manner, it's > going to get rather useless after a while. If only one knew how to set the locale from Lisp, then (let ((locale "C")) (format-time-string "...")) would do something useful... Oh, well. kai -- OOP: object oriented programming; OOPS: object oriented mistakes