From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Need Emacs command Date: Sat, 24 Apr 2010 19:56:54 +0200 Message-ID: References: <928748.86189.qm@web65820.mail.ac4.yahoo.com> <874oj02134.fsf@stats.ox.ac.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1272131865 31150 80.91.229.12 (24 Apr 2010 17:57:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 24 Apr 2010 17:57:45 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, gmspro To: Dan Davison Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 24 19:57:42 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1O5jbo-0004YE-Ui for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Apr 2010 19:57:41 +0200 Original-Received: from localhost ([127.0.0.1]:47723 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O5jbo-0005Su-GC for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Apr 2010 13:57:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O5jbS-0005Sc-7Q for help-gnu-emacs@gnu.org; Sat, 24 Apr 2010 13:57:18 -0400 Original-Received: from [140.186.70.92] (port=49952 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O5jbQ-0005SU-H5 for help-gnu-emacs@gnu.org; Sat, 24 Apr 2010 13:57:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O5jbP-0005xk-9K for help-gnu-emacs@gnu.org; Sat, 24 Apr 2010 13:57:16 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.152]:41507) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O5jbP-0005xX-4i for help-gnu-emacs@gnu.org; Sat, 24 Apr 2010 13:57:15 -0400 Original-Received: by fg-out-1718.google.com with SMTP id e21so882300fga.12 for ; Sat, 24 Apr 2010 10:57:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=8KJn/Yydv6bM8JDhluZD5fumLW9g7Agg1R6G+Xd9/uA=; b=c23koHwlDhJPNd2M+r9qwdz0yqGYFoT2lRfVVcF10lcB7BVhpY8M/LNA0YeAhLJbYd z7mKXCry8PCzCXJckxDtcOCKUzIWjr4n+aGMuKPQQY3FFUDPG2uFaqQ7Faht3xHanIBr EDvE44Ixw5xfuxS8UI3ipQP0cYbwT6QkQtgIk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=mMMS1bSAKnnIeWc9yF6KAk59zl/j589TiMaMAiRtARpGn7OpkPvsjoxe3j3qWKoQ10 RtirPCjm7xQ2lYHrXw9yyhNYCKcPSlgGbnQ+5Ywa71kExk6eTYcILqqGzh5AGRt4AO1Y ImdbRvlYKCBlHWV4Rl0uLyabPS8zNqJWQ73L0= Original-Received: by 10.239.185.148 with SMTP id c20mr152355hbh.124.1272131834127; Sat, 24 Apr 2010 10:57:14 -0700 (PDT) Original-Received: by 10.239.164.81 with HTTP; Sat, 24 Apr 2010 10:56:54 -0700 (PDT) In-Reply-To: <874oj02134.fsf@stats.ox.ac.uk> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:72820 Archived-At: On Sat, Apr 24, 2010 at 7:48 PM, Dan Davison wrote: > >> 3.What's the command to get the cursor position? > > The function is called point. There is no command for that, but you can instead use C-x = which gives you a bit more information.