GNU bug report logs - #26034
[PATCH] fix typo in error messages

Previous Next

Package: org-mode;

Reported by: Christian Garbs <mitch <at> cgarbs.de>

Date: Wed, 8 Mar 2017 20:32:01 UTC

Severity: minor

Tags: patch

Done: Teemu Likonen <tlikonen <at> iki.fi>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 26034 in the body.
You can then email your comments to 26034 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#26034; Package emacs. (Wed, 08 Mar 2017 20:32:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Christian Garbs <mitch <at> cgarbs.de>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 08 Mar 2017 20:32:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christian Garbs <mitch <at> cgarbs.de>
To: bug-gnu-emacs <at> gnu.org
Cc: Christian Garbs <mitch <at> cgarbs.de>
Subject: [PATCH] fix typo in error messages
Date: Wed,  8 Mar 2017 21:13:57 +0100
---
 lisp/org/ob-C.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/org/ob-C.el b/lisp/org/ob-C.el
index 8738824..77cfd53 100644
--- a/lisp/org/ob-C.el
+++ b/lisp/org/ob-C.el
@@ -157,12 +157,12 @@ it's header arguments."
 (defun org-babel-prep-session:C (session params)
   "This function does nothing as C is a compiled language with no
 support for sessions"
-  (error "C is a compiled languages -- no support for sessions"))
+  (error "C is a compiled language -- no support for sessions"))
 
 (defun org-babel-load-session:C (session body params)
   "This function does nothing as C is a compiled language with no
 support for sessions"
-  (error "C is a compiled languages -- no support for sessions"))
+  (error "C is a compiled language -- no support for sessions"))
 
 ;; helper functions
 
-- 
2.7.4





bug reassigned from package 'emacs' to 'org-mode'. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Wed, 08 Mar 2017 20:40:01 GMT) Full text and rfc822 format available.

Severity set to 'minor' from 'normal' Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Wed, 08 Mar 2017 20:40:01 GMT) Full text and rfc822 format available.

Information forwarded to emacs-orgmode <at> gnu.org:
bug#26034; Package org-mode. (Sun, 16 Apr 2017 14:47:02 GMT) Full text and rfc822 format available.

Message #12 received at 26034 <at> debbugs.gnu.org (full text, mbox):

From: Teemu Likonen <tlikonen <at> iki.fi>
To: 26034 <at> debbugs.gnu.org
Cc: Christian Garbs <mitch <at> cgarbs.de>
Subject: Re: [PATCH] fix typo in error messages
Date: Sun, 16 Apr 2017 17:46:47 +0300
[Message part 1 (text/plain, inline)]
This trivial fix still hasn't been applied. Can I do it?


Christian Garbs [2017-03-08 21:13:57+01] wrote:

> ---
>  lisp/org/ob-C.el | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lisp/org/ob-C.el b/lisp/org/ob-C.el
> index 8738824..77cfd53 100644
> --- a/lisp/org/ob-C.el
> +++ b/lisp/org/ob-C.el
> @@ -157,12 +157,12 @@ it's header arguments."
>  (defun org-babel-prep-session:C (session params)
>    "This function does nothing as C is a compiled language with no
>  support for sessions"
> -  (error "C is a compiled languages -- no support for sessions"))
> +  (error "C is a compiled language -- no support for sessions"))
>  
>  (defun org-babel-load-session:C (session body params)
>    "This function does nothing as C is a compiled language with no
>  support for sessions"
> -  (error "C is a compiled languages -- no support for sessions"))
> +  (error "C is a compiled language -- no support for sessions"))
>  
>  ;; helper functions
[signature.asc (application/pgp-signature, inline)]

bug closed, send any further explanations to 26034 <at> debbugs.gnu.org and Christian Garbs <mitch <at> cgarbs.de> Request was from Teemu Likonen <tlikonen <at> iki.fi> to control <at> debbugs.gnu.org. (Mon, 17 Apr 2017 04:11:02 GMT) Full text and rfc822 format available.

Message sent on to Christian Garbs <mitch <at> cgarbs.de>:
bug#26034. (Mon, 17 Apr 2017 04:11:02 GMT) Full text and rfc822 format available.

Message #17 received at 26034-submitter <at> debbugs.gnu.org (full text, mbox):

From: Teemu Likonen <tlikonen <at> iki.fi>
To: control <at> debbugs.gnu.org
Cc: 26034-submitter <at> debbugs.gnu.org
Subject: closing 26034
Date: Mon, 17 Apr 2017 07:10:18 +0300
close 26034 
thanks

Patch applied. Thanks you!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 15 May 2017 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 30 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.