From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: [Accepted] Fix org-indent-mode message when mode is refused Date: Mon, 9 Aug 2010 21:53:23 +0200 (CEST) Message-ID: <20100809195323.532C11AC4E41@carsten-dominiks-macbook-pro.local> References: <1281221383-20101-1-git-send-email-bernt@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=42309 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OjUSk-0003TY-ES for emacs-orgmode@gnu.org; Thu, 12 Aug 2010 05:52:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OjUSi-0006HE-9T for emacs-orgmode@gnu.org; Thu, 12 Aug 2010 05:52:38 -0400 Received: from u016822.science.uva.nl ([146.50.39.34]:55478 helo=carsten-dominiks-macbook-pro.local) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OjUSi-0006Gf-1V for emacs-orgmode@gnu.org; Thu, 12 Aug 2010 05:52:36 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Patch 202 (http://patchwork.newartisans.com/patch/202/) is now "Accepted". Maintaner comment: No comment This relates to the following submission: http://mid.gmane.org/%3C1281221383-20101-1-git-send-email-bernt%40norang.ca%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [Orgmode] Fix org-indent-mode message when mode is refused > Date: Sun, 08 Aug 2010 03:49:43 -0000 > From: Bernt Hansen > X-Patchwork-Id: 202 > Message-Id: <1281221383-20101-1-git-send-email-bernt@norang.ca> > To: emacs-orgmode@gnu.org > Cc: Bernt Hansen > > * lisp/org-indent.el (org-indent-mode): Fix grammar for message when mode is refused > > --- > This patch is available at git://git.norang.ca/org-mode.git fix-org-indent-msg > > -Bernt > > lisp/org-indent.el | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lisp/org-indent.el b/lisp/org-indent.el > index 83eaac5..e3edd25 100644 > --- a/lisp/org-indent.el > +++ b/lisp/org-indent.el > @@ -135,11 +135,11 @@ FIXME: How to update when broken?" > ((org-bound-and-true-p org-inhibit-startup) > (setq org-indent-mode nil)) > ((and org-indent-mode (featurep 'xemacs)) > - (message "org-indent-mode does not work in XEmacs - refused to turn it on") > + (message "org-indent-mode does not work in XEmacs - refusing to turn it on") > (setq org-indent-mode nil)) > ((and org-indent-mode > (not (org-version-check "23.1.50" "Org Indent mode" :predicate))) > - (message "org-indent-mode is can crash Emacs 23.1 - refused to turn it on!") > + (message "org-indent-mode can crash Emacs 23.1 - refusing to turn it on!") > (ding) > (sit-for 1) > (setq org-indent-mode nil)) >