emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <cdominik@newartisans.com>
To: emacs-orgmode@gnu.org
Subject: [Accepted] Fix org-indent-mode message when mode is refused
Date: Mon,  9 Aug 2010 21:53:23 +0200 (CEST)	[thread overview]
Message-ID: <20100809195323.532C11AC4E41@carsten-dominiks-macbook-pro.local> (raw)
In-Reply-To: 1281221383-20101-1-git-send-email-bernt@norang.ca

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 <bernt@norang.ca>
> X-Patchwork-Id: 202
> Message-Id: <1281221383-20101-1-git-send-email-bernt@norang.ca>
> To: emacs-orgmode@gnu.org
> Cc: Bernt Hansen <bernt@norang.ca>
> 
> * 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))
> 

      parent reply	other threads:[~2010-08-12  9:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-07 22:49 [PATCH] Fix org-indent-mode message when mode is refused Bernt Hansen
2010-08-09 15:16 ` Install warning for org-7 for forgetful users Robert Horn
2010-08-09 17:58   ` Marcelo de Moraes Serpa
2010-08-09 19:51     ` Carsten Dominik
2010-08-09 19:53 ` Carsten Dominik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100809195323.532C11AC4E41@carsten-dominiks-macbook-pro.local \
    --to=cdominik@newartisans.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).