From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thorsten Jolitz Newsgroups: gmane.emacs.devel Subject: Re: Calling 'org-babel-mark-block' with 'M-x cmd' and 'M-: (cmd)' Date: Fri, 15 Feb 2013 17:53:47 +0100 Message-ID: <87sj4xikmc.fsf@gmail.com> References: <871uchk7gq.fsf@gmail.com> <20130215232155.2339410d425e1b9dd479b67d@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1360947256 10757 80.91.229.3 (15 Feb 2013 16:54:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Feb 2013 16:54:16 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 15 17:54:38 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U6OYT-0002qY-BU for ged-emacs-devel@m.gmane.org; Fri, 15 Feb 2013 17:54:33 +0100 Original-Received: from localhost ([::1]:36720 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6OY9-0003Aw-Pm for ged-emacs-devel@m.gmane.org; Fri, 15 Feb 2013 11:54:13 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:36923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6OY0-00039r-9b for emacs-devel@gnu.org; Fri, 15 Feb 2013 11:54:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6OXu-0006o4-Lx for emacs-devel@gnu.org; Fri, 15 Feb 2013 11:54:04 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:45577) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6OXu-0006o0-FL for emacs-devel@gnu.org; Fri, 15 Feb 2013 11:53:58 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U6OYC-0002fQ-4g for emacs-devel@gnu.org; Fri, 15 Feb 2013 17:54:16 +0100 Original-Received: from g231235230.adsl.alicedsl.de ([92.231.235.230]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Feb 2013 17:54:16 +0100 Original-Received: from tjolitz by g231235230.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Feb 2013 17:54:16 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: g231235230.adsl.alicedsl.de User-Agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.2 (gnu/linux) Cancel-Lock: sha1:pBHCYnZteuFQgYEbjN3rytNaagE= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:157054 Archived-At: Xue Fuqiao writes: >> ,----------------------------- >> | M-: (org-babel-mark-block) RET >> `----------------------------- >> or >> ,------------------------- >> | M-: (org-mark-element) RET >> `------------------------- > You probably should not use this function in Lisp programs; > it is usually a mistake for a Lisp function to use any subroutine > that uses or sets the mark. OK, I see, thanks. -- cheers, Thorsten