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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Glenn Morris <rgm <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#10370: closed (24.0.92; doctor fails because of unescaped ","
 characters)
Date: Fri, 06 Jan 2012 00:19:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 05 Jan 2012 19:15:04 -0500
with message-id <4439btelfb.fsf <at> fencepost.gnu.org>
and subject line Re: bug#10370: 24.0.92; doctor fails because of unescaped "," characters
has caused the debbugs.gnu.org bug report #10370,
regarding 24.0.92; doctor fails because of unescaped "," characters
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
10370: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10370
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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/\ \.


[Message part 3 (message/rfc822, inline)]
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.


This bug report was last modified 13 years and 139 days ago.

Previous Next


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