GNU bug report logs -
#10370
24.0.92; doctor fails because of unescaped "," characters
Previous Next
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
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/\ \.
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.