From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: constant `e' Date: Sat, 10 Feb 2007 11:49:35 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1171101011 2510 80.91.229.12 (10 Feb 2007 09:50:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 10 Feb 2007 09:50:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 10 10:50:04 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HFors-0000XZ-4n for ged-emacs-devel@m.gmane.org; Sat, 10 Feb 2007 10:50:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HForr-0007sW-1Z for ged-emacs-devel@m.gmane.org; Sat, 10 Feb 2007 04:50:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HForU-0007sI-4b for emacs-devel@gnu.org; Sat, 10 Feb 2007 04:49:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HForS-0007rl-OG for emacs-devel@gnu.org; Sat, 10 Feb 2007 04:49:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HForR-0007rc-UP for emacs-devel@gnu.org; Sat, 10 Feb 2007 04:49:38 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HForR-0001ba-8y for emacs-devel@gnu.org; Sat, 10 Feb 2007 04:49:37 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-207-145.inter.net.il [80.230.207.145]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id BVO55638 (AUTH halo1); Sat, 10 Feb 2007 11:49:26 +0200 (IST) In-reply-to: X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:66204 Archived-At: > From: "Drew Adams" > Date: Fri, 9 Feb 2007 08:50:15 -0800 > > > > Please don't: I frequently use Emacs to calculate trigonometric > > expression; typing these monster names would make it very hard for me > > to do that. > > Very hard for you? Make a local binding. If you need a short name for > interactive or local program use, define one. I see no reason to dedicate > `e' and `pi' for this uncommon use (uncommon in both Emacs-Lisp files and > interactive Emacs use). I don't see this as uncommon: I do most of my work in Emacs, and having an expression interpreter ready at your fingertip is very handy when I type math-related text.