From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jay Belanger Newsgroups: gmane.emacs.help Subject: Re: Calculator Questions Date: Fri, 20 Aug 2004 18:48:22 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87vffdmkvt.fsf@truman.edu> References: Reply-To: belanger@truman.edu NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1093045852 8393 80.91.224.253 (20 Aug 2004 23:50:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Aug 2004 23:50:52 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 21 01:50:46 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ByJ9h-00041g-00 for ; Sat, 21 Aug 2004 01:50:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ByJE2-0004dz-7D for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Aug 2004 19:55:14 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.newsfirst.net!newshub.more.net!news.more.net!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:0f4AjzDO9ZUrfAepiVX75gt5TbQ= Original-Lines: 27 Original-NNTP-Posting-Host: 150.243.190.31 Original-X-Trace: news.more.net 1093045700 150.243.190.31 (Fri, 20 Aug 2004 18:48:20 CDT) Original-NNTP-Posting-Date: Fri, 20 Aug 2004 18:48:20 CDT Original-Xref: shelby.stanford.edu gnu.emacs.help:124846 Original-To: help-gnu-emacs@gnu.org 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:20195 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20195 > 1) Is there anyway for Calc mode to allow middle mouse clicks to > insert data? Data from where? The middle mouse click will insert clipboard contents; that has nothing to do with Calc. > 2) Is there a mode for calc or another package that allows math to be > done doing interval? > > 9:24 - 10:34 = 1h 10m Sure. Insert H hours, M minutes and S seconds as H@M'S" or You can use o instead of @ for hours, m in place of ' for minutes, and s in place of " for seconds when inserting the data. 9@24' RET 10@34' RET - gives -1@10'0" Jay