From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: jonetsu Newsgroups: gmane.emacs.help Subject: Re: Calculator: no exponent, full number ? Date: Wed, 5 Jun 2019 09:53:17 -0400 Message-ID: <20190605095317.499f2082@mistral> References: <20190604154307.565d33cf@mistral> <87zhmwzn67.fsf@mbork.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="50899"; mail-complaints-to="usenet@blaine.gmane.org" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 05 15:53:36 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hYWMC-000D5C-Ol for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Jun 2019 15:53:36 +0200 Original-Received: from localhost ([127.0.0.1]:42786 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYWMB-0001OW-P2 for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Jun 2019 09:53:35 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:43059) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYWM1-0001OB-1p for help-gnu-emacs@gnu.org; Wed, 05 Jun 2019 09:53:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hYWLz-0007TA-1v for help-gnu-emacs@gnu.org; Wed, 05 Jun 2019 09:53:24 -0400 Original-Received: from pmta31.teksavvy.com ([76.10.157.38]:46526) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1hYWLy-0007Iq-EH for help-gnu-emacs@gnu.org; Wed, 05 Jun 2019 09:53:22 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2FmBQD5x/dc/0Tb1BhmHAEBAQQBAQcEA?= =?us-ascii?q?QGBZQKCD0cobRIojQ+MAzUBjh+MBAkBAQE6AQIBAYQ6AgIBAQKCViQ4EwEDAQE?= =?us-ascii?q?BBAEBAQEEAgJpKEIBDAGEfAEEATocKAsIAwkYJQ9IGYUeD6dpiGiBRiKBEgGLc?= =?us-ascii?q?YE/QIQjPoURhRUEk36VEgmCEIFokUYnDIxXihylTCKBWHAVgyeQbiYwgQIBBgE?= =?us-ascii?q?BARUIEwUFAQGBXox5AQE?= X-IPAS-Result: =?us-ascii?q?A2FmBQD5x/dc/0Tb1BhmHAEBAQQBAQcEAQGBZQKCD0cobRI?= =?us-ascii?q?ojQ+MAzUBjh+MBAkBAQE6AQIBAYQ6AgIBAQKCViQ4EwEDAQEBBAEBAQEEAgJpK?= =?us-ascii?q?EIBDAGEfAEEATocKAsIAwkYJQ9IGYUeD6dpiGiBRiKBEgGLcYE/QIQjPoURhRU?= =?us-ascii?q?Ek36VEgmCEIFokUYnDIxXihylTCKBWHAVgyeQbiYwgQIBBgEBARUIEwUFAQGBX?= =?us-ascii?q?ox5AQE?= X-IronPort-AV: E=Sophos;i="5.60,550,1549947600"; d="scan'208";a="94482896" Original-Received: from 24-212-219-68.cable.teksavvy.com (HELO mistral) ([24.212.219.68]) by smtp.teksavvy.com with ESMTP; 05 Jun 2019 09:53:17 -0400 In-Reply-To: <87zhmwzn67.fsf@mbork.pl> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 76.10.157.38 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:120754 Archived-At: On Wed, 05 Jun 2019 06:11:28 +0200 Marcin Borkowski wrote: > Is using calc possible in your use-case? If yes, that would probably > help a lot. Thanks. I have totally forgotten about calc. I'm used to calculator somehow. calc does exactly what I need. In that light, it might not be worthwhile to modify calculator when calc already offers additional formats and features. My question was misguided by having forgotten about calc. Emmanuel Berg: "Or use Lisp, create a file and just type Lisp. With `format', you can get the result look anyway you want." I must say that I do not know anything about Lisp and I don't consider that modifying a .emacs file is any knowledge of Lisp. Maybe one day ... Just saw a presentation yesterday about a compiler for quantum processors written in Lisp, quil. Cheers.