From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: Re: calendar.el Date: Sun, 23 Apr 2006 23:00:54 -0400 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1145847667 8915 80.91.229.2 (24 Apr 2006 03:01:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Apr 2006 03:01:07 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Apr 24 05:01:06 2006 Return-path: Envelope-to: geb-bug-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 1FXrJs-0003NU-Tx for geb-bug-gnu-emacs@m.gmane.org; Mon, 24 Apr 2006 05:01:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FXrJs-0002Bx-Gd for geb-bug-gnu-emacs@m.gmane.org; Sun, 23 Apr 2006 23:01:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FXrJo-0002Ac-Ip for bug-gnu-emacs@gnu.org; Sun, 23 Apr 2006 23:00:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FXrJo-0002AK-4F for bug-gnu-emacs@gnu.org; Sun, 23 Apr 2006 23:00:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FXrJn-0002AH-TH for bug-gnu-emacs@gnu.org; Sun, 23 Apr 2006 23:00:55 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FXrLw-0002MC-Ju for bug-gnu-emacs@gnu.org; Sun, 23 Apr 2006 23:03:08 -0400 Original-Received: from localhost ([127.0.0.1]) by fencepost.gnu.org with esmtp (Exim 4.34) id 1FXrJm-0005lt-MN; Sun, 23 Apr 2006 23:00:54 -0400 Original-To: mar@centrum.cz X-Spook: Forte S Key Croatian Taiwan Mossad fraud espionage NWO X-Ran: 9XT=(a0TXu.f[=~N|]']"8j!;=8tniM)B"EJbT};K-"'I"TF_[%arob/-z%zdQ$(SIQ7|O X-Hue: blue X-Attribution: GM In-Reply-To: (mar@centrum.cz's message of "Thu, 13 Apr 2006 21:08:16 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15054 Archived-At: mar@centrum.cz wrote: > In GNU Emacs 21.4.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) [...] > calendar-month-name-array > ["Leden" "=DAnor" "B=F8ezen" "Duben" "Kv=ECten"=20 > "=C8erven" "=C8ervenec" "Srpen" > "Z=E1=F8=ED" "=D8=EDjen" "Listopad" "Prosinec"]) [...] > everything in Emacs was fine, till i want to print a calendar (using > commands 't y' and 't Y') -- the LaTeX output defined a commands for > printing the months as used in my native language (so it was \Leden > for January) but at the end of file, where the actual command is > printed, the "\January" was typed out, for it is hardcoded in > calendar.el. See the attachment please. Thanks for the bug report, but I don't understand what you mean. What do you mean by `"\January" was typed out, for it is hardcoded in calendar.el'? I don't see "January" anywhere in the attachment you sent, instead I see "Leden". As far as I can see, `t y' etc (except for cal-tex-cursor-filofax-year) respect the value of calendar-month-name-array. > If i may suggest, i will leave the name for LaTeX commands in > english, because other languages may use unusual characters -- so > have two arrays for month/day -- one for LaTeX commands, one for > localized strings to use by this commands. I think what you're saying here is a separate issue; namely that a user may have customized calendar-month-name-array to have unusual characters that might not latex correctly?