From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Schmidt Subject: Re: S-M-right problem in orgstruct-mode Date: Sun, 10 Mar 2013 13:46:12 +0000 (GMT) Message-ID: <87ehfntljp@ch.ristopher.com> References: <87ehfo3owk.fsf@bzg.ath.cx> <87boasg076@ch.ristopher.com> <87boasy8yh.fsf@bzg.ath.cx> <877glg7g0m@ch.ristopher.com> <87txokjx6y@ch.ristopher.com> <87wqtfa8nu.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEgk2-0001SS-Bl for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 09:56:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEgZr-0001De-Mq for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 09:46:30 -0400 Received: from ristopher.com ([146.185.21.93]:32846 helo=saturn.ch.ristopher.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEgZr-0001D0-D3 for emacs-orgmode@gnu.org; Sun, 10 Mar 2013 09:46:15 -0400 In-Reply-To: <87wqtfa8nu.fsf@bzg.ath.cx> (Bastien's message of "Sun, 10 Mar 2013 10:47:17 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Bastien writes: Hi there, > Alan Schmitt writes: > >> even though the cursor is on a structure element. Maybe a more >> information "this function is disabled" would work (if it's possible). >> But as I said, it's a nitpick. thank you very much for testing the patch. > I agree with Alan, let's update the user-error to something more > informative -- Christopher, thanks a lot for the patch! Feel free > to commit and push when you want. Disabled commands are no-ops now. I pushed this to origin/master. 03b1edf org.el: Disable {pro,de}motion commands in orgstruct-mode if orgstruct-heading-prefix-regexp is non-nil Christopher