[AC] [PACKAGES (edebug)] Fix for raw strings

Steve Youngs steve at sxemacs.org
Sat Nov 18 17:08:47 EST 2006


APPROVE COMMIT

NOTE: This patch has been committed.


edebug patch:
ChangeLog files diff command: cvs -q diff -U 0
Files affected:               ChangeLog
Source files diff command:    cvs -q diff -uN
Files affected:               edebug.el

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/edebug/ChangeLog,v
retrieving revision 1.26
diff -u -p -U0 -r1.26 ChangeLog
--- ChangeLog	5 Jul 2004 06:28:29 -0000	1.26
+++ ChangeLog	18 Nov 2006 22:01:51 -0000
@@ -0,0 +1,5 @@
+2006-11-19  Steve Youngs  <steve at sxemacs.org>
+
+	* edebug.el (edebug-read-function): Add ?r to make edebug work
+	with SXEmacs raw strings.
+
Index: edebug.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/edebug/edebug.el,v
retrieving revision 1.11
diff -u -p -u -r1.11 edebug.el
--- edebug.el	2 Jul 2004 16:29:38 -0000	1.11
+++ edebug.el	18 Nov 2006 22:01:43 -0000
@@ -912,8 +912,9 @@ It should never be negative.  This contr
 	    (if (featurep 'cl) 'function* 'function))
 	  (edebug-read-storing-offsets stream)))
 	;; XEmacs: Add #* for bit vectors
+	;; SXEmacs: Add #r for raw strings
 	((memq (char-after) '(?: ?B ?O ?X ?b ?o ?x ?1 ?2 ?3 ?4 ?5 ?6
-			      ?7 ?8 ?9 ?0 ?*))
+			      ?7 ?8 ?9 ?0 ?* ?r))
 	 (backward-char 1)
 	 (edebug-original-read stream))
 	(t (edebug-syntax-error "Bad char after #"))))

-- 
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
|       SXEmacs - The only _______ you'll ever need.       |
|         Fill in the blank, yes, it's THAT good!          |
|------------------------------------<steve at sxemacs.org>---|
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 312 bytes
Desc: not available
Url : http://calypso.tux.org/pipermail/xemacs-patches/attachments/20061119/9979f130/attachment.pgp


More information about the XEmacs-Patches mailing list