From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jay Belanger Newsgroups: gmane.emacs.help Subject: Re: calc and comma Date: Sat, 18 Aug 2007 18:52:51 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: Reply-To: jay.p.belanger@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1187484039 18574 80.91.229.12 (19 Aug 2007 00:40:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 19 Aug 2007 00:40:39 +0000 (UTC) Cc: jay.p.belanger@gmail.com To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 19 02:40:38 2007 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.50) id 1IMYqK-0000c6-Jg for geh-help-gnu-emacs@m.gmane.org; Sun, 19 Aug 2007 02:40:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IMYqM-0000Zs-Md for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Aug 2007 20:40:38 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!news.glorb.com!sn-xt-sjc-04!sn-xt-sjc-08!sn-post-sjc-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) Cancel-Lock: sha1:s2bFJZBEh729179PMSBpyAkg74s= Original-X-Complaints-To: abuse@supernews.com Original-Lines: 16 Original-Xref: shelby.stanford.edu gnu.emacs.help:151112 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:46685 Archived-At: Hadron writes: > Is there a way to configure calc to accept "," as a unit seperator > german style? It won't accept the comma as a unit separator, but it will display the comma as a unit separator. `d .' (calc-point-char) will prompt you for a new unit separator, so `d . ,' will make a comma the new unit separator. Then `m m' (calc-save-modes) will save the new value in your Calc init file, so next time you use Calc the separator will still be a comma. So typing `10.23' will display `10,23'. Jay