GNU bug report logs - #10370
24.0.92; doctor fails because of unescaped "," characters

Previous Next

Package: emacs;

Reported by: Ulrich Mueller <ulm <at> kph.uni-mainz.de>

Date: Mon, 26 Dec 2011 15:41:02 UTC

Severity: normal

Tags: patch

Found in version 24.0.92

Fixed in version 24.0.93

Done: Glenn Morris <rgm <at> gnu.org>

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 10370 in the body.
You can then email your comments to 10370 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#10370; Package emacs. (Mon, 26 Dec 2011 15:41:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ulrich Mueller <ulm <at> kph.uni-mainz.de>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 26 Dec 2011 15:41:02 GMT) Full text and rfc822 format available.

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

From: Ulrich Mueller <ulm <at> kph.uni-mainz.de>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.0.92; doctor fails because of unescaped "," characters
Date: Mon, 26 Dec 2011 16:37:08 +0100
Tags: patch

In function doctor-death, there are several unescaped "," characters,
resulting in the following error:

Symbol's function definition is void: \,


This patch should fix the problem:

2011-12-26  Ulrich Mueller  <ulm <at> gentoo.org>

	* doctor.el (doctor-death): Escape "," characters.

--- emacs-orig/lisp/play/doctor.el
+++ emacs/lisp/play/doctor.el
@@ -1576,9 +1576,9 @@
                       (equal doctor-found 'killing))
                   (memq 'yourself doctor-sent)))
 	 (setq doctor--suicide-flag t)
-	 (doctor-type '(If you are really suicidal, you might
+	 (doctor-type '(If you are really suicidal\, you might
 			   want to contact the Samaritans via
-			   E-mail: jo <at> samaritans.org or, at your option,
+			   E-mail: jo <at> samaritans.org or\, at your option\,
 			   anonymous E-mail: samaritans <at> anon.twwells.com\ \.
                            or find a Befrienders crisis center at
 			   http://www.befrienders.org/\ \.




Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Fri, 06 Jan 2012 00:19:02 GMT) Full text and rfc822 format available.

Notification sent to Ulrich Mueller <ulm <at> kph.uni-mainz.de>:
bug acknowledged by developer. (Fri, 06 Jan 2012 00:19:02 GMT) Full text and rfc822 format available.

Message #10 received at 10370-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 10370-done <at> debbugs.gnu.org
Subject: Re: bug#10370: 24.0.92;
	doctor fails because of unescaped "," characters
Date: Thu, 05 Jan 2012 19:15:04 -0500
Version: 24.0.93

Ulrich Mueller wrote:

> Tags: patch
>
> In function doctor-death, there are several unescaped "," characters,
> resulting in the following error:

Thanks; applied.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 03 Feb 2012 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 12 years and 110 days ago.

Previous Next


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