From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jay Belanger Newsgroups: gmane.emacs.devel Subject: Calc prefix Date: Tue, 29 Nov 2005 12:50:39 -0600 Message-ID: <871x0z9tkw.fsf@vh213602.truman.edu> Reply-To: belanger@truman.edu NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1133364578 7144 80.91.229.2 (30 Nov 2005 15:29:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 30 Nov 2005 15:29:38 +0000 (UTC) Cc: belanger@truman.edu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 30 16:29:32 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EhT2x-0006aW-3L for ged-emacs-devel@m.gmane.org; Wed, 30 Nov 2005 15:34:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EhT2v-0000YK-Mf for ged-emacs-devel@m.gmane.org; Wed, 30 Nov 2005 09:34:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EhQgW-0004rr-3c for emacs-devel@gnu.org; Wed, 30 Nov 2005 07:03:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EhQgS-0004qU-6J for emacs-devel@gnu.org; Wed, 30 Nov 2005 07:03:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EhQgQ-0004qA-Tq for emacs-devel@gnu.org; Wed, 30 Nov 2005 07:03:35 -0500 Original-Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_ARCFOUR_SHA:16) (Exim 4.34) id 1EhQgQ-0003du-AH for emacs-devel@gnu.org; Wed, 30 Nov 2005 07:03:34 -0500 Original-Received: from [150.243.160.94] (helo=uranium.truman.edu) by mx20.gnu.org with esmtp (Exim 4.34) id 1EhAYu-0005aH-FH for emacs-devel@gnu.org; Tue, 29 Nov 2005 13:50:44 -0500 Original-Received: from uranium.truman.edu (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 2304B40DDD for ; Tue, 29 Nov 2005 12:47:30 -0600 (CST) Original-Received: from vh213602.truman.edu.truman.edu (vh213602.truman.edu [150.243.64.31]) by uranium.truman.edu (Postfix) with ESMTP id EF29140DDB; Tue, 29 Nov 2005 12:47:29 -0600 (CST) Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:46811 Archived-At: The Calc prefix has now been changed to `C-x *'. I'd like to mention the new prefix in the News file where the inclusion of Calc is mentioned. I know some people are going to rebind the prefix; the function to bind is `calc-dispatch': (global-set-key "PREFIX" 'calc-dispatch) A standard way of starting Calc was `M-# M-#' (`calc-same-interface'); now that can be done with `C-x * *'. So that people with other prefixes can start it by doubling the last character of the prefix, `PREFIX *', `PREFIX #', `PREFIX =', `PREFIX \', `PREFIX +', `PREFIX -', `PREFIX /' and `PREFIX &' also work. Jay